home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazin 1997 January / CD_01_97.ISO / install.bat < prev    next >
DOS Batch File  |  1996-05-07  |  297b  |  14 lines

  1. @echo off
  2. echo This version of the game requires 20 meg free on your hard drive.
  3. echo Directories "c:\ben" and "c:\game" will be created.
  4. echo To continue...
  5. pause
  6. md c:\ben
  7. xcopy ben\*.* c:\ben /s
  8. md c:\game
  9. xcopy game\*.* c:\game /s
  10. c:\game
  11. cls
  12. echo Type "msetup" and then "game".
  13.  
  14.