home *** CD-ROM | disk | FTP | other *** search
/ BUG 1 / BUGCD1996_0708.ISO / pc / comm / terminat / tlan_001.exe / rar / NO_HIGH.BAT < prev    next >
DOS Batch File  |  1994-11-26  |  334b  |  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.