Bulk rename utility на русском

I have about 2200 different files in a few different folders, and I need to rename about about 1/3 of them which are in their own subfolder. Those I have a windows folder having 500+ files with file names ending with the string 203 Example: 1X 203.bmp 2X 203.bmp 1086 203.bmp 25G 203.bmp I've got a bunch of files named with a the pattern 99 - DescriptiveName.txt and I'd like to remove the number from the front so I just have DescriptiveName.txt. vbScript should do it for you. Create a file called rename_underscores.vbs containing the following. Set objFso = CreateObject( Scripting.FileSystemObject