TextTools - Support Utilities
Revised 21-Oct-00. Copyright © 1996-2000 by Rune Berg. TextTools Freeware.

Contents:


ttargs Top

This program may help if your shell or command interpreter plays tricks on your quoting or special characters when typing a command. It simply prints the command and its arguments as delivered to a program. For example:

prints: Don't worry about the argc and argv stuff, it's what's between the #'s that matters.


ttrc Top

This program prints the return code of a program invokation. For example:

prints:

ttrc can be used on non-TextTools programs too, but the success/warning/error explanation will not make sense, only the return code.

End of document