home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / DIR / SAMEDATE.ZIP / READ.ME next >
Encoding:
Text File  |  1992-04-27  |  1.0 KB  |  30 lines

  1.    If you use MAKE, or deal with any system where the  time  and 
  2. date  stamping  of  files  is critical, then occasionally a file 
  3. date can through a real wrench into the works.
  4.  
  5.    Changing the system date then opening and  closing  the  file 
  6. will  change the date correctly, but tends to be a pain, and can 
  7. also create other problems.  In addition, I occasionally want to 
  8. "fix" dates in a batch file.
  9.  
  10.    SAMEDATE  is a trivial little program to fix those instances. 
  11. It is used with two file names.  SAMEDATE reads  the  date  from 
  12. the  first  file,  and changes to directory for the second.  The 
  13. file date for the second is set to the same time/date  plus  one 
  14. minute.
  15.  
  16.      Example:
  17.  
  18.      SAMEDATE NODEDIFF.101 NODELIST.101
  19.  
  20.    Assigns  NODELIST.101  the  same  time  and  date  stamp   as 
  21. NODEDIFF.101  (plus one minute).
  22.  
  23.  
  24. Donald Tees
  25. Upscale Software Inc.
  26. Ex-Libris BBS
  27. Fido 1:221/192
  28.  
  29.  
  30.