packagecreationtime
Syntaxe et description
La commande packagecreationtime affiche la date et l'heure UTC auxquelles le package MobileTogether spécifié (fichier .mtp) a été créé.
mobiletogetherserver packagecreationtime Package |
•L'argument Package est obligatoire et indique le chemin d'accès et le nom du package MobileTogether (fichier .mtp) pour lequel la date et l'heure de création sont requises.
•Le chemin d'accès au fichier peut être absolu ou relatif. Si relatif, le chemin est relatif au répertoire actuel (à partir duquel la commande est exécutée). Voir les exemples ci-dessous.
•Utiliser l'option --h, --help pour afficher les informations concernant la commande.
MobileTogetherServer on Windows mobiletogetherserver on Windows and Linux
* Note that lowercase (mobiletogetherserver) works on both Windows and Linux, while upper-lower (MobileTogetherServer) works only on Windows. * Use forward slashes on Linux, backslashes on Windows.
|
On Windows systems: When spaces or special characters occur in strings (for example in file or folder names, or company, person or product names), use quotes: for example, "My File". Note, however, that a backslash followed by a double-quotation mark (for example, "C:\My directory\") might not be read correctly. This is because the backslash character is also used to indicate the start of an escape sequence, and the escape sequence \" stands for the double-quotation mark character. If you want to escape this sequence of characters, use a preceding backslash, like this: \\". To summarize: If you need to write a file path that contains spaces or an end backslash, write it like this: "C:\My Directory\\".
|
Exemples
Exemples de commande packagecreationtime :
mobiletogetherserver packagecreationtime MyPackage.mtp
mobiletogetherserver packagecreationtime C:\Test\MyPackage.mtp
mobiletogetherserver packagecreationtime /public/MyPackage.mtp
C:\Program Files\Altova\MobileTogetherServer\bin\MobileTogerherServer packagecreationtime C:\Test\MyPackage.mtp
Options
Use the --h, --help option to display information about the command.