Saturday, June 2, 2018

MS Dos Batch rename options

I have some files like:


f0110_01_online.png


f0122_01_01_online.png


f0122_0201_online.png


There is common text '_online' in every filename.


I just want to remove '_online' from every filenaeme with just a one line program in a .bat file because every time filenamses and number of files will change.


I am trying:


ren *_online.png *.png


but its not working.


Please suggest me proper way to do it in a batch file

No comments:

Post a Comment