Top "Exec" questions

This tag refers to the starting of another, subsidiary program.

How to get java getRuntime().exec() to run a command-line program with arguments?

I've been trying to write a java program that uses the Runtime.getRuntime().exec() method to use the command-line to …

java process exec runtime.exec
Checking if process still running?

As a way to build a poor-man's watchdog and make sure an application is restarted in case it crashes (until …

php linux process exec
Bash scripts with tmux to launch a 4-paned window

Can anyone help explain what's going on with tmux, bash, and exec? I'm trying to set up a tmux session …

bash exec tmux
Executing a Java application in a separate process

Can a Java application be loaded in a separate process using its name, as opposed to its location, in a …

java process exec
Using xcopy to copy files from several directories to one directory

Is it possible to use xcopy to copy files from several directories into one directory using only one xcopy command? …

msbuild exec xcopy
Is it possible to execute a string in MySQL?

I have to convert a MSSQL stored proc that passes a varchar that is a query: INSERT INTO Results EXEC (@…

mysql eval evaluation exec execute
How to execute file I'm editing in Vi(m)

How to execute file that I'm editing in Vi(m) and get output in split window (like in SciTE)? Of …

vim exec
Checking exec() runs successfully or not

I have been trying to let know know if the exec() command in php executes successfully or not so i …

php exec
PHP exec() will not execute shell command when executed via browser

I have a certain PHP script that calls exec() to execute a command to convert a PDF to JPG. This …

php system exec
PHP exec - check if enabled or disabled

Is there a way to check in a php script if exec() is enabled or disabled on a server?

php linux unix exec