Top "Shellexecute" questions

ShellExecute is a Win32 API function used to launch document files

How to call PHP file from a shell script file

I need a shell script which has a loop. In each loop iteration it needs to call a PHP file …

php bash shellexecute
how to get return value of an exe called by ShellExecute

How to get the return value of an exe which is called by shellexecute function. ShellExecute(NULL, NULL, TEXT ( ".\\dpinstx86.…

c++ c api winapi shellexecute
How do I perform a shell execute in a chrome extension?

I'm not finding a way to do this in the chrome.* API or even the experimental. It doesn't run through …

google-chrome google-chrome-extension shellexecute
Which reasons could make ShellExecute fail?

I have a VB6 application which opens files with their associated application using: ShellExecute(0, "open", filename, params, vbNullString, vbNormalFocus) This …

winapi file vb6 registry shellexecute
Shell_exec php with nohup

I think there are tons of similar posts but I haven't yet found a solution after searching around. Basically, I'm …

php exec shellexecute shell-exec nohup
How to avoid confirmation message when executing a .reg file with shellexecute command

In my program I check for a registry key at startup and if somehow it does not exist I execute …

delphi registry message shellexecute confirmation
shell_exec() timeout management & exec()

I'm running a third party script by using a wrapper class I've written which calls shell_exec() and pipes into …

php shellexecute
starting a UAC elevated process from a non-interactive service (win32/.net/powershell)

I'm using a thrid party Windows service that handles some automation tasks by running scripts and executables using CreateProcessAsUser(). I'm …

winapi uac shellexecute createprocessasuser
Executing another program from C#, do I need to parse the "command line" from registry myself?

From the registry, for a given file type, I get a string containing something like this: "C:\Program Files\AppName\…

c# shellexecute
How can I Open PDF files (window default program Adobe Reader) through Delphi 2009?

So basically when I try to open up PDF files that are windows defaulted to open with Adobe Reader nothing …

delphi pdf delphi-2009 shellexecute adobe-reader