View Single Post
  #2  
Old 27-05-2013, 03:00
Pein46's Avatar
Pein46 Pein46 is offline
Registered User
 
Join Date: Feb 2013
Location: Malaysia
Posts: 27
Thanks: 12
Thanked 8 Times in 7 Posts
Pein46 is on a distinguished road
Talking

This is just an example..

Code:
Arc.exe x -y data1.arc
del data1.arc >nul
cls

srep.exe -d data1.srep
del data1.srep >nul
cls

precomp.exe -r data1.pcf
del data1.pcf >nul
cls

Arc.exe x -y data1.arc
del data1.arc >nul
cls
Reply With Quote
The Following 2 Users Say Thank You to Pein46 For This Useful Post:
red01 (28-05-2013), Simorq (16-12-2015)