Online Manual: "User Management Resource Adminstrator"
Go to: User Management Resource Administrator homepage
Script Action: Execute Command Line
Function
Execute a Windows command line on the local computer that runs User
Management. The command line can contain any number of arguments, including
variables.
Deployment
This action is typically used in a script that is intended to create
new users in Active Directory or NT4 domains, usually as one of the last
script commands issued. This action is then for instance used to copy
some standard files in the user's home directory, or perform some other
site specific batch commands related to the just created account.
Properties
|
Property Name |
Description |
Typical setting |
Remarks |
|
Command Line |
The command line that must be executed |
|
The command line starts with a name of a file
that can be executed (.exe .bat etc), followed by options as required
by the specific command. It may be required to specify the complete path
the the file to be executed. |
|
Wait until terminated |
Specifies whether or not User Management waits
for the command to finish before it continue with the next action of the
script. |
Yes |
When set to Yes, the execution of the script
is suspended until the command has finished, either successfully or unsuccessfully |
|
Show command window |
Specifies whether a command window must show. |
No |
|
|
Output variable |
Name of the variable containing the output
generated by the executed command line. |
User defined |
|
More information:
Principle of operation
Project operations - Input data
Project operations - Manage script actions
Project operations - Variables
Help on help
|