home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Select: Games Special 11
/
CD_1.iso
/
hospital
/
go.bat
< prev
next >
Wrap
DOS Batch File
|
1997-05-06
|
389b
|
23 lines
@cls
@if exist c:\hospital\hospital.exe goto noinstall
@echo
@echo
@echo This program installs ??? KB on your harddisk.
@echo
@echo
@echo Please install in the path given, to start the game properly
@echo
@echo Press CTRL-C NOW to stop this game to be installed!!
@echo
@echo
@pause
@setup
:noinstall
@c:
@cd \hospital
@hospital
:end
@d:
@cd \
@menu