Quote:
Originally Posted by SAM2712
Aswadd ! Can u help me in one thing ?
I need to know, how to compress only list files written in text file .
So the compression will be there only selected files written in text file.
Like this method :
arc a -di -i1 -ep1 -ed -r -w. \ [email protected] outputfile.bin -mmethod "input\*"
correct me and please tell me, Is there need to write the full path or only install path of folder have to write in text file ?
|
can give an example for what u need to do ??
also try this command to compress only files with certain extension
EX :
dir /s /b *.bin |precomp043 -intense0 -cn "{}"
other thing if you want to import from text file / output of program Just use [For /f command]