home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo - INSTALLATION OR UPDATE OF REBOOT ONTO ONTO HARD DISK %1
- echo - ======================================================
- echo -
- echo - This will copy the REBOOT program onto your Hard Disk,
- echo - in subdirectory :\RBT (does not overwrite existing data)
-
- if not "%1"=="" goto jump1
-
- echo - REBOOT will be installed on DRIVE C; to install on other drives
- echo - press CTRL C to quit, and re-enter INSTALL D or INSTALL E etc...
- echo -
-
- :jump1
- pause
- c:
- if not "%1"=="" %1:
- echo -
- md \RBT
- echo - Copying programs onto Hard disk
- copy a:*.* \rbt
- copy \rbt\reboot.bat \
- del \rbt\reboot.bat
- del \rbt\install.bat
-
- REM delete any old versions of reboot if they exist
- if exist \rbt\run.exe del \rbt\run.exe
- if exist \rbt\rb1.com del \rbt\rb1.com
- if exist \rbt\rb2.com del \rbt\rb2.com
- if exist \rbt\rbt.pgm del \rbt\rbt.pgm
-
- echo - Finished!
- echo -
- echo - Any problems, 'phone The Ctrl Alt Deli 0908-662759
- echo -