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

前端 未结 10 1593
离开以前
离开以前 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:54

    I just tried set ~=%userprofile% and that works too if you want to keep using the same habit

    You can then use %~% instead.

提交回复
热议问题