you have list of files from differen folders in text file.
To create zip archive use this command:
"c:\Program Files\7-Zip\7z.exe" a -tzip archive.zip @c:\listfile.txt
when you get error Duplicate filename: because of file with the same name in different folders, remove drive name from list file.
To create zip archive use this command:
"c:\Program Files\7-Zip\7z.exe" a -tzip archive.zip @c:\listfile.txt
when you get error Duplicate filename: because of file with the same name in different folders, remove drive name from list file.
No comments:
Post a Comment