Jump to content

Recommended Posts

Posted (edited)

If I know the full path name of a file is there a way in AutoIt I can display the "properties" window for that file. Equivalent to right clicking the icon and selecting Properties.

TIA

Edited by alawoona
Posted

If I know the full path name of a file is there a way in AutoIt I can display the "properties" window for that file. Equivalent to right clicking the icon and selecting Properties.

TIA

HI,

search for _GetExtProperty.au3 in S&S I think his name is Simucal.

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Posted

HI,

search for _GetExtProperty.au3 in S&S I think his name is Simucal.

So long,

Mega

Thanks Mega - I can use that too. Right now I just want to automate opening the File Properties Dialog window.

Posted (edited)

Thanks Mega - I can use that too. Right now I just want to automate opening the File Properties Dialog window.

Hi,

how would you do that? Search for a specific file and then open, or just do it per hotkey?

Easy would be send Alt+Enter while file is clicked once in explorer.

So long,

Mega

Edited by th.meger

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Posted

Hi,

how would you do that? Search for a specific file and then open, or just do it per hotkey?

Easy would be send Alt+Enter while file is clicked once in explorer.

So long,

Mega

yep - i can do it that way. was trying to do it with just knowing the full path name of the file, i.e. without having to select the file icon in explorer. But can do it the way you suggest.

thanx

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
×
×
  • Create New...