ZIP multiple files

Status
Not open for further replies.

snypercore

Daemon Poster
Messages
743
Location
England
i have folder which contains about 5000 files. i want each one individually zipped. NOT the main folder zipped. i cant seem to work out how to do this i use winace but i have winzip and winrar so if anyone can tell me using what ever archiving software it doesnt matter which.


heres how i want it

main folder (not zipped)> 5000 files (each individually zipped)
 
all i can think of is using the command line to do it start > run > cmd >
cd c:\program files\winrar\ > rar A -ep1 -r <target zip/rar file> <source files> and use a for loop to do each file.
 
Status
Not open for further replies.
Back
Top Bottom