Here is a list of other special character(s), that require(s)/may need escaping, but not mentioned above.
Character | Escaped Result | Remarks |
---|---|---|
% | %% | |
[LF] | ^[LF] | This trick is metioned by Mark Stang in the alt.msdos.batch news group. |
Here is a list of other special character(s), that require(s)/may need escaping, but not mentioned above.
Character | Escaped Result | Remarks |
---|---|---|
% | %% | |
[LF] | ^[LF] | This trick is metioned by Mark Stang in the alt.msdos.batch news group. |