home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / winche.zip / INSTALL.BAT next >
DOS Batch File  |  1991-01-21  |  523b  |  25 lines

  1. rem first unzip or un-arc wincheck.zip or .arc
  2.  
  3. rem move into the subdirectory that contains CHKDSK.COM
  4. rem make sure that there is only ONE copy of chkdsk.com in your path
  5. rem preferably only one in your entire system.
  6.  
  7. rem for instance cd \dos
  8.  
  9. rem then:  -----------------------
  10.  
  11. rename chkdsk.com *.dom
  12.  
  13. rem then copy wincheck.exe to the SAME subdirectory.
  14.  
  15. rem such as:----------------------
  16.  
  17. copy a:wincheck.exe chkdsk.*
  18.  
  19. attrib +R chkdsk.*
  20.  
  21.  
  22. rem ------------------------------  ALL done !!
  23.  
  24.  
  25.