Quote:
Originally Posted by aswadd
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