home *** CD-ROM | disk | FTP | other *** search
/ Between Heaven & Hell 2 / BetweenHeavenHell.cdr / 500 / 438 / quicky.bat < prev    next >
DOS Batch File  |  1987-10-04  |  2KB  |  99 lines

  1. echo off
  2. rem QUICKY.BAT April 3, 1986,  (must be run in drive A:)
  3. a:
  4. cls
  5. echo 
  6.  
  7.  
  8.  
  9.  
  10. HOMEBASE "Quicky" Temporary INSTALL and TEST
  11. echo --------------------------------------------
  12.  
  13.  
  14. if not exist a:hb.ovr goto q0
  15. echo You must start with DISK 1 in Drive A: ! Try again...
  16. pause
  17.  
  18. :q0
  19.  
  20. echo (HomeBase is so powerful and  has  so  many options  that you must
  21. echo run the HBINSTAL program in order to fully realize
  22. echo its maximum potential.  However, this "quicky" installation will
  23. echo give  you immediate access to HomeBase.   The  installation is
  24. echo temporary; it will only last until you reboot or turn off the computer.)
  25.   
  26.  
  27. echo 
  28.  
  29.  
  30. Please Note:
  31. echo The DOS "BATCH" processor is quite slow so there may be a delay of up to
  32. echo 30 seconds while the computer is "thinking".  Please wait 30 sec. before
  33. echo you suspect any problems.
  34.  
  35.  
  36. ask Ok to proceed?
  37. if errorlevel 2 goto errexit
  38.  
  39. cls
  40. hbkernel  q K15 8 s10 c12 300 ;    kernel >nul
  41. hbasync   ;            async  >nul
  42. hbvsi 30k ; need 40k for hbtm    window manager >nul
  43.  
  44. :try2
  45. echo 
  46.  
  47.  
  48.  
  49. Please remove DISK 1 from Drive A and replace it with DISK 2.
  50.  
  51. ask HomeBase DISK 2 in A:
  52. if errorlevel 2 goto try2
  53. if not exist a:hb.ovr goto try2
  54.  
  55. checkwp a:
  56. if not errorlevel 1 goto dohb
  57.  
  58. echo 
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  WARNING: Disk 2 is write protected.  Some parts of HOMEBASE will try
  65. echo to write on the disk and give you an error message.  In order to test
  66. echo all parts of Homebase (including the autodialer, calendar and notebase)
  67. echo then you must copy the original Disk 2 to a new blank disk with DISKCOPY
  68. echo (as shown in the Install document) and use this copy for Disk 2.
  69.  
  70. ask ok to proceed anyway?
  71. if errorlevel 2 goto errexit
  72.  
  73. :dohb
  74. cls
  75. echo -
  76. echo     Installing HOMEBASE, please wait...
  77. echo     (Note: See last chapter of manual or run HBINSTALL for
  78. echo     HomeBase options if you    have some non-IBM hardware or if
  79. echo     HomeBase doesn't work on your machine.)
  80. rem     * also in options.txt on your disk *
  81. hb ; >nul
  82.  
  83. echo 
  84.     -- Please press Alt/Shift/H for HomeBase --
  85. echo     (ALT/SHIFT are at your lower left.  Use the
  86. echo     ESC key for terminating tasks) 
  87.  
  88.  
  89.  
  90.  
  91. goto finish
  92.  
  93. :errexit
  94. echo 
  95. An answer you gave caused early termination.  Try again.
  96.  
  97. :finish
  98. echo Done
  99.