Top "Shellexecute" questions

ShellExecute is a Win32 API function used to launch document files

How do I execute a program from Python? os.system fails due to spaces in path

I have a Python script that needs to execute an external program, but for some reason fails. If I have …

python shellexecute
Open a Web Page in a Windows Batch FIle

I have a batch file that does a bunch of things and at the end needs to open up a …

windows batch-file cmd shellexecute
How to Run cmd.exe with parameters from javascript

I am trying to write javascript which should run cmd.exe with a specified command line in it like this …

javascript command-line cmd shellexecute
Lua os.execute return value

Is it possible to read the following from the local variable in Lua? local t = os.execute("echo 'test'") print(…

lua shellexecute
Exec a shell command in Go

I'm looking to execute a shell command in Go and get the resulting output as a string in my program. …

go shellexecute
ShellExecute equivalent in .NET

I'm looking for the .NET-preferred way of performing the same type of thing that ShellExecute does in Win32 (opening, printing, …

c# .net winapi windows-shell shellexecute
How do I run a command-line program in Delphi?

I need to execute a Windows "find" command from a Delphi software. I've tried to use the ShellExecute command, but …

delphi command-line shellexecute
How to Pass parameters for a Ant script , which is invoked via shell script?

I need to invoke a ant script via shell script. Let us consider the parameters for ant script are a,…

shell scripting ant shellexecute
How to call shell script from php that requires SUDO?

I have a file that is a bash script that requires SUDO to work. I can run it from the …

php bash sudo shellexecute
replace a particular text in all the files using single line shell command

I have a renamed js file which I have to call in each of my php pages. Now I want …

shell sed shellexecute