Would someone create a simple bat for me to replace "_" and "." with spaces?


Rayz3211878 User
posts: 230uploads: 7
0
So I know this seems kinda lazy but I was wondering if someone could create a simple bat for me that will replace the characters "_" and "." with spces except the last "." which is for the extension.

So like say you had "ps2_Repair_Guide.pdf" it would output to "ps2 Repair Guide.pdf"

I want this because when I download stuff and then want to store it on my external I like to have it orderly and removing those periods and underscores is very tedious.

Any help would be greatly appreciated,
Thanks
Dr.Kush500 User
posts: 2422uploads: 36
0
i think you can click on the file then hit rename and then take the stuff out u dont want i think this is what u r asking
Rayz3211878 User
posts: 230uploads: 7
0
i think you can click on the file then hit rename and then take the stuff out u dont want i think this is what u r asking

I know you can do it that way but when a file has 12 periods and there's 10 files in the folder it becomes very repetitive.
But I'm pretty sure someone could code a simple bat to replace those characters.
Rendren2458 Super User
posts: 784uploads: 0
0
Bulk Rename Utility
I use this... it looks complicated, but in actual fact is very easy to use and damn useful.

image

i.e you just use the replace function and enter in "_" and "." and hit rename.. Job Done!

Last edited by Rendren2458, 10 months ago

TimeBandits15979 Super User
posts: 2434uploads: 11
0
Rayz3211878
i think you can click on the file then hit rename and then take the stuff out u dont want i think this is what u r asking

I know you can do it that way but when a file has 12 periods and there's 10 files in the folder it becomes very repetitive.
But I'm pretty sure someone could code a simple bat to replace those characters.
Especially when you DL music albums, say a 3 CD album, 18 tracks a piece = 54 mp3 files to edit just for spaces. Very tedious indeed.dizzy
TimeBandits15979 Super User
posts: 2434uploads: 11
0
Rendren2458
Bulk Rename Utility
I use this... it looks complicated, but in actual fact is very easy to use and damn useful.

image

i.e you just use the replace function and enter in "_" and "." and hit rename.. Job Done!
I have DL'd & installed this, thanks Rendren2458 you've saved me loads of hassle.biggrin
Rayz3211878 User
posts: 230uploads: 7
0
Bulk Rename Utility
I use this... it looks complicated, but in actual fact is very easy to use and damn useful.
image
i.e you just use the replace function and enter in "_" and "." and hit rename.. Job Done!

Thanks I'm going to try this is looks pretty good
JanOve3393 Super User
posts: 869uploads: 166
0
"Ant Renamer Portable", I use it alot with pre-defined replacements (that I know will mess the f up when shuffeling stuff around between systems via ftp) smile
IAreKyleW00t145 User
posts: 24uploads: 18
0
Here's the one I use, if your in need of a simpiler one.
http://code.google.com/p/mass-file-renamer/
image

Report a bug