The VG Resource

Full Version: Make folder copies of file names with added end
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want a batch file to take all of the files in a folder by dragging it into a command prompt, and then in that folder the batch file creates folder copies of all the file names in the folder that was dragged into the command prompt, but these new folders would have added "(detailed)" to it.

EX:  the file "file.ex" would have a folder equivalent of "file.ex (detailed)", doing this by hand for a couple thousand files is so time consuming, anyone here good with making batch files that can help me out with this?