Search found 3 matches

by Mulsiphix
07 Apr 2016 11:10
Forum: DOS Batch Forum
Topic: Trouble With A Recursive Rename Batch File
Replies: 5
Views: 4242

Re: Trouble With A Recursive Rename Batch File

Ah hah! I see now :oops:. Thank you very much :wink:.
by Mulsiphix
06 Apr 2016 13:07
Forum: DOS Batch Forum
Topic: Trouble With A Recursive Rename Batch File
Replies: 5
Views: 4242

Re: Trouble With A Recursive Rename Batch File

It works !! Thank you so much!! I hadn't even noticed the %%~x variable with modifier yesterday on the MS For web page. I'm trying to understand what is happening in your code and the %%b variable is throwing me off. I surprised the code works, based on my very limited understanding of the Command-L...
by Mulsiphix
05 Apr 2016 19:32
Forum: DOS Batch Forum
Topic: Trouble With A Recursive Rename Batch File
Replies: 5
Views: 4242

Trouble With A Recursive Rename Batch File

I have a ton of files with names that end in *.crop.jpg and I would like to change crop to full . I have done a lot of searching and I read the Microsoft TechNet articles for REN and FOR , but I just can't get it. Is what I am trying to do impossible inside a batch file? Trying for /r %%a in (*.crop...