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

  1. @cls
  2. @if exist c:\VBDEMO\VBDEMO.EXE goto noinstall
  3. @echo  
  4. @echo  
  5. @echo This program needs 2.6 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-BREAK  NOW  to stop this game to be installed!!
  11. @echo  
  12. @echo  
  13. @pause
  14. @MD C:\VBDEMO
  15. @XCOPY . C:\VBDEMO
  16. :noinstall
  17. @c:
  18. @cd \VBDEMO
  19. @VBDEMO
  20. :end
  21. @d:
  22. @cd \
  23. @menu
  24.