home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.6 / 1996-07_Disc_2.6.bin / rpg / warwiz / install.bat < prev    next >
DOS Batch File  |  1995-12-19  |  377b  |  22 lines

  1. @echo off
  2. cls
  3. echo Installing WarWizard... One moment please...
  4. echo .
  5. echo .  
  6. ww_1
  7. ww_2
  8. echo .
  9. echo .
  10. echo Please answer yes (hit the Y key) at the prompts that follow...
  11. echo .
  12. infopat
  13. del ww_1.exe
  14. del ww_2.exe
  15. del infopat.exe
  16. echo .
  17. echo Installation complete.  
  18. echo .
  19. echo Type ww1 to run WarWizard or ww1386 to run WarWizard on a slower computer.
  20.  
  21.  
  22.