Default process class to use.
Source position: processbody.inc line 268
var DefaultTProcess: TProcessClass = TProcess; |
DefaultTProcess is the process class used by the RunCommand and RunCommandInDir calls. You can set it to customize the process class to use during these calls. By default the TProcess class is used.
|
Execute a command in the current working directory. |
|
|
Run a command in a specific directory. |
|
|
Class to start and control other processes. |