home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / TWBTLG.ZIP / README.TXT < prev   
Text File  |  1993-09-01  |  2KB  |  48 lines

  1. Toddware Bootlog Utility!!!!!!!
  2.  
  3.         This isn't bad.  Every time It is run, it records the date and
  4.         time to a file.  The file, you can view and delete using the Log
  5.         viewer.
  6.  
  7. to record the date and time every time your machine is turned on, place the
  8. one of the following lines in your autoexec.bat.  
  9.  
  10. CALL Btlg /Record
  11. CALL Btlg Record
  12. CALL Btlg /R
  13. CALL Btlg R
  14.  
  15. If the bootlog Batch file(BTLG.BAT) is in a directory in your path state-
  16. ment, make sure that you place one of the preceding commands AFTER the 
  17. "path=" line in your autoexec.bat file. Otherwise include the entire path-
  18. name.  For example:
  19.  
  20.         @echo off
  21.         path=c:\dos;c:\windows;d:\pctools
  22.         CALL btlg /r
  23.         .
  24.         .
  25.         .
  26.  
  27.         or
  28.  
  29.         @echo off
  30.         CALL d:\pctools\btlg /record
  31.         path=c:\dos;c:\windows;d:\pctools
  32.         .
  33.         .
  34.         .
  35.  
  36. THE BATCH FILE THAT IS INCLUDED IN THE ZIP FILE ASSUMES THAT YOUR COPY OF
  37. THE BOOTLOG.EXE FILE IS IN YOUR C:\DOS DIRECTORY. IF IT IS NOT, THEN CHANGE
  38. THE BATCH FILE SO THAT IT CHANGES TO THE CORRECT DIRECTORY BEFORE RUNNING
  39. THE BOOTLOG.EXE FILE. YOU CAN USE A TEXT EDITOR TO DO SO(EDIT.COM, DEBUG.EXE)
  40. OR USE A WORD PROCESSOR THAT CAN WRITE ASCII TEXT FILES.
  41.  
  42. WRITTEN BY TODD PRATT Toddware Bootlog Utility (C) 1993
  43. All Toddware is free as of 9/93.  Copy, Distribute, Delete, Rename, or do
  44. with as you wish without permission or contribution to me.
  45.  
  46. Also look for other toddware utilities (such as twcrypt.zip, twlabels.zip,
  47. twlock.zip, summary.zip)
  48.