View Single Post
  #8  
Old 26-06-2013, 01:20
red01 red01 is offline
Registered User
 
Join Date: May 2013
Location: last aayam
Posts: 95
Thanks: 36
Thanked 9 Times in 8 Posts
red01 is on a distinguished road
Quote:
Originally Posted by DazzleR View Post
How can i make such a .pcf file with precomp ????
1. download precomp
2. either drag your data.arc file on the precomp.exe
or
open notepad and type the following command

precomp.exe -odata.pcf data1.arc
pause

and save the notepad as.bat file

place this .bat file in same folder along with data.arc and precomp.exe

run the .bat file and you are done.

precomp.exe -odata.pcf data1.arc ---------------in that command line
-odata.pcf is the name of output file (u can change it from data.pcf to anything as u wish with .pcf extension)
data.arc is the file for compression.


for more information about different options in precomp for better compression look at following link http://schnaader.info/precomp.php
Reply With Quote
The Following User Says Thank You to red01 For This Useful Post:
Alash Als (30-05-2014)