Top "Exec" questions

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

execute two shell commands in single exec php statement

I want to display all the files that are modified after a specified date the commands are touch --date '2011…

php exec
What are the different versions of exec used for in C and C++?

These are all the versions of exec that can be used in C (and C++) execl execle execlp execv execve …

c++ c exec
How to use QFileDialog options and retrieve saveFileName?

I'm trying to use a QFileDialog to prompt a user to provide a filename and location to save a text …

python pyqt pyqt4 exec qfiledialog
sh command: exec 2>&1

What will this command do? exec 2>&1

bash shell exec
Redirect Runtime.getRuntime().exec() output with System.setOut();

I have a program Test.java: import java.io.*; public class Test { public static void main(String[] args) throws Exception { …

java redirect runtime exec runtime.exec
PHP return_var codes?

I'm testing the php exec command: http://php.net/exec and I'm getting back a result code of 127. My php …

php exec
Using nodejs's spawn causes "unknown option -- " and "[Error: spawn ENOENT]" errors

I'm trying to get spawn to effect an rm -rf node_modules followed by npm install (on windows 7; nx commands …

node.js exec spawn
Grabbing output from exec

I'm trying to write a C program that grabs command output and then i'll be passing that to another program. …

c terminal exec fork
How can I escape double-quotes in ant?

I need to exec the following command from ant, but I can't figure out how to escape the double-quotes: tasklist /…

ant exec
Executing stored procedure in PL/SQL Developer SQL Window

I've used TOAD for awhile, but my dept has asked me to evaluate PL/SQL Developer as a possible change. …

oracle exec procedure plsqldeveloper ora-00900