Moving Folders within a Folder
Posted: 04 Sep 2009 10:04
Well I'm fairly new to batch files and I can't seem to figure out how to move some folders.
Basically have a folder called "Output" and within I have four other Folders.
I need to move the folders within "Output" to a folder named data. Here is what I got:
move %userprofile%\desktop\output\ %userprofile%\desktop\data
When I run this it just gives me an error, I know I just need to add more syntax after the "output\" to get it to select the folders and move them, but I am not for what.
Thanks!
Basically have a folder called "Output" and within I have four other Folders.
I need to move the folders within "Output" to a folder named data. Here is what I got:
move %userprofile%\desktop\output\ %userprofile%\desktop\data
When I run this it just gives me an error, I know I just need to add more syntax after the "output\" to get it to select the folders and move them, but I am not for what.
Thanks!