home *** CD-ROM | disk | FTP | other *** search
/ The SelectWare System Volume 2 #3 / The_SelectWare_System_Series_1_Volume_2_Number_3_Selectware.iso / sie10003 / __insth.bat next >
DOS Batch File  |  1989-03-23  |  342b  |  20 lines

  1. echo Copying game files...
  2. :Vol1
  3. exists %2:resource.001
  4. if not errorlevel 1 goto GetVol1
  5. echo Please insert the disk in drive %2.
  6. pause
  7. goto Vol1
  8.  
  9. :GetVol1
  10. copy %2:sierra.com >nul
  11. copy %2:sciv.exe >nul
  12. copy %2:install.* >nul
  13. copy %2:resource.* >nul
  14.  
  15. echo    To run SQ3 Demo, type
  16. echo        cd \sierra
  17. echo    and then
  18. echo        sq3demo
  19.  
  20.