home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.1 / 1996-02_Disc_2.1.iso / worms / install.bat < prev    next >
DOS Batch File  |  1995-12-07  |  813b  |  42 lines

  1. @echo off
  2. cls
  3. echo ----------------------------------
  4. echo One Momento Please.....
  5. echo ----------------------------------
  6. echo.
  7. echo.
  8. echo  This demo will install files to a
  9. echo  \WORMS directory on your C: drive.
  10. echo.
  11. echo  Do you wish to install to a different
  12. echo  drive?
  13. choice 
  14. if errorlevel 2 goto worm
  15. if errorlevel 1 goto hd
  16.  
  17. :worm
  18. md c:\worms
  19. etsdemo -d c:\worms
  20. c:
  21. cd\worms
  22. worms
  23. goto end
  24.  
  25. :hd
  26. cls
  27. echo.
  28. echo.
  29. echo.
  30. echo  If you wish to install WORMS
  31. echo  to a hard drive other than the
  32. echo  C: drive, type:
  33. echo.
  34. echo  MD X:\WORMS (where X is the letter of the drive you want to instal to)
  35. echo  ETSDEMO -D X:\WORMS (where X is your hard drive letter)
  36. echo.
  37. echo  Then change to the WORMS directory on your hard drive and
  38. echo  type WORMS.
  39. goto end
  40.  
  41. :end
  42.