home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Great Hits 1994
/
GREAT_HITS_1994.ISO
/
util
/
_termin.exe
/
0150TER2._XE
/
MANUAL.EXE
/
CODE850.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-08-20
|
281b
|
12 lines
@echo off
Cls
Echo
Echo This will convert all the *.HLP files into codepage 850
Echo Please remember that you can not convert back, so keep a backup
Echo Press CTRL-C to stop now
Echo
Pause
for %%a in (*.hlp) do ..\utils\text_xlt ..\phone\code850.xlt %%a in erase