!--a11y-->
Creating Workspace Folders and
Workspaces 
The
storage structure in the DTR server is organized in workspaces. Related workspaces are organized in workspace
folders.
For more
information, see
Workspace
Administration.
...
1. Start the command line client of the DTR; to do this, execute dtrshell.bat in the installation directory of the DTR.
The command line client connects to the last used DTR server. If there is no such entry, the default settings apply.

To select a server, change the lastused.client file in the installation directory of the DTR.
2. To create a workspace folder, enter mkws and -F for folder, -w for workspace/workspace folder, followed by the path under the root of the server.

mkws –F –w /Test
The workspace folder Test is created under the root.
3. To create a workspace, enter mkws and -w for workspace, followed by the path under the workspace folder.

mkws –w /Test/WS1
Workspace WS1 is created under the workspace folder Test.
