home *** CD-ROM | disk | FTP | other *** search
/ Inside Multimedia 1995 April / IMM0495.ISO / magazin / ter151 / t_local.exe / rar / CODE850.BAT < prev    next >
DOS Batch File  |  1993-11-05  |  281b  |  12 lines

  1. @echo off
  2. Cls
  3. Echo  
  4. Echo This will convert all the *.HLP files into 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.