Winrar with batch script help

Status
Not open for further replies.

Gon

Active Member
537
2014
149
13,910
I have multiple folder, lets say inside D drive there is follow folder

D:\folder 1
D:\folder 2
D:\folder 3


now i want to make all folder archive in 2 set. 500mb and 900. after archive there will be two folder

D:\500MB FOLDER
D:\900MB FOLDER

500mb archive file will store inside 500MB folder and 900MB archive file will store inside 900MB folder. is there anyway there will be simple batch script. i just double click and it will do the job?
 
1 comment
I have a batch script that will do the following....

Lets say we have 3 x movie files (AVI files)

Those movie files are in seperate folders. Similar to how you mention above

D:\folder 1
D:\folder 2
D:\folder 3

D:\folder 1
contains - movie1.avi

D:\folder 2
contains - movie2.avi

D:\folder 3
contains - movie3.avi


The batch script can run and it will go through each folder and rar the files contained... It will also split the rar achieves based on whatever size you want (you just need to change the script).

This doesn't give you what you want - as in... 2 folders one 500mb and the other 900mb
But this should be a very good starting point.

Let me know if you're interested.
 
Status
Not open for further replies.
Back
Top