cd
This command displays and changes the current directory. Type cd <directory name> to change to a specific directory. Type cd to display the current directory.
debug
This command turns debug tracing on and off. Type debug on to turn on debug. Type debug off to turn off debug.
This command prints a message to the output stream. Type print <message> to print the literal message to the console.
reset
This command resets the environment to its default state. Type reset to set the environment to its default state.
set
This command displays and modifies environment variables.
Type to set to display all the environment variables.
Type set <prefix> to display all the environment variables that start with the specified prefix.
Type to set <name>= to remove the “named” variable.
Type to set <name>=<value> to set the “named” variable to the “value” specified.
which
This command resolves a filename in a path. Type to which <filename> to find the first occurrence of the specified “filename”.
Copyright © 2000-2016 Tridium Inc. All rights reserved.