|
props://
Usage:
props://{filename}[>{property}]
where
{filename}
is a
full path to a file including drive letter or
(\\) UNC formatting
Examples and explanations:
Use of the props://
command line allows you to see the file properties dialog for the file
specified or to retrieve specific file properties in a dialog. The screen
shot below is from WindowXP and shows the file properties dialog.

The following commands will return
individual properties to the cmdLine dialog:
(note: the { and } need to be left out of the
filename)
- version
props://{filename}>version
returns the file version (if available)
- comments
props://{filename}>comments
returns any comments that were applied to the file
- companyname
props://{filename}>companyname
returns the name of the company that created the file (if
available)
- createddate
props://{filename}>createddate
returns the date and time that the file was created
- description
props://{filename}>description
returns the description of the file (if available)
- openswith
props://{filename}>openswith
returns the full path to the associated program that would
open the file
- filetype
props://{filename}>filetype
returns the descriptive name of the program that is
associated with the file
- modifieddate
props://{filename}>modifieddate
returns the date and time that the file was last modified
- size
props://{filename}>size
returns the size of the file in bytes
|