home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / go.bat
DOS Batch File  |  1992-08-18  |  1KB  |  78 lines

  1. @echo off
  2.  
  3. :start
  4. cls
  5. cd \bb4
  6. m
  7. getkey /K"123456X"
  8. if errorlevel 80 goto X
  9. if errorlevel 54 goto 6
  10. if errorlevel 53 goto 5
  11. if errorlevel 52 goto 4
  12. if errorlevel 51 goto 3
  13. if errorlevel 50 goto 2
  14. if errorlevel 49 goto 1
  15. goto start
  16.  
  17. :1
  18. cls
  19. 1
  20. getkey
  21. cls
  22. s4
  23. getkey
  24. s1
  25. s2
  26. s3
  27. goto start
  28.  
  29. :2
  30. cls
  31. 2
  32. getkey
  33. goto start
  34.  
  35. :3
  36. aaplay bb4.fli
  37. goto start
  38.  
  39. :4
  40. aaplay mh.fli
  41. goto start
  42.  
  43. :5
  44. cls
  45. echo Installing Black Box 4 database to Hard Disk - Drive C
  46. echo .
  47. echo confirm that you wish to continue [Y/N]
  48. getkey /K"YN"
  49. if errorlevel 81 goto YesInstall
  50. goto start
  51.  
  52. :YesInstall
  53. md c:\bb4
  54. copy archiver.flm c:\bb4
  55. copy flm2*.* c:\bb4
  56. copy mhv.* c:\bb4
  57. copy pkunzip.exe c:\
  58. copy arj.exe c:\
  59. echo .
  60. echo All files for the database have now been copied to your C drive
  61. echo in the directory  \BB4
  62. echo .
  63. echo to run the program,  locate to this directory and enter  MHV
  64. echo .
  65. pause
  66. goto start
  67.  
  68. :6
  69. cls
  70. mhv
  71. goto start
  72.  
  73. :X
  74. cls
  75. cd\
  76. echo Thank you for using Micro Haus products
  77.  
  78.