SetCurrentPath |
Top Previous Next |
Syntax - SetCurrentPath <Path> Where: <Path> is a literal string or a variable containing a literal string.
Description: This command is used to define the default path to be used for any application executed using the RunCommand command. The <Path> parameter is a valid path and file name or a variable that contains a valid path and file name that is accessible from the workstation on which EMUE is running.
Note: This command can be used immediately before RunCommand command to define a default path for the application executed by the RunCommand command..
Sample 1: The following statement defines the default path of C:\Monarch\. SetCurrentPath "C:\Monarch\"
Sample 2: The following statement defines the default path of C:\Monarch\ from the variable Directory Copy Directory "C:\\Monarch\\" SetCurrentPath Directory
|