Advertisement
cwprogram

Pushd/Popd in powershell

Jul 11th, 2011
560
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. PS C:\Users\Chris> Push-Location
  2. PS C:\Users\Chris> cd C:\Windows\System32
  3. PS C:\Windows\System32> pushd
  4. PS C:\Windows\System32> cd C:\Users\Chris\Documents
  5. PS C:\Users\Chris\Documents> popd
  6. PS C:\Windows\System32> popd
  7. PS C:\Users\Chris>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement