Batch to move files in a folder to another folder?
Posted
by Mohammad
on Stack Overflow
See other posts from Stack Overflow
or by Mohammad
Published on 2010-05-02T20:14:14Z
Indexed on
2010/05/02
20:28 UTC
Read the original article
Hit count: 242
Hello People,
I want to create a batch file that moves all the files in this directory to its father directory. Like for example if I have a directory " Something " that contains files :
...New Folder/Something
And I want to move the files in " Something " to New folder.
Is there such a command?
Thanks a bunch :)
© Stack Overflow or respective owner