KaFu Posted April 24, 2010 Share Posted April 24, 2010 ShellExecute(@WindowsDir & "\notepad.exe", "", "", "properties") I assumed this would open the file properties, but on my system it returns an error, that no program is associated with running this action. I'm sorry that you made a false assumption. The help-file says: "properties = Displays the file or folder's properties", but on MSDN there's no verb "properties". Maybe it's just in error in the help-file. Anyone got a helpful answer? OS: Win10-22H2 - 64bit - German, AutoIt Version: 3.3.16.1, AutoIt Editor: SciTE, Website: https://funk.eu AMT - Auto-Movie-Thumbnailer (2024-Oct-13) BIC - Batch-Image-Cropper (2023-Apr-01) COP - Color Picker (2009-May-21) DCS - Dynamic Cursor Selector (2024-Oct-13) HMW - Hide my Windows (2024-Oct-19) HRC - HotKey Resolution Changer (2012-May-16) ICU - Icon Configuration Utility (2018-Sep-16) SMF - Search my Files (2024-Oct-20) - THE file info and duplicates search tool SSD - Set Sound Device (2017-Sep-16) Link to comment Share on other sites More sharing options...
JohnOne Posted April 24, 2010 Share Posted April 24, 2010 (edited) its documented under shellexecuteex http://msdn.microsoft.com/en-us/library/bb762154%28VS.85%29.aspx if thats any help Edited April 24, 2010 by JohnOne AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
trancexx Posted April 25, 2010 Share Posted April 25, 2010 It's a bug regardless of what Valik says.AutoIt is setting wrong mask for SHELLEXECUTEINFO structure with properties verb.I should be SEE_MASK_INVOKEIDLIST and AutoIt is using SEE_MASK_NOCLOSEPROCESS.That's the only reason why it doesn't work. ♡♡♡ . eMyvnE Link to comment Share on other sites More sharing options...
KaFu Posted April 25, 2010 Author Share Posted April 25, 2010 Thank you both for your helpful answers . OS: Win10-22H2 - 64bit - German, AutoIt Version: 3.3.16.1, AutoIt Editor: SciTE, Website: https://funk.eu AMT - Auto-Movie-Thumbnailer (2024-Oct-13) BIC - Batch-Image-Cropper (2023-Apr-01) COP - Color Picker (2009-May-21) DCS - Dynamic Cursor Selector (2024-Oct-13) HMW - Hide my Windows (2024-Oct-19) HRC - HotKey Resolution Changer (2012-May-16) ICU - Icon Configuration Utility (2018-Sep-16) SMF - Search my Files (2024-Oct-20) - THE file info and duplicates search tool SSD - Set Sound Device (2017-Sep-16) Link to comment Share on other sites More sharing options...
trancexx Posted April 25, 2010 Share Posted April 25, 2010 Thank you both for your helpful answers .Yes, but what if I wrote that just to mess with you? ♡♡♡ . eMyvnE Link to comment Share on other sites More sharing options...
KaFu Posted April 25, 2010 Author Share Posted April 25, 2010 Yes, but what if I wrote that just to mess with you?Then you would be a really bad person indeed , and that would make little Jesus sad ... OS: Win10-22H2 - 64bit - German, AutoIt Version: 3.3.16.1, AutoIt Editor: SciTE, Website: https://funk.eu AMT - Auto-Movie-Thumbnailer (2024-Oct-13) BIC - Batch-Image-Cropper (2023-Apr-01) COP - Color Picker (2009-May-21) DCS - Dynamic Cursor Selector (2024-Oct-13) HMW - Hide my Windows (2024-Oct-19) HRC - HotKey Resolution Changer (2012-May-16) ICU - Icon Configuration Utility (2018-Sep-16) SMF - Search my Files (2024-Oct-20) - THE file info and duplicates search tool SSD - Set Sound Device (2017-Sep-16) Link to comment Share on other sites More sharing options...
trancexx Posted April 25, 2010 Share Posted April 25, 2010 Then you would be a really bad person indeed , and that would make little Jesus sad ...What do you mean "indeed"?You have doubts?Of course I'm bad. ♡♡♡ . eMyvnE Link to comment Share on other sites More sharing options...
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