home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 19
/
CD_ASCQ_19_010295.iso
/
vrac
/
0151ter2.zip
/
0151TER2._XE
/
rar
/
MANUAL.EXE
/
CODE850.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-08-20
|
279b
|
12 lines
@echo off
Cls
Echo
Echo This will convert all the *.HLP files to 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