home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games Special 11 / CD_1.iso / hospital / go.bat < prev    next >
DOS Batch File  |  1997-05-06  |  389b  |  23 lines

  1. @cls
  2. @if exist c:\hospital\hospital.exe goto noinstall
  3. @echo  
  4. @echo  
  5. @echo This program installs ??? KB on your harddisk.
  6. @echo  
  7. @echo  
  8. @echo Please install in the path given, to start the game properly
  9. @echo  
  10. @echo Press  CTRL-C  NOW  to stop this game to be installed!!
  11. @echo  
  12. @echo  
  13. @pause
  14. @setup
  15. :noinstall
  16. @c:
  17. @cd \hospital
  18. @hospital
  19. :end
  20. @d:
  21. @cd \
  22. @menu
  23.