PUSHD command
Save the current directory for use by the POPD command and change to the specified directory.
PUSHD [path | ..]
path Specifies the directory to be the current directory.
If the command extension is enabled, except for the general drive letter and path, PUSHD
The command also accepts network paths. If a network path is specified, PUSHD will create a
Point to the temporary drive letter of the specified network resource and then use the drive you just defined
Change the current drive and directory. Temporary drives can be allocated from Z:
, use the first unused drive letter found.
POPD command
Change to the directory where the PUSHD command is stored.
If the command extension is enabled, POPD is when pushing the directory stack POPD drive
The command deletes the temporary drive letter created by PUSHD.
For example
pushd c: It is to record the c: disk. When you turn to E: After the disk, you can turn back to the c disk with popd.
Save the current directory for use by the POPD command and change to the specified directory.
PUSHD [path | ..]
path Specifies the directory to be the current directory.
If the command extension is enabled, except for the general drive letter and path, PUSHD
The command also accepts network paths. If a network path is specified, PUSHD will create a
Point to the temporary drive letter of the specified network resource and then use the drive you just defined
Change the current drive and directory. Temporary drives can be allocated from Z:
, use the first unused drive letter found.
POPD command
Change to the directory where the PUSHD command is stored.
If the command extension is enabled, POPD is when pushing the directory stack POPD drive
The command deletes the temporary drive letter created by PUSHD.
For example
pushd c: It is to record the c: disk. When you turn to E: After the disk, you can turn back to the c disk with popd.