In Linux, we can go to the user home by:
cd ~
How to do the same in Windows?
Each time, I need to type:
cd C:\Document and Settings\freewind
That's too boring.
|
In Linux, we can go to the user home by:
How to do the same in Windows? Each time, I need to type:
That's too boring.
| |||||||||||||
feedback
|
This question came from our site for professional and enthusiast programmers.
|
You can also define an alias for the above command:
After this, it's simply | |||||||||||||||||||||
feedback
|
|
You can use or you can use | |||||||||||||||||
feedback
|
|
One possibility is to use the
Any time you navigate to drive Z:, you'll be looking at your user folder. The downside is that you need to run it every time you log in. I used a batch file and just put it in my startup folder, but there are probably more elegant solutions to this. The benefit is that unlike a doskey alias, it works universally (windows explorer, browse dialog, etc.), not just when changing directories at the command prompt. It's especially helpful for old programs with old browse dialogs that have drive letters at the topmost level, rather than "desktop". | |||
feedback
|
|
You can do this:
| |||||
feedback
|