home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_GAME / LOD400E.ZIP / PROGRAMR.ZIP / MH.BAT < prev    next >
DOS Batch File  |  1994-01-05  |  377b  |  18 lines

  1. @echo off
  2.  
  3. rem This utility uses Borland's TVHC help compiler to recompile help files
  4. rem for GAMEEDIT.EXE and CUSTOM.EXE. (Prochelp is just a utility of mine -
  5. rem you don't need it)
  6.  
  7. if not exist prochelp.exe goto noscott
  8.  
  9. prochelp helpgame
  10. prochelp helpcust
  11.  
  12. :noscott
  13.  
  14. tvhc helpgame.txt gameedit.hlp helpgame.pas
  15.  
  16. tvhc helpcust.txt custom.hlp helpcust.pas
  17.  
  18.