Syntax:
| int32/list#3 | executes ( command_or_pipe ) |
| int32/list#3 | executes ( command_or_pipe, stdin ) |
| int32/list#3 | executes ( command_or_pipe, stdin, stdout ) |
| int32/list#3 | executes ( command_or_pipe, stdin, stdout, stderr ) |
Parameter:
| command | Name oder Dateiname des Programmes, welches aufgerufen werden soll. |
| stdin | NONE | STRING:FILENAME | INT:MODE |
| stdout | NONE | STRING:FILENAME | INT:MODE |
| stderr | NONE | STRING:FILENAME | INT:MODE |
Beschreibung:
| DEBUG-INFO: Dieses ist nur eine Skelett-Seite |
Funktionsergebnis:
Siehe auch:
Weitere ähnliche Funktionen:
| Prozesse | |
|---|---|
| Funktion | Kurzinfo |
| Erzeugung eines Prozesses durch Angabe eines Kommandos oder einer Kommando-Pipe. | |
| Abfrage der Prozess-ID (PID) | |
| Erzeugung eines Prozesses | |