Command Prompt: How would you move a folder (with contents) from the desktop to a new directory?

Under Windows XP, it would be thus: move "c:\documents and settings\%USERNAME%\desktop\TZClock" "C:\documents and settings\%USERNAME%\Start Menu\Programs\TZClock" On Windows 7, it is the following (though I'm not in a position to test this right now): move "c:\users\%USERNAME%\desktop\TZClock" "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\TZClock.

Thanks for the insight on how to do it on XP. I intend to make a version for it too. Im on Win7.

– nicky Apr 9 at 17:14.

Got It! My syntax was wrong: the space was blocking the command from running. Also, I did not have User specified in the path.

After changes: move C:\Users\%USERNAME%\Desktop\TZClock C:\Users\%USERNAME%\"Start Menu"\Programs.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions