The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.

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.