Dec 132017
A program to list files on a disk that were modified on or after a specified date. Includes full C source code. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
SINCE.C | 3850 | 1211 | deflated |
SINCE.DOC | 896 | 483 | deflated |
SINCE.EXE | 8338 | 5316 | deflated |
Download File SINCE.ZIP Here
Contents of the SINCE.DOC file
SINCE.EXE A PC DOS file audit & management utility.
=-=-=-=-=
A program to list files on a disk that were modified
on or after a specified date (as mm dd yy).
Returns you to the directory that was active when the
command was issued.
Example:
C> since 12 20 86
This example will list all files on drive 'C' that were
created on or after December 20, 1986.
Searching always takes place from the root directory
and branches down through any subdirectories.
Source is provided; Microsoft 3.0 'C' was used.
C> since 12 20 86 >S-122086.SIN
This example will capture the same list as the above
example, but place the output in a disk file rather
than to the CRT.
This is useful as an adjunct to periodic hard disk
snapshots...as with FINDUP35.EXE.
------------------ e n d ------------------------
s an adjunct to periodic hard disk
snapsh
December 13, 2017
Add comments