home *** CD-ROM | disk | FTP | other *** search
- @echo off
-
- :start
- cls
- cd \bb4
- m
- getkey /K"123456X"
- if errorlevel 80 goto X
- if errorlevel 54 goto 6
- if errorlevel 53 goto 5
- if errorlevel 52 goto 4
- if errorlevel 51 goto 3
- if errorlevel 50 goto 2
- if errorlevel 49 goto 1
- goto start
-
- :1
- cls
- 1
- getkey
- cls
- s4
- getkey
- s1
- s2
- s3
- goto start
-
- :2
- cls
- 2
- getkey
- goto start
-
- :3
- aaplay bb4.fli
- goto start
-
- :4
- aaplay mh.fli
- goto start
-
- :5
- cls
- echo Installing Black Box 4 database to Hard Disk - Drive C
- echo .
- echo confirm that you wish to continue [Y/N]
- getkey /K"YN"
- if errorlevel 81 goto YesInstall
- goto start
-
- :YesInstall
- md c:\bb4
- copy archiver.flm c:\bb4
- copy flm2*.* c:\bb4
- copy mhv.* c:\bb4
- copy pkunzip.exe c:\
- copy arj.exe c:\
- echo .
- echo All files for the database have now been copied to your C drive
- echo in the directory \BB4
- echo .
- echo to run the program, locate to this directory and enter MHV
- echo .
- pause
- goto start
-
- :6
- cls
- mhv
- goto start
-
- :X
- cls
- cd\
- echo Thank you for using Micro Haus products
-
-