View Single Post
  #3  
Old 10-08-2012, 22:30
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
to make it easier for yourself, run the bat file for bins 2 & 3 only, set the choice command beforehand

IE: set choice1=x:\Gamename\GameAssets\

this way the default folder is the GameAssets subfolder, then you can add the folders you dont want to include in the bin2/bin3 archives.

-x"%choice1%\subfolder1\*", -x"%choice1%\subfolder2\*".... this will create the archive you want without those 2 subfolder NOT in bin2 archive, same for bin3 archive but reverse the 2 subfolders of course.
Reply With Quote