home *** CD-ROM | disk | FTP | other *** search
/ CD Action 25 A / cdactioncoverdisc25a1998.iso / EMPSOC.FUL / INSTALL.BAT < prev    next >
DOS Batch File  |  1997-10-12  |  1KB  |  51 lines

  1. @echo off
  2. PATH=%PATH%;C:\DOS;C:\WINDOWS;C:\WINDOWS;COMMAND
  3. CLS
  4. echo -------------------------------------------------------------------------------
  5. echo                         EMPIRE SOCCER INSTALLATION 
  6. echo -------------------------------------------------------------------------------
  7. echo.
  8. echo.
  9. if "%1"=="" goto def
  10. echo About to install EMPIRE SOCCER to %1\EMPSOC ...
  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\EMPSOC
  18. COPY *.* %1\EMPSOC
  19. echo.
  20. CLS
  21. echo.
  22. echo EMPIRE SOCCER 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\EMPSOC and press Enter
  31. echo Type: SOCCER and press Enter - This will run EMPIRE SOCCER for you 
  32. echo.
  33. pause
  34. echo.
  35. goto end
  36. :def
  37. echo -------------------------------------------------------------------------------
  38. echo.
  39. echo Syntax:
  40. echo.
  41. echo INSTALL C: and press Enter
  42. echo.
  43. echo C: is the letter of your hard disk.  Which could be a different letter.
  44. echo.
  45. echo.
  46. echo -------------------------------------------------------------------------------
  47. echo.
  48. goto end
  49. :end
  50.  
  51.