home *** CD-ROM | disk | FTP | other *** search
/ The SelectWare System Volume 2 #3 / The_SelectWare_System_Series_1_Volume_2_Number_3_Selectware.iso / mic10000 / installa.bat < prev    next >
DOS Batch File  |  1988-11-10  |  435b  |  19 lines

  1. echo off
  2. echo This program will install the MicroProse program
  3. echo F19 Stealth Fighter DEMO onto your C: drive.
  4. echo Please insert your demo disk into drive A:.
  5. echo If the demo disk will only fit into your 
  6. echo drive B:, abort this program by hitting the
  7. echo CTRL and C keys together and run the program
  8. echo INSTALLB.
  9.  
  10. pause
  11.  
  12. c:
  13. md c:\f19demo
  14. cd \f19demo
  15. copy a:*.* c:\f19demo\*.*
  16.  
  17. echo Installation complete.
  18.  
  19.