home *** CD-ROM | disk | FTP | other *** search
/ CD Action 21 B / cdactioncoverdisc / PIVO.DOS / INSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1997-12-31  |  1.3 KB  |  50 lines

  1. @echo off
  2. PATH=%PATH%;C:\DOS;C:\WINDOWS;C:\WINDOWS\COMMAND
  3. CLS
  4. echo -------------------------------------------------------------------------------
  5. echo                         PIPEMANIA INSTALLATION
  6. echo -------------------------------------------------------------------------------
  7. echo.
  8. echo.
  9. if "%1"=="" goto def
  10. echo About to install PIPEMANIA to %1\PIVO ...
  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\PIVO
  18. COPY *.* %1\PIVO
  19. echo.
  20. CLS
  21. echo.
  22. echo PIPEMANIA 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\PIVO and press Enter
  31. echo Type: PIPE and press Enter - This will run PIPEMANIA
  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 could be a different letter.
  43. echo.
  44. echo.
  45. echo -------------------------------------------------------------------------------
  46. echo.
  47. goto end
  48. :end
  49.  
  50.