home *** CD-ROM | disk | FTP | other *** search
- @echo off
- PATH=%PATH%;C:\DOS;C:\WINDOWS;C:\WINDOWS\COMMAND
- CLS
- echo -------------------------------------------------------------------------------
- echo PIPEMANIA INSTALLATION
- echo -------------------------------------------------------------------------------
- echo.
- echo.
- if "%1"=="" goto def
- echo About to install PIPEMANIA to %1\PIVO ...
- echo.
- echo.
- echo Press Ctrl 'C' to Abort (Terminate Batch Job) or ...
- pause
- echo Please Wait...
- echo.
- MD %1\PIVO
- COPY *.* %1\PIVO
- echo.
- CLS
- echo.
- echo PIPEMANIA Installation complete.
- echo.
- echo Please type in the letter of your hard disk - C: and press Enter
- echo.
- echo You may find typing C: or a similar letter the following appears
- echo C:\WINDOWS> Typing CD\ and pressing Enter will allow you to continue with
- echo the instructions below
- echo.
- echo Type: CD\PIVO and press Enter
- echo Type: PIPE and press Enter - This will run PIPEMANIA
- pause
- echo.
- goto end
- :def
- echo -------------------------------------------------------------------------------
- echo.
- echo Syntax:
- echo.
- echo INSTALL C: and press Enter
- echo.
- echo C: is the letter of your hard disk. Which could be a different letter.
- echo.
- echo.
- echo -------------------------------------------------------------------------------
- echo.
- goto end
- :end
-
-