I have filenames consisting of a number, a space and a name. For example, "023 filename1.txt".
I want to create a Batch script which renames such files. It needs to identify the sub-strings and remove everything before the space character. For example, "023 filename1.txt" would be renamed to "filename1.txt".
Please explain how to do this in a Batch file.
filename1.txtorfilename.txt?