home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / UTILS2 / RTM.ZIP / M.BAT < prev    next >
DOS Batch File  |  1994-02-08  |  373b  |  11 lines

  1. @echo off
  2. REM M.BAT: A sample batch file to call RTM.EXE
  3. :start
  4. REM The following "@" keeps M.BAT out of RTM's list:
  5. @echo Main Menu being set up, please wait...
  6. rtm.exe
  7. REM If you do not want to have RTM re-started automatically,
  8. REM simply remove the word "call" from the following line:
  9. if exist rtm_temp.bat call rtm_temp.bat
  10. if exist rtm_temp.bat goto start
  11.