home *** CD-ROM | disk | FTP | other *** search
- echo off
- if x%1==x goto noparam
- cls
- echo ╔═══════════════════════════════════════════╗
- echo ║ ║
- echo ║ New Terminal Velocity ║
- echo ║ ║
- echo ║ Levels ║
- echo ║ ║
- echo ║ 03/01/96 ║
- echo ║ ║
- echo ╚═══════════════════════════════════════════╝
- echo ╔══════════════════════════════════════════════════════════════════╗
- echo ║ The INSTALL program will copy the new levels if you proceed. ║
- echo ║ ║
- echo ║ Press "Ctrl" and C at the same time to halt the INSTALL program. ║
- echo ║ ║
- echo ║ Press any key to continue the INSTALL program. ║
- echo ╚══════════════════════════════════════════════════════════════════╝
- pause >nul
- md %1
- cls
- copy diskinst %1\*.* /v
- goto ok
- :noparam
- cls
- echo ╔═════════════════════════════════════════════════════════════╗
- echo ║ ║
- echo ║ The INSTALL program requires a drive/directory parameter. ║
- echo ║ ║
- echo ║ EXAMPLES: ║
- echo ║ ║
- echo ║ DISKIN C:\tv - to install levels on drive C ║
- echo ║ ║
- echo ║ DISKIN D:\tv - to install levels on drive D ║
- echo ║ ║
- echo ║ DISKIN E:\tv - to install levels in directory ║
- echo ║ "tv" on drive E ║
- echo ║ ║
- echo ╚═════════════════════════════════════════════════════════════╝
- goto end
- :ok
- cls
- echo ╔═════════════════════════════════════════════════════════════════╗
- echo ║ ║
- echo ║ The INSTALL program has copied the new Terminal Velocity levels║
- echo ║ to the drive/directory that you specified. ║
- echo ║ ║
- echo ╚═════════════════════════════════════════════════════════════════╝
- :end
-