BRC not executing

Post any Bulk Rename Command support requirements here. Open to all registered users.

BRC not executing

Postby cwesterfield » Fri Aug 05, 2011 5:04 pm

I'm on windows 7 using the newest version of brc from the website.

my command is
Code: Select all
brc32.exe /nofiles /recursive /dir:"E:\Downloads\Ebooks" /IGNOREFOLDERX /pattern:"UNPACK" /REMOVEWORDS:"UNPACK" /EXECUTE


There are 3 folders with _Unpack_ in thier title but it isn't touching them. Example folder name:
Code: Select all
_UNPACK_Dexter Series


Here is a link to the output, with no changes to the three folders: http://pastebin.com/WvtYefT8

I'm not sure what I am doing wrong.
cwesterfield
 
Posts: 1
Joined: Fri Aug 05, 2011 4:57 pm

Re: BRC not executing

Postby audiogalaxy » Thu Jan 19, 2012 5:25 pm

cwesterfield wrote:I'm on windows 7 using the newest version of brc from the website.

my command is
Code: Select all
brc32.exe /nofiles /recursive /dir:"E:\Downloads\Ebooks" /IGNOREFOLDERX /pattern:"UNPACK" /REMOVEWORDS:"UNPACK" /EXECUTE


There are 3 folders with _Unpack_ in thier title but it isn't touching them. Example folder name:
Code: Select all
_UNPACK_Dexter Series


Here is a link to the output, with no changes to the three folders: http://pastebin.com/WvtYefT8

I'm not sure what I am doing wrong.


Where did you find such a "removewords" switch? :)
Try this:
Code: Select all
/nofiles /recursive /dir:"E:\Downloads\Ebooks" /IGNOREFOLDERX /replaceci:"UNPACK":"" /EXECUTE
audiogalaxy
 
Posts: 23
Joined: Thu Nov 20, 2008 10:56 am

/Pattern wildcards

Postby truth » Wed Aug 21, 2013 12:28 am

The problem is that /pattern:unpack should be /pattern:*unpack*
The asterisks match filenames with unpack anywhere in the filename (versus just unpack)
truth
 
Posts: 221
Joined: Tue Jun 25, 2013 3:39 am
Location: Earth, OrionArm, MilkyWay


Return to BRC Support