[Show/Hide Left Column]

s_ZIP_Tagged_Files

ZIP Tagged Files to Separate ZIPs


::ZIP Tagged Files to Separate ZIPs
:: Purpose:         ZIP all tagged files to separate ZIP files
:: Author:          Kim Henkel
:: Version:         2007-02-28, v1.0
:: ZTW ver:         1.60.rc26
:: OS version:      WinXP Pro SP2
:: Usage:           Tag files, then invoke this menu script
::                  Each file will be zipped into its own separate zip file
::                  Replace PKZIP25 with the archiver of your choice

REM #ZTTag #ZTTemp\~ZTTag.bat -fCALL #ZTTemp\ZTW_MENU.BAT SUB %4 %4.%5
IF [%%1]==[SUB] GOTO SUB
CALL #ZTTemp\~ZTTag.bat
DEL #ZTTemp\~ZTTag.bat
GOTO End
:SUB
%#ZTTools%\PKZIP25.EXE -add -max -attr=all %%2 %%3
:End


Contributors to this page: khenkel .
Page last modified on Wednesday 28 of February, 2007 19:06:14 EST by khenkel.