How do I give a command on Command Prompt in Windows which executes on all the files in the directory as well as it's all subdirectories?
For example: ren *.txt *.
- this command removes the extension .txt from all the files in the current directory but not its subdirectories. I want it to be executed on all the files in all its subdirectories too. How do I do this?