|
Process - Remote Execute |
Top Previous Next |
|
This task type can execute commands on a remote server. If you want to execute commands locally you should use the Execute task. This task returns instantly without waiting for the process to finish.
Credentials You must specify a Credential, a remote server name, user name and pass word for a user on the remote server which the command will execute as. Click on the Manage credentials button to add a new Credential.
Command Enter full path and name to the executable file. The rightmost button opens a file browser for selection. The only mandatory parameter in the Execute window.
Arguments Arguments don't have to start with a space key, look at the Add task view for an example. Use "" around long arguments.
Working directory This option may be used if you for example want to execute a PHP script which has no absolute links. Let say that the PHP script tries to write a file "test.txt". If you specify a working directory, you also specify where PHP will write the file. If not specified in this case, PHP will write the file where php.exe is stored, not where the script is stored (that is because the Working Directory by default will be where the command is located, in this case php.exe is the task and the script is the argument).
Run in hidden window When checked, VisualCron will run the task in hidden mode which means that if a task normally creates a window, this will not be displayed. If you want to hide a GUI application (winform) you must also check Use shell execute.
Note about arguments/parameters: Use "" around arguments.
Process priority VisualCron tasks can be run with any standard process priority. The following priorities are available:
|