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