M
[email protected]
Guest
I have a program (it's not important as to which program or what it does) that sometimes needs the characters "|", ">", and "<" in paramters on its command line. However, these characters (somewhat obviously!) have specific meanings to TCC, and there seems to be no way to override those meanings so as to pass them in as part of the arguments to a program - even putting them in double quotes. Without the author of the program making major (and very inconvenient) changes to the program, is there any know way to pass them in as part of the argument(s) on the command line?