For Windows: Not Supported
The cd BASIC program changes the current working directory to the specified new directory. The new directory remains until the D3 process is disconnected (not logged off) or a new cd command is issued. If the new directory is omitted, the default home directory is selected.
Syntax
cd {new.directory} |
WARNING |
The cd command is not equivalent to !cd new.directory, which changes the working directory of the temporary shell created by the ! TCL command, but not the working directory of the D3 process itself. |
Example(s)
cd /tmp |
See Also