Change directory back to the path/folder most recently stored
by the PUSHD command.
POPD will also remove any temporary drive maps created by PUSHD
Syntax
POPD
Example
c:\Program Files> PUSHD c:\utils c:\utils> PUSHD c:\WINNT c:\Winnt> c:\Winnt> POPD c:\utils> c:\utils> POPD c:\Program Files>
POPD is an internal command. If Command Extensions are disabled PUSHD and POPD will not create temporary drive letters.
"It's amazing how low you go to get high" - John Lennon
Related:
PUSHD - Change the current directory/folder and store the previous folder/path
CD - Change Directory, select a Folder (and drive)
Powershell:
Pop-Location - Set the current working location from the stack (popd)
Equivalent bash command (Linux):
popd - Remove the top entry from the directory stack
© Copyright SS64.com 1999-2013
Some rights reserved