home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 44 / PCGAMER44.bin / lucas / xwing / install.bat < prev    next >
DOS Batch File  |  1997-03-19  |  564b  |  20 lines

  1. @echo off
  2. echo Creating X-Wing Demo directory (xwdemo) on your hard drive
  3. echo md c:\xwdemo
  4. md c:\xwdemo
  5. echo Copying files from floppy to your hard drive
  6. echo copy *.* c:\xwdemo
  7. copy \xwing\*.* c:\xwdemo
  8. echo Extracting files on your hard drive
  9. c:
  10. cd xwdemo
  11. xwing
  12. pause
  13. echo Type "xblast" to run X-Wing demo with Sound Blaster sound and speech
  14. pause
  15. echo Type "xadlib" to run X-Wing demo with Adlib sound
  16. pause
  17. echo Type "xlowend" to run X-Wing demo with no sound and on low end machine
  18. pause
  19. echo Enjoy the Demo and MAY THE FORCE BE WITH YOU!
  20.