I don't know of a way to do that, but if you press F7 you can repeat previous commands in a popup, that might be helpful.
Trick about the file and web browsers, you can still go "up" instead of back by pressing Alt-Up on the keyboard.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi all, I'm a Linux user just starting to get the hang of Windows 7. How can one perform these functions with the Windows cd command:
Thanks!
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
I don't know of a way to do that, but if you press F7 you can repeat previous commands in a popup, that might be helpful.
Trick about the file and web browsers, you can still go "up" instead of back by pressing Alt-Up on the keyboard.
> Trick about the file and web browsers, you can still go "up" instead of
> back by pressing Alt-Up on the keyboard.
Thanks. I knew about that in the file browser, but not web browsers. Nice!
> Go up a directory (back) is (cd, space, two periods): cd ..
Thanks. I do know how to go up, but how to go back? For instance:
C:\Users\dotancohen\some\long\filepath>cd C:\Windows
Now how would I get back to C:\Users\dotancohen\some\long\filepath
I do know about pushd but that only helps if I explicitly know that I must go back before I switch directories. Much like a file browser or web browser has a back button (incidentally, neither have an Up button in Windows 7).
In the Windows Command Shell:
Go up a directory (back) is (cd, space, two periods): cd ..
Go to user's home is not a direct command but you can use a variable like this: cd %userprofile%
Not sure what you mean by bookmark, though.