View Single Post
  #20  
Old 13-11-2011, 07:47
BAMsE's Avatar
BAMsE BAMsE is offline
The World Is Yener's
 
Join Date: Mar 2011
Location: in front of the monitor
Posts: 344
Thanks: 49
Thanked 271 Times in 91 Posts
BAMsE is on a distinguished road
For example:
in folder with "precomp038.exe" create bat file "precomp.bat"
Code:
precomp038 -slow -c6 -m8 -o%1.pcf %1
Then drag'n'drop file you want to precompress to "precomp.bat". After all remember to rename filename (remove old extension, i.e. Data1.bin.pcf -> Data1.pcf)

The same with srep:
Code:
srep -m3 %1 %1.srep
and reanme (Data1.pcf.srep -> Data1.srep)
Reply With Quote