Anyone know if it's possible to include file types to be excluded (-x*.zip, for instance) when using the zipfromlist command?
Thanks.
Zipfromlist with exclude?
Moderators: Hacker, petermad, Stefan2, white
- sqa_wizard
- Power Member
- Posts: 3893
- Joined: 2003-02-06, 11:41 UTC
- Location: Germany
Pardon ? Which command ?using the zipfromlist command?
Usually it is done this way:
If you open a ZIP file I can see a list of all files of this ZIP archive.
You can select desired files :
- individually INS key
- by extension with "+" key on keypad (e.g. *.exe)
- all by CTRL-+ key on keypad
You can finally unselect files by extension (e.g. *.zip) with "-" key on keypad.
#5767 Personal license
- Munango-Keewati
- Junior Member
- Posts: 31
- Joined: 2003-02-19, 18:45 UTC
The "zipfromlist" command is under-documented, but you can find it in the TC Help file if you click Search, then the Find tab and enter "zipfromlist."
While I'm asking: Can anyone tell me how to get Infozip to work with a filelist? "@filelist.lst" doesn't work, and " . -i @filelist.lst" only zip matches in the current directory--i.e., where the batch file is located.
While I'm asking: Can anyone tell me how to get Infozip to work with a filelist? "@filelist.lst" doesn't work, and " . -i @filelist.lst" only zip matches in the current directory--i.e., where the batch file is located.
- ghisler(Author)
- Site Admin
- Posts: 50386
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Try to use the following command line:While I'm asking: Can anyone tell me how to get Infozip to work with a filelist? "@filelist.lst" doesn't work, and " . -i @filelist.lst" only zip matches in the current directory--i.e., where the batch file is located.
c:\UTILS\ZIP\NT\zip.exe c:\backup\backup.zip -S -@ <c:\backup\backup.txt
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- ghisler(Author)
- Site Admin
- Posts: 50386
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Try to use the following command line:While I'm asking: Can anyone tell me how to get Infozip to work with a filelist? "@filelist.lst" doesn't work, and " . -i @filelist.lst" only zip matches in the current directory--i.e., where the batch file is located.
c:\UTILS\ZIP\NT\zip.exe c:\backup\backup.zip -S -@ <c:\backup\backup.txt
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- Munango-Keewati
- Junior Member
- Posts: 31
- Joined: 2003-02-19, 18:45 UTC