home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / game3 / 3d-demo.lzh / _INSTALL.BAT next >
DOS Batch File  |  1986-12-18  |  325b  |  23 lines

  1. echo off
  2. copy a:*.*
  3. echo  
  4. echo  
  5. echo  
  6.  
  7. exist \sierra.bat
  8. if errorlevel 1 goto UseBatch
  9. echo To play the demo, first type
  10. echo     cd \sierra\demo
  11. echo Then type
  12. echo     sierra
  13. goto Exit
  14.  
  15. :UseBatch
  16. echo cd \sierra\demo >\demo.bat
  17. echo demo >>\demo.bat
  18. echo To play the demo, just type
  19. echo     sierra
  20.  
  21. :Exit
  22.  
  23.