Hi,
I have 100 files which contains "_".
I need remove filename bits between "_". See below.
Input:
xxx_yyy_zzz.html
aa_bb_cc.html
Output:
xxx_zzz.html
aa_cc.html
Any easy Powershell scripting doing file renaming for 100+ files.
Hi,
I have 100 files which contains "_".
I need remove filename bits between "_". See below.
Input:
xxx_yyy_zzz.html
aa_bb_cc.html
Output:
xxx_zzz.html
aa_cc.html
Any easy Powershell scripting doing file renaming for 100+ files.