What is the alternative for ~ (user's home directory) on Windows command prompt?

前端 未结 10 1569
离开以前
离开以前 2020-11-30 18:10

I\'m trying to use the command prompt to move some files, I am used to the linux terminal where I use ~ to specify the my home directory I\'ve looked everywhere

10条回答
  •  粉色の甜心
    2020-11-30 18:57

    You can also do cd ......\ as many times as there are folders that takes you to home directory. For example, if you are in cd:\windows\syatem32, then cd ....\ takes you to the home, that is c:\

提交回复
热议问题