Client Server

From BR Wiki
Revision as of 22:11, 7 February 2013 by Laura (talk | contribs) (Created page with " Other: ===CLIENT_CURRENT_DIR EXTENSION=== The third parameter of the DRIVE statement will apply to client-server operations. It will still be ignored for standard model op...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Other:

CLIENT_CURRENT_DIR EXTENSION

The third parameter of the DRIVE statement will apply to client-server operations. It will still be ignored for standard model operations. The third parameter, if it begins with \\ or X: ( or any mapped drive letter followed by colon) will indicate the OS full path (relative paths not allowed) to the initial client directory for the drive referenced by that drive statement. In effect this will provide a client fullpath for each drive statement. Essentially, the third parameter specifies for the client what the second parameter specifies for the server.

If this parameter is not specified or does not begin with \\ or X:, then the client current directory will still be the client startup directory.

CLIENT_CURRENT_DIR will support the following parameters: Full path – specifies use this path for all @: ( single colon ) file references SYNC – Treat each BR Drive individually and when you CD on the server perform the same CD on the client for that respective drive. OFF – Use the client startup directory for all @: references.

The default mode is OFF.