View Full Version : Need to fix the Script Batch file
I just installed TRLE, what do i need to do to fix the script batcher
I had documentation on this, but it was also lost when the computer was re formated.
Collin
11-27-2002, 10:55 PM
Change the english.bat from:
script script.txt
del ..\*.dat
copy script.dat ..\
copy english.dat ..\
del strings.h
to:
script script.txt
move script.dat ..\
move english.dat ..\
move strings.h ..\
;)
TheMask
11-28-2002, 01:17 PM
OR:
script script.txt
copy script.dat ../
copy english.dat ../
del script.dat
del english.dat
del strings.h
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.