Programmstart

Hallo Leute

Wie kann ich ein Programm aus meinem heraus starten?

MFG HDJ-Lange

Hallo Leute

Wie kann ich ein Programm aus meinem heraus starten?

MFG HDJ-Lange

Schau mal in der Hilfe nach EXEC.

Chris


www.schlechte-doku-hasser.de

Hallo!

Wie kann ich ein Programm aus meinem heraus starten?

NAME
 system - execute a shell command

SYNOPSIS
 #include 

 int system(const char \*string);

DESCRIPTION
 system() executes a command specified in string by calling /bin/sh -c
 string, and returns after the command has been completed. During exe-
 cution of the command, SIGCHLD will be blocked, and SIGINT and SIGQUIT
 will be ignored.

[...]

CONFORMING TO
 ANSI C, POSIX.2, BSD 4.3

Gruß,

Fritze