R
Rick
I want to direct execution to a certain label if XCOPY encounters
*any* error. Can I use
IF ERRORLEVEL>0 goto BadCopy
I'm skeptical about the use of the ">" with IF ERRORLEVEL. Thanks for
any help.
*any* error. Can I use
IF ERRORLEVEL>0 goto BadCopy
I'm skeptical about the use of the ">" with IF ERRORLEVEL. Thanks for
any help.