home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC go! 1995 September
/
Image.iso
/
pcgo
/
programm
/
online
/
mediaplx
/
terminat
/
manual
/
code850.bat
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1994-08-20
|
279 b
|
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