batch rename files with same prefix

scottchu

Member
Some days ago, I found this convenient trick under Vista:

To rename:

good_stuff_01.jpg
good_stuff_02.jpg
good_stuff_03.jpg

as:

good stuff 01.jpg
good stuff 02.jpg
good stuff 03.jpg

you can open DOS window & go to the directory with those source files & type in:

rename good_stuff_*.jpg "good stuff *.jpg"

This is very useful for me:).

However, I don't know how to do it under normal Windows GUI mode.:rolleyes:

Scottchu@Taiwan
 

My Computer

Hi,

There is no really easy way of doing this under normal GUI in explorer.exe. If all you ever want to do is remove the underscores(_) and replace them with spaces( ), then you could write a program or batch script, and add it to right click. All you would need when writing a program is IO and string manipulation, or in a batch script, automated IO and string manipulation.

Richard
 

My Computer

System One

  • Manufacturer/Model
    Dell XPS 420
    CPU
    Intel Core 2 Quad Q9300 2.50GHz
    Motherboard
    Stock Dell 0TP406
    Memory
    4 gb (DDR2 800) 400MHz
    Graphics Card(s)
    ATI Radeon HD 3870 (512 MBytes)
    Sound Card
    Onboard
    Monitor(s) Displays
    1 x Dell 2007FP and 1 x (old) Sonic flat screen
    Screen Resolution
    1600 x 1200 and 1280 x 1204
    Hard Drives
    1 x 640Gb (SATA 300)
    Western Digital: WDC WD6400AAKS-75A7B0

    1 x 1Tb (SATA 600)
    Western Digital: Caviar Black, SATA 6GB/S, 64Mb cache, 8ms
    Western Digital: WDC WD1002FAEX-00Z3A0 ATA Device
    PSU
    Stock PSU - 375W
    Case
    Dell XPS 420
    Cooling
    Stock Fan
    Keyboard
    Dell Bluetooth
    Mouse
    Advent Optical ADE-WG01 (colour change light up)
    Internet Speed
    120 kb/s
    Other Info
    ASUS USB 3.0 5Gbps/SATA 6Gbps - PCI-Express Combo Controller Card (U3S6)
Hi,

There is no really easy way of doing this under normal GUI in explorer.exe. If all you ever want to do is remove the underscores(_) and replace them with spaces( ), then you could write a program or batch script, and add it to right click. All you would need when writing a program is IO and string manipulation, or in a batch script, automated IO and string manipulation.

Richard

I really don't want to step into 'writing batch program to do this". I kept using the DOS-way for several weeks until I found this covenient small tool: 14aren, it's a green version & it doesn't have complicated gui & steps as many famous renamer tools. I really thank to the author a lot lot lot lot.....
 

My Computer

Back
Top