by GT <g.thibaudeau@[EMAIL PROTECTED]
>
Aug 23, 2007 at 12:51 PM
> *** If CHOICE is being used for the DOS menus, it would be easy to see
> what's what via the ERRORLEVEL selection.
>
> GT: Do you see the word "CHOICE" or any "IF ERRORLEVEL" lines?
>
> Richard Bonner
> http://www.chebucto.ca/~ak621/DOS/
Yep, I have figured out the algorithm. Now I have to figure out how to
redirect all error messages to file without having one redirect command
per dos command (I.e. the equivalent to ON ERROR do this, that you put
at the beginning of a code in some language)
GT