As was foretold, we've added advertisements to the forums! If you have questions, or if you encounter any bugs, please visit this thread: https://forums.penny-arcade.com/discussion/240191/forum-advertisement-faq-and-reports-thread/
Options

What am I doing wrong? Command prompt *SOLVED*

ShadeShade Registered User regular
edited January 2010 in Help / Advice Forum
So I need to do a mass file extension change. but I need it to go through the subfolders as well. I'm using command prompt and this is what I'm using but I keep getting a syntax error:

for /R %i in (*.cbr) do ren %i *.rar

any ideas?

EDIT: Turns out I forgot the " " around %i

Shade on
Sign In or Register to comment.