home *** CD-ROM | disk | FTP | other *** search
/ PC go! 1995 September / Image.iso / pcgo / programm / online / mediaplx / terminat / manual / code850.bat < prev    next >
Encoding:
DOS Batch File  |  1994-08-20  |  279 b   |  12 lines

  1. @echo off
  2. Cls
  3. Echo  
  4. Echo This will convert all the *.HLP files to codepage 850
  5. Echo Please remember that you can not convert back, so keep a backup
  6. Echo Press CTRL-C to stop now
  7. Echo  
  8. Pause
  9.  
  10. for %%a in (*.hlp) do ..\utils\text_xlt ..\phone\code850.xlt %%a in erase
  11.  
  12.