home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / d / dsharp10.zip / BOOTS.DOC < prev    next >
Text File  |  1993-01-24  |  732b  |  15 lines

  1.                      BOOT.COM and CBOOT.COM
  2.  
  3. These programs may be put in a batch file to cause a warm boot 
  4. (BOOT.COM) or a cold boot (CBOOT.COM).  A "warm" boot means one 
  5. like you'd get with Ctrl-Alt-Del, with no memory check.  A 
  6. "cold" boot is one that starts from scratch, running the POST, 
  7. memory check and so on.  You'd certainly want a "cold" boot, for 
  8. instance, to be more sure of disabling an active virus, because 
  9. some of them can live through a warm boot.
  10.  
  11. The main distinction in these programs is that they will try to 
  12. flush any cache that may be holding data before rebooting.  I 
  13. say "try" advisedly--so far they seem to do a proper job, but 
  14. you will have to try them with your cache to be sure.
  15.