I want to be able to embed a carriage return or a line feed character (0x0d or 0x0a) in a parameter to a program on the command line in a regular .BAT or, if I have to, in VBScript. In a C program you can use an escape sequence (\n) to embed a carriage return in a string. How do I do this in a .BAT script? Assuming that it can be done at all.
I haven't done a lot with VBScript and the documentation is a little spotty. If someone has a simple example of executing a program with arguments with the WScript object I would appreciate the assistance. I'm not stupid but the VBScript documentation makes me feel that I am .
I haven't done a lot with VBScript and the documentation is a little spotty. If someone has a simple example of executing a program with arguments with the WScript object I would appreciate the assistance. I'm not stupid but the VBScript documentation makes me feel that I am .