home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / 0151ter2.zip / 0151TER2._XE / rar / MANUAL.EXE / 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.