Fichier batch
gerrard81
Messages postés
81
Statut
Membre
-
SAW5 Messages postés 43 Date d'inscription Statut Membre -
SAW5 Messages postés 43 Date d'inscription Statut Membre -
Bonjour,
j'ai reçu un grand nombre de cours au format .zip et je vudrais créer un programme batch pour les dézipper les uns à la suite des autres de façon automatique. Pouvez-vous m'aider ?
Merci.
j'ai reçu un grand nombre de cours au format .zip et je vudrais créer un programme batch pour les dézipper les uns à la suite des autres de façon automatique. Pouvez-vous m'aider ?
Merci.
A voir également:
- Fichier batch
- Fichier bin - Guide
- Fichier epub - Guide
- Fichier rar - Guide
- Fichier batch - Guide
- Comment réduire la taille d'un fichier - Guide
5 réponses
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
bah...t'as le help de la commande,..non..
-------------
For example, command:
will extract *.ttf files from the archive Fonts to the current folder, but the command:
will extract *.ttf files from the archive Fonts to the folder NewFonts
You need to use the trailing backslash as in the example above for denoting the destination folder
-------------
For example, command:
WinRAR x Fonts *.ttf
will extract *.ttf files from the archive Fonts to the current folder, but the command:
WinRAR x Fonts *.ttf NewFonts\
will extract *.ttf files from the archive Fonts to the folder NewFonts
You need to use the trailing backslash as in the example above for denoting the destination folder