Internet Downloads.

Would you like Bulk Rename Command to offer new functionality? Post your comments here!

Internet Downloads.

Postby os2fan2 » Sun Aug 02, 2009 11:34 am

Sometimes, ye download files from the internet, or email attachments with "%20" for space, etc.

A possibility would be to have a general %xx <> char type renaming, eg char2asc and asc2char.
os2fan2
 
Posts: 1
Joined: Sun Aug 02, 2009 11:31 am

Re: Internet Downloads.

Postby audiogalaxy » Fri Aug 21, 2009 2:36 am

os2fan2 wrote:Sometimes, ye download files from the internet, or email attachments with "%20" for space, etc.

A possibility would be to have a general %xx <> char type renaming, eg char2asc and asc2char.


maybe you can use successfully the regexp switch if you can easily identify the "%" synbol, because numbers are easily "matchable" using regex. Something like /%[0-9+]/ could be useful... (but i don't know enough regexp to help you effectively) or maybe you can use the /REPLACECI switch for replacing the "%" with something easy to delete ... but if you find that the %20 (space) and other codes are repeating, you can do a batch command with

BRC /replaceci:%20:_ /replaceci:%othervalue:_ /replaceci:%othervalue:_ /execute

inside. And this should be effective. :)
audiogalaxy
 
Posts: 23
Joined: Thu Nov 20, 2008 10:56 am


Return to Suggestions