home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / hb20d1.zip / INSDONE.BAT < prev    next >
DOS Batch File  |  1986-05-27  |  1KB  |  43 lines

  1. rem INSDONE.BAT (May be erased from Hard disk after install)  May 26,86
  2. rem %1=fff=floppy ddd=hard disk,%2 = drive let
  3. cd \
  4. if a%1 == afff goto id7
  5. if exist %2insh$r-t.bat del %2insh$r-t.bat
  6. :id7
  7. cls
  8. echo 
  9.  
  10.  
  11.  
  12.  
  13.  
  14.          + + + HomeBase is now ready! + + +
  15.  
  16. if not a%1 == afff goto id9
  17. if not exist a:autoexec.old goto done
  18. :id9
  19. echo     To test if HomeBase automatically installs
  20. echo     itself you must "reboot" by pressing the
  21. echo     [Cntrl], [Alt], and [Del] keys  (all at the same time).
  22. echo     When the boot is done, you will see the message:
  23. echo     "Press Alt/Shift/H for HomeBase".  However...
  24.  
  25.  
  26. echo     REMEMBER: Check and MODIFY your autoexec.bat file BEFORE you
  27. echo     reboot.  (Check the installation document if you didn't
  28. echo     understand the comments about this made earlier.)  If you
  29. echo     don't want automatic bootup of HomeBase type:
  30. echo         copy \autoexec.old \autoexec.bat  
  31.  
  32.  
  33. if not %1/ == fff/ goto id12
  34. echo     (You may now run CLEANUP.BAT by typing "a:cleanup". This cleans up
  35. echo     Drive A:'s install progs. See CLEANUP.DOC for additional info.)
  36.  
  37. :id12
  38. echo 
  39.     Please check your AUTOEXEC.BAT file NOW!
  40. :done
  41. echo     ---  HomeBase Installation Finished  ---
  42.  
  43.