How to use “ren” or “rename” to truncate the file name until underscored?
问题 I have some file names as below saved in C:\aaa\temp Before: 92485345_A0027777882244.zip 87493354_A0027684085444.zip 87111901_A0027871905777.zip some fixed rule in the file name: I need to delete the characters until the underscore "_" The name after underscore always begins with A0027 Can someone please teach me how to write a script to batch rename them as below: After: A0027777882244.zip A0027684085444.zip A0027871905777.zip 回答1: If the number of characters in front of the underscore _ is