Dec 292017
This utility shows the number of files, and the amount of space they take up, and also the amount of space remaining on the disk. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
SIZEOF.DOC | 1244 | 504 | deflated |
SIZEOF.EXE | 4368 | 2996 | deflated |
Download File SIZEOF.ZIP Here
Contents of the SIZEOF.DOC file
***** SIZEOF *****
This utility shows the number of files, and the amount of space they
take up, and also the amount of space remaining on the disk. If no
parameters are supplied, it will show this information for all files in the
current directory. An optional parameter can be passed to change the
source directory or the filespec. To show info on another drive or
directory, pass the path name as a parameter. Be sure to include a '\' at the
end of a path name. Wildcards may also be used, which causes the program to
consider only those files matching the filespec for its calculations.
Some examples:
SIZEOF - size of current directory
SIZEOF *.PAS - size of current directory; only
consider *.pas
SIZEOF C:\UTILS\ - size of the UTILS directory on C:
(notice the final '\')
SIZEOF C:\UTILS\*.EXE - size of the .EXE files in UTILS directory
SIZEOF A: - size of the A:
*******************************************************************************
Created by: John W. Ford, Jr.
Pasadena, MD
This utility shows the number of files, and the amount of space they
take up, and also the amount of space remaining on the disk. If no
parameters are supplied, it will show this information for all files in the
current directory. An optional parameter can be passed to change the
source directory or the filespec. To show info on another drive or
directory, pass the path name as a parameter. Be sure to include a '\' at the
end of a path name. Wildcards may also be used, which causes the program to
consider only those files matching the filespec for its calculations.
Some examples:
SIZEOF - size of current directory
SIZEOF *.PAS - size of current directory; only
consider *.pas
SIZEOF C:\UTILS\ - size of the UTILS directory on C:
(notice the final '\')
SIZEOF C:\UTILS\*.EXE - size of the .EXE files in UTILS directory
SIZEOF A: - size of the A:
*******************************************************************************
Created by: John W. Ford, Jr.
Pasadena, MD
December 29, 2017
Add comments