home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 49 / 5TH_DEMOS.iso / Fifth / install.bat < prev   
DOS Batch File  |  1998-06-26  |  147b  |  9 lines

  1. @md c:\fifth
  2. @md c:\fifth\wav
  3.  
  4. xcopy demopc.exe c:\fifth
  5. xcopy wav\*.wav c:\fifth\wav
  6.  
  7.  
  8. @echo Launch c:\fifth\demopc.exe to start the game
  9.