home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo Creating X-Wing Demo directory (xwdemo) on your hard drive
- echo md c:\xwdemo
- md c:\xwdemo
- echo Copying files from floppy to your hard drive
- echo copy *.* c:\xwdemo
- copy *.* c:\xwdemo
- echo Extracting files on your hard drive
- c:
- cd xwdemo
- xwing
- pause
- echo Type "xblast" to run X-Wing demo with Sound Blaster sound and speech
- pause
- echo Type "xadlib" to run X-Wing demo with Adlib sound
- pause
- echo Type "xlowend" to run X-Wing demo with no sound and on low end machine
- pause
- echo Enjoy the Demo and MAY THE FORCE BE WITH YOU!
-