home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
3D Action & Adventure
/
3dactionandadventureexploretheworldofsoftware1994.iso
/
hrs.bat
< prev
next >
Wrap
DOS Batch File
|
1994-08-16
|
214b
|
20 lines
@echo off
lh hrslogo
:start
lh doshrs
if not exist c:\hrs_app.bat goto exit
echo starting program
call c:\hrs_app.bat
pause
cls
cd \
echo returning to CD-ROM menu program
goto start
:exit