home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / batch / 1st_boot.zip / 1ST-BOOT.TXT < prev    next >
Text File  |  1993-11-04  |  979b  |  27 lines

  1. Public Domain 1993 Eric Johnson CIS 72030,2503
  2.  
  3. 1st-boot.com
  4.    Checks to see if this is the first time it has run today.
  5.    It returns:
  6.       1 for first time today
  7.       0 for other times today
  8.  
  9. Tryit.bat is a simple application for using 1st-boot.com
  10.  
  11.  
  12. Gorey Technical Details:
  13.  
  14.    Put 1st-boot.com in the root directory of your boot device.  If you want
  15.    to have it in a different directory or drive, you must patch it yourself.
  16.    A small bit of extra space is included for patch.
  17.  
  18.    The date-of-month is stored inside the COM file itself.  This way a 
  19.    separate disk access is not required for a data file.  This means that 
  20.    you should not set the read-only attribute for 1st-boot, since the new
  21.    day-of-month is written to it the first time run that day.  It also saves
  22.    the disk space of a data file, which would be a whole cluster (.5k to 4k).
  23.              
  24.    You can test it by changing your system's DATE and using tryit.bat.
  25.  
  26.  
  27.