i need a way of automating the creation of directories and the moving of files into the newly created directory
all files are just in one directory but each file needs to be in its own called by the file name excluding extension
d:\movies\a great movie (2008).mkv
needs to go to
d:\movies\a great movie (2008)\a great movie (2008).mkv
can anyone knock up a script for this ?
all files are just in one directory but each file needs to be in its own called by the file name excluding extension
d:\movies\a great movie (2008).mkv
needs to go to
d:\movies\a great movie (2008)\a great movie (2008).mkv
can anyone knock up a script for this ?