home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 1 / ClassicFond01.iso / arcade / wrath.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1991-08-12  |  2KB  |  60 lines

  1. @echo off >nul
  2. echo off >nul
  3. if !%3! == ! ! goto continue
  4. cls >nul
  5. if !%1! == !! goto usage
  6. set WrathSource=A
  7. if not !%2!  == !! set WrathSource=%2
  8. echo Installing Wrath of the Demon on drive %1:. >con
  9. echo Source drive is %WrathSource%:. >con
  10. echo Press any key to continue, or CTRL-BREAK to abort. >con
  11. pause <con >nul
  12. %1:
  13. md \wrath >nul
  14. cd \wrath >nul
  15. echo Please insert disk 1 in drive %WrathSource%: >con
  16. pause >con <con
  17. set WrathThree=0
  18. if exist %WrathSource%:WRATH2.DAT set WrathThree=1
  19. copy %WrathSource%:*.* >nul
  20. install %1 %WrathSource%  
  21.  
  22. :continue
  23. echo Please insert disk 2 in drive %WrathSource%: >con
  24. pause >con <con
  25. copy %WrathSource%:*.* >nul
  26. echo Please insert disk 3 in drive %WrathSource%: >con
  27. pause >con <con
  28. copy %WrathSource%:*.* >nul
  29. if %WrathThree% == 1 goto Finished
  30. echo Please insert disk 4 in drive %WrathSource%: >con
  31. pause >con <con
  32. copy %WrathSource%:*.* >nul
  33. echo Please insert disk 5 in drive %WrathSource%: >con
  34. pause >con <con
  35. copy %WrathSource%:*.* >nul
  36. echo Please insert disk 6 in drive %WrathSource%: >con
  37. pause >con <con
  38. copy %WrathSource%:*.* >nul
  39. :Finished
  40. echo Wrath of the demon has been installed.>con
  41. echo To start, type WRATH [enter] >con
  42. goto end
  43.  
  44. :usage
  45. echo To install Wrath of the Demon on your hard disk, type >con
  46. echo  >con
  47. echo     INSTALL drive1 [drive2]. >con
  48. echo  >con
  49. echo where drive1 is the hard disk letter on which you want to >con
  50. echo install, and drive2 is the source (floppy) drive. >con
  51. echo Drive2 parameter is optional and defaults to A:. >con
  52. echo You must not put a colon after drive letters. >con
  53. echo  >con
  54. echo Please note that Wrath of the Demon requires 2.2 megs of hard
  55. echo disk space. >con
  56.  
  57. :end
  58. set WrathThree=
  59. set WrathSource=
  60.