uses winrar's -r switch to recurse >1 folder containing >1 zip(s).
all zips in parent have a comment of 0 bytes added to it, thereby removing any comment
set DIRNAME=parent_folder_location
set NULL_COMMENT=null_comment_file_location
set WINRAR=winrar_location
start /w %WINRAR% c -y -r -ibck -z%NULL_COMMENT% %DIRNAME%\*.zip
nb:-
NULL_COMMENT is a null text file of 0 bytes; eg:- 'D:\WUTEMP\Support\pack-com-null.txt'
DIRNAME is the parent folder containing sub-folders of titles and their zips; eg:- 'e:\uploads'
WINRAR is location of installed WinRar program to the winrar.exe; eg:- 'C:\PROGRA~1\WinRAR\WinRAR.EXE'
Enjoy![]()


Reply With Quote