home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games 12 / SPCD12.bin / timeco / go.bat < prev    next >
Encoding:
DOS Batch File  |  1996-10-05  |  380 b   |  23 lines

  1. @cls
  2. @if exist c:\timeco\timeco.exe goto noinstall
  3. @echo  
  4. @echo  
  5. @echo This program needs 4.8 MB 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. @install
  15. :noinstall
  16. @c:
  17. @cd \timeco
  18. @timeco
  19. :end
  20. @d:
  21. @cd \
  22. @menu
  23.