In Windows, a batch file with a recursive for loop and a file name including blanks - Super User
I have a folder tree, like this (it's only an example, it will be deeper in my real case): C:\test | +---folder1 | foo bar.txt | foobar.txt | +---folder2 | foo bar.txt... ... Without the recursive switch, you can tell FOR not to print the quotes: for ...