alawoona Posted August 25, 2006 Posted August 25, 2006 (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 August 25, 2006 by alawoona
Xenobiologist Posted August 25, 2006 Posted August 25, 2006 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. TIAHI,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
alawoona Posted August 25, 2006 Author Posted August 25, 2006 HI,search for _GetExtProperty.au3 in S&S I think his name is Simucal.So long,MegaThanks Mega - I can use that too. Right now I just want to automate opening the File Properties Dialog window.
Xenobiologist Posted August 25, 2006 Posted August 25, 2006 (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 August 25, 2006 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
alawoona Posted August 25, 2006 Author Posted August 25, 2006 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,Megayep - 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
evilertoaster Posted August 25, 2006 Posted August 25, 2006 not what you eanted but may be usefull-http://support.microsoft.com/default.aspx?kbid=314853you can set it to auto select the fil eyou need....then do somthing like sedning alt,f,r.
alawoona Posted August 26, 2006 Author Posted August 26, 2006 not what you eanted but may be usefull-http://support.microsoft.com/default.aspx?kbid=314853you can set it to auto select the fil eyou need....then do somthing like sedning alt,f,r.Tks - works well
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now