Jump to content

[Help] how to call StgOpenStorageEx to set File properties (title, author, etc.)


Recommended Posts

i need to set file properties (e.g. when you do a right-click on a file, summary tab) with AutoIt script.

Does anyone know how to do it?

I googled and found probably have to use this function StgOpenStorageEx. however, I have no idea of how to call it. (I am new to AutoIt :) )

Below link is C++ sample I found:

http://www.codeproject.com/KB/files/SummInfoPropSetFile.aspx

Thanks in advance.

Sam

Link to comment
Share on other sites

i need to set file properties (e.g. when you do a right-click on a file, summary tab) with AutoIt script.

Does anyone know how to do it?

I googled and found probably have to use this function StgOpenStorageEx. however, I have no idea of how to call it. (I am new to AutoIt :) )

Below link is C++ sample I found:

http://www.codeproject.com/KB/files/SummInfoPropSetFile.aspx

Thanks in advance.

Sam

Search for DSOfile.dll or metadata or file properties

DSOfile.dll

Its usefulness is limited, but give it a try

A few of the relevant posts on DSOfile

File Title, Trying to set the file's title field.

http://www.autoitscript.com/forum/index.php?s=&showtopic=71913&view=findpost&p=526223

above example reposted here without attribution

File Property Managemen, Control a file's Title, Subject, Author, etc.

Querying a file's METADATA, How do you go about it?

http://www.autoitscript.com/forum/index.ph...&hl=dsofile

Correct usage of DSOFILE.dll, solution is here.

http://www.autoitscript.com/forum/index.php?showtopic=65695&hl=dsofile

Enumerate / Modify "Summary Properties", a la FileGetAttrib()

I see fascists...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...