[Overview][Types][Classes] | Reference for unit 'process' (#fcl) |
Command-line to execute
Source position: process.pp line 119
published property TProcess.CommandLine: String |
CommandLine is the command-line to be executed: this is the name of the program to be executed, followed by any options it should be passed.
If the command to be executed or any of the arguments contains whitespace (space, tab character, linefeed character) it should be enclosed in single or double quotes.
If no absolute pathname is given for the command to be executed, it is searched for in the PATH environment variable. On Windows, the current directory always will be searched first. On other platforms, this is not so.
Note that either CommandLine or ApplicationName must be set prior to calling Execute.
|
Name of the application to start |
No notes exist for this page yet.