View Single Post
  #14  
Old 13-09-2016, 05:09
aswadd's Avatar
aswadd aswadd is offline
Registered User
 
Join Date: Aug 2016
Location: Egypt
Posts: 316
Thanks: 84
Thanked 162 Times in 98 Posts
aswadd is on a distinguished road
Quote:
Originally Posted by SAM2712 View Post
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]
Reply With Quote