Top "Shellexecute" questions

ShellExecute is a Win32 API function used to launch document files

How do I open a file with the default text editor?

I want to open a *.conf file. I want to open this file with the standard Windows editor (e.g., …

delphi configuration-files shellexecute
Error running exec(). Command: Working Directory: null Environment: null - how to execute a binary in Android correctly on a non-rooted device?

I want to run an executable on a non-rooted android device. Using the following commands in java Runtime.getRuntime().exec("/…

java android binary shellexecute
Calling command from Perl, need to see output

I need to call some shell commands from perl. Those commands take quite some time to finish so I'd like …

perl shellexecute
How to execute a shell script in cgi-bin?

OK first of all, I am a PHP programmer but I have never done anything with CGI and don't know …

cgi shellexecute cgi-bin
How to launch the associated application for a file / directory / URL?

Linux seems to be easy: xdg-open <file/directory/URL>. Apparently, Mac is similar: open should be used instead …

c++ qt winapi cross-platform shellexecute
How to determine if win32api.ShellExecute was successful using hinstance?

I've been looking around for an answer to my original issue.. how do i determine (programmatically) that my win32api.…

python winapi python-2.7 pywin32 shellexecute
How to launch a URL when an email arrives

I would like to launch a URL when an email arrives in Outlook. I setup a rule and have it …

vba outlook shellexecute