Launch file properties from command line

  • Thread starter Thread starter jmoliver
  • Start date Start date
J

jmoliver

Is there a way to automatically launch the file "Properties" dialog
(The window dialog which appears when you right click on a file and
select "Properties" in Windows Explorer) from the command line? I am
looking around using explorer.exe or shimgvw.dll - I would like to
configure an application to open an image file's propeties.

- j oliver
 
Using VB/API:
Q&A, December 2002:
http://vb.mvps.org/articles/qa200212.asp

Scripting:

"InvokeVerb" method
http://msdn.microsoft.com/library/d...l/reference/objects/folderitem/invokeverb.asp

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows XP Shell/User]
Windows® XP Troubleshooting http://www.winhelponline.com


Is there a way to automatically launch the file "Properties" dialog
(The window dialog which appears when you right click on a file and
select "Properties" in Windows Explorer) from the command line? I am
looking around using explorer.exe or shimgvw.dll - I would like to
configure an application to open an image file's propeties.

- j oliver
 
Back
Top