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
~
I just tried set ~=%userprofile% and that works too if you want to keep using the same habit
set ~=%userprofile%
You can then use %~% instead.
%~%