home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Monster Media 1994 #1
/
monster.zip
/
monster
/
UTILS2
/
RTM.ZIP
/
M.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-02-08
|
373b
|
11 lines
@echo off
REM M.BAT: A sample batch file to call RTM.EXE
:start
REM The following "@" keeps M.BAT out of RTM's list:
@echo Main Menu being set up, please wait...
rtm.exe
REM If you do not want to have RTM re-started automatically,
REM simply remove the word "call" from the following line:
if exist rtm_temp.bat call rtm_temp.bat
if exist rtm_temp.bat goto start