home *** CD-ROM | disk | FTP | other *** search
/ Game Killer / Game_Killer.bin / 091.INSTALL.BAT < prev    next >
DOS Batch File  |  1991-08-12  |  674b  |  19 lines

  1. echo off
  2. echo To install Wing Commander ][ Demo, type from your floppy drive:
  3. echo          install C:
  4. echo (of install D: or any other drive letter)
  5. echo If you just typed install, ctrl-c now and reinstall.
  6. echo   Just on a side note, in order to get the most out of this demo, you
  7. echo should have 1 meg of expanded memory set up.  Also, a 386 is highly
  8. echo recommended.
  9. pause
  10. md %1\wing2
  11. copy wing2.exe %1\wing2
  12. md %1\wing2\gamedat
  13. pkunzip wc2demo.001 %1\wing2\gamedat
  14. pause Please Insert Disk 2 of Wing Commander ][ Demo.  Hit a key to continue.
  15. pkunzip wc2demo.002 %1\wing2\gamedat
  16. %1
  17. cd \wing2
  18. echo Installation complete.  Type WING2 to begin demo.
  19.