You can also employ some direct substitutes for the Append utility,
such as the shared folder redirection technique discussed at
http://windowsxp.mvps.org/
sharedfolders.htm
(the TweakUI utility provided by Microsoft at
http://www.microsoft
.com/windowsxp/downloads/powertoys/default.mspx
makes this process easier by providing
a graphical interface). Consider modifying the path as described in the ???Setting and Viewing
Application Paths with the
Path
Command??? section to make executables accessible.
Determining the Current Directory and Changing
Directories with the CD and
ChDir
Commands
The
CD
and
ChDir
commands perform the same two tasks. First, you can use these commands to
establish your current location at the command line. Second, you can use these commands to move
to another directory. You can display the current directory by typing
CD
or
ChDir
without any arguments
and pressing Enter. These commands use the following syntax:
CHDIR [/D] [drive:][path]
CHDIR [..]
CONVERTING FAT PARTITIONS TO NTFS WITH THE CONVERT UTILITY
227
CD [/D] [drive:][path]
CD [..]
The following list describes each of the command line arguments.
Pages:
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561