Language:
Русский
English
Exec (procedure) (Dos unit)
Executes a specified program with a specified command line.
Declaration
procedure Exec(Path, CmdLine: string);
Target
Real, Protected
Remarks
Errors are reported in DosError. When compiling a program that uses Exec, reduce the "maximum" heap size; otherwise, there won't be enough memory (DosError = 8).