I have been searching for hours and can't find a batch code to remove whatever is the first word of a set of batch files. I've found removing a specific amount of characters, removing spaces, and changing words. But nothing about a dynamic first word change.
I extracted a extremely large amount of audio files from a game, and the program I had to use to extract them numbered EVERY file. There's at least 1000 files. Some folders of these go into three digits. As such, I can't set it to remove a specific amount of characters. I can't set it to remove a specific number. I just want the batch equivalent of restWords();. Not even Truce could help me. Does anyone have batch code to do this?
And no, I don't want to install yet another crappy program just to do this. Most of them do it in stupid ways, anyway.