I have a text file which uses the File Separator and Record Separator Ascii control characters as a carriage return and colon respectively.
I would like to make a batch file to search and replace all instances of the ascii File Separator (1C) and replace it with a standard carriage return symbol (0D).
I have searched around and found scripts which are close to this (such as finding and replacing printable ascii characters), but nothing for finding and replacing ascii characters.