Im running an NT batchfile to parse a text document looking for certain lines and sending them to another document. In the first document some of the lines have carats (^) and of course these wont parse to the second document. Ive been assured that without the carats the file wont work properly. Here is an example of the text file:
^FO140,25^A0N,18,18^CI0^FN2^FS
^FO270,25^A0N,18,18^CI0^FN3^FS
^FO210,120^A0B,18,18^CI0^FN8^FS
^FO010,005^A0N,18,18^CI0^FN10^FS
Is there any way to get the carats from the first document to the second document?