home *** CD-ROM | disk | FTP | other *** search
/ 64'er / 64ER_CD.iso / terminat / entpackt / 0151ter2._xe / MANUAL.EXE / NO_HIGH.BAT < prev    next >
Encoding:
DOS Batch File  |  1994-11-26  |  334 b   |  13 lines

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