PDA

View Full Version : Need to fix the Script Batch file


bob5
11-27-2002, 08:39 PM
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