View Single Post
  #9 (permalink)  
Old 07-10-2006, 07:32 PM
chriscooke109's Avatar
chriscooke109 chriscooke109 is offline
Master-Bator
 
Join Date: Jan 2006
Location: England
Age: 18
Posts: 957
Points: 16.78
Donate
Try looking for a file named DUMMY.BIN and replace that with a text file named DUMMY.BIN, or if you put this in a new text document:

IF NOT EXIST DUMMY mkdir DUMMY
FOR %%A IN (*) DO TYPE > DUMMY\%%A
Del DUMMY\dummy.bat

And save it as dummy.bat, now put it in the folder with the files you want to dummy and it should spit out a folder called dummy now just replace the main files with these dummy files (make sure the files are not compulsary to the game running).
__________________
Reply With Quote