home *** CD-ROM | disk | FTP | other *** search
/ CD Action 25 A / cdactioncoverdisc25a1998.iso / WITG.FUL / INSTALL.BAT < prev    next >
DOS Batch File  |  1997-09-27  |  1KB  |  50 lines

  1. @echo off
  2. PATH=%PATH%;C:\DOS;C:\WINDOWS;C:\WINDOWS\COMMAND
  3. CLS
  4. echo -------------------------------------------------------------------------------
  5. echo                        WAR IN THE GULF INSTALLATION
  6. echo -------------------------------------------------------------------------------
  7. echo.
  8. echo.
  9. if "%1"=="" goto def
  10. echo About to install WAR IN THE GULF %1\WITG ...
  11. echo.
  12. echo.
  13. echo Press Ctrl 'C' to Abort (Terminate Batch Job) or ...
  14. pause
  15. echo Please Wait...
  16. echo.
  17. MD %1\WITG
  18. XCOPY *.* %1\WITG /E
  19. echo.
  20. CLS
  21. echo.
  22. echo WAR IN THE GULF Installation complete.  
  23. echo.
  24. echo Please type in the letter of your hard disk - C: and press Enter
  25. echo.
  26. echo You may find typing C: or a similar letter the following appears
  27. echo C:\WINDOWS Typing CD\ and pressing Enter will allow you to continue with
  28. echo the instructions below
  29. echo.
  30. echo Type: CD\WITG and press Enter
  31. echo Type: GULF and press Enter - This will run WITG
  32. pause
  33. echo.
  34. goto end
  35. :def
  36. echo -------------------------------------------------------------------------------
  37. echo.
  38. echo Syntax:
  39. echo.
  40. echo INSTALL C: and press Enter
  41. echo.
  42. echo C: is the letter of your hard disk.  Which may be a different letter.
  43. echo.
  44. echo.
  45. echo -------------------------------------------------------------------------------
  46. echo.
  47. goto end
  48. :end
  49.  
  50.