move files command line windows

C++
move "%USERPROFILE%\Downloads\Test.exe" "%USERPROFILE%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"
move "full_path" "new_full_Path"
Source

Also in C++: