View Single Post
  #2  
Old 22-09-2016, 09:44
SAM2712's Avatar
SAM2712 SAM2712 is offline
Registered User
 
Join Date: Sep 2013
Location: ¬ IND!A ¬
Posts: 118
Thanks: 113
Thanked 39 Times in 28 Posts
SAM2712 is on a distinguished road
Quote:
Originally Posted by aswadd View Post
ok the idea will be that you will copy / move all files you want in new directory then using arc to compress the hole folder

if you will run from bat file use this
for /f "delims=" %%I in (paths.txt) do copy "%%I" "C:\folder_to_compress_with_arc"

if you will run from cmd use this
for /f "delims=" %I in (paths.txt) do copy "%I" "C:\folder_to_compress_with_arc"

it will take all files paths from path.txt file & copy / move it to new directory "C:\folder_to_compress_with_arc" then you can compress it using arc
Thanks aswadd I m using this for alternate files AND I also figure out also which i want is : arc a -ma9 -ds -lc1024 -ld1024 -di -i1 -ep1 -ed -r -w.\temp [email protected] Data\arc.bin -mmethod "Directory\*"
One thing more aswadd that if i want to exclude that list.txt then what to do
__________________
¬ BRAIN Can Do ANYTHING iF USE ;) ¬
Reply With Quote