I download lots of files and extract files from rars and zips, some of these files contain _'s (underscores) and would like an easier way to remove them rather than editing them myself i.e. using a button. Is this possible to script and make my own commandbar (taskbar) or are there scripts out there. i have tried creating a bat in the sendto folder with the code: @echo off cd /d "%1" for %%a in (_*.*) do set fn=%%a&call ren "%%a" "%%fn:~1%%" but no work
Just use Renamer, its free and allows multiple files to be renamed at once. It also has a one click feature to either remove underscores or replace them with a space. Been using it for ages now and I regard it as one of those tools that I cannot live without. Hope that helps.