[Overview][Constants][Types][Procedures and functions][Variables] |
Execute another program, and wait for it to finish.
Source position: dosh.inc line 103
procedure Exec( |
const path: PathStr; |
const comline: ComStr |
); |
Execexecutes the program in Path, with the options given by ComLine. The program name should notappear again in ComLine, it is specified in Path. Comline contains only the parameters that are passed to the program.
After the program has terminated, the procedure returns. The Exit value of the program can be consulted with the DosExitCodefunction.
For an example, see DosExitCode
Errors are reported in DosError.
|
Exit code of last executed program. |