home *** CD-ROM | disk | FTP | other *** search
/ Best of the Best 4 / shareware.iso / games / disk002 / go.bat < prev    next >
DOS Batch File  |  1995-04-21  |  841b  |  29 lines

  1. echo off
  2.  
  3. rem *** GO Script Copyright (C) 1995 Lab Software, Inc.
  4. rem *** No parts of this install script may be modified or redistributed, 
  5. rem *** without written consent from Lab Software, Inc.  Contact us at:
  6. rem *** Lab Software, Inc.  650 N Larkin Avenue  Joliet, IL 60435  815-744-DISK
  7.  
  8. echo  
  9. echo NOTE: This is a DOS only game, and should NOT be run from Windows.
  10.  
  11. :labsoft_com
  12. if not exist LABSOFT.COM goto start
  13. echo  
  14. echo Type "LABSOFT" for information on:
  15. echo - installing and running software       - troubleshooting problems
  16. echo - reading and printing documentation    - general shareware concepts
  17. echo - contacting Lab Software, Inc.
  18.  
  19. :start
  20. echo  
  21. echo Preparing to start Zool2
  22. echo  
  23. echo Press CTRL+C followed by "Y" to abort, otherwise press any key to continue
  24. pause >nul
  25.  
  26. ZOOL2.exe
  27.  
  28. :end
  29.