|
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.
|