View Single Post
  #11  
Old 09-08-2012, 12:20
Onizuka87k's Avatar
Onizuka87k Onizuka87k is offline
Registered User
 
Join Date: Oct 2009
Location: Italy
Posts: 96
Thanks: 31
Thanked 15 Times in 8 Posts
Onizuka87k is on a distinguished road
Quote:
Originally Posted by JacksMafia View Post
here the command i used

arc a -ep -r -w.\ .\Disk2\Data2.bin -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "%choice1%\Assets"
if ERRORLEVEL 1 goto arcfail

you will notice that i used -r command which gives me the same result if i didn't use it and write at the end of the command \. to be like this

arc a -ep -w.\ .\Disk2\Data2.bin -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "%choice1%\Assets\."
if ERRORLEVEL 1 goto arcfail


so help please
Code:
arc a -r -w.\ .\Disk2\Data2.bin -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "%choice1%\Assets\*"
For test, with fake files:



Last edited by Onizuka87k; 09-08-2012 at 12:30.
Reply With Quote
The Following User Says Thank You to Onizuka87k For This Useful Post:
Behnam2018 (31-01-2020)