Modify

Opened 16 years ago

Closed 15 years ago

#1583 closed Bug (No Bug)

ShellExecute() verb "properties" does not work as expected

Reported by: KaFu Owned by: Valik
Milestone: Component: AutoIt
Version: 3.3.6.0 Severity: None
Keywords: Cc:

Description

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.

Attachments (0)

Change History (5)

comment:1 by Valik, 16 years ago

Resolution: No Bug
Status: newclosed

I'm sorry that you made a false assumption.

comment:2 by KaFu, 16 years ago

Trancexx provided some additional infos:

AutoIt is setting wrong mask for SHELLEXECUTEINFO structure with [i]propertiesi verb.

It should be SEE_MASK_INVOKEIDLIST and AutoIt is using SEE_MASK_NOCLOSEPROCESS.

comment:3 by Valik, 16 years ago

Resolution: No Bug
Status: closedreopened

Fine, we'll take a look.

comment:4 by J-Paul Mesnage, 16 years ago

Owner: set to Valik
Status: reopenedassigned

comment:5 by Jon, 15 years ago

Resolution: No Bug
Status: assignedclosed

SEE_MASK_INVOKEIDLIST seems to imply that you want to pass an entirely different structure to ShellExecute rather than a simple verb. So it's either a no bug or a feature request I think.

Modify Ticket

Action
as closed The owner will remain Valik.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.