Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom Debugger Guide - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

     chdir dir_spec
     cd dir_spec

This command may be used to change the current directory of any disk on the
local or remote machine.  CD is a short form for CHDIR.  The "@L" or "@R"
prefix may be used to specify the locale (local or remote).

Example:

     cd \tmp

Make the "TMP" directory of the current drive the current directory.

Example:

     cd d:\etc

Make the "ETC" directory of the "D" disk of the current locale (local or
remote) the current directory of that drive.

Example:

     cd @rc:\demo

Make the "DEMO" directory of the "C" disk of the remote machine the current
directory of that drive.  Both locale and disk are specified.

Example:

     cd @le:test

Make the "TEST" subdirectory of the current directory of the "E" disk of the
local machine the current directory of that drive.  Both locale and disk are
specified.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson