SETERROR v1.0 Errorlevel utility.         Copyright 1993 by James Corpening.

Syntax:  SETERROR /xx

Where each x is a digit between 0-9; the second x is optional.

SETERROR was written to assist the batch file programmer by setting
the DOS errorlevel to that specified as a command-line argument.  The
range of errorlevels with which SETERROR will comfortably work is 0-99.

Examples: SETERROR /09 = errorlevel  9
          SETERROR /9  = errorlevel  9
          SETERROR /38 = errorlevel 38
          SETERROR / 8 = SETERROR will not work.

This program is free for non-business personal use and is accompanied by
absolutely no warranty.  Business users please write:
  James Corpening
  GymusWhere?
  828 NW 79 Terrace
  Plantation, FL  33324-1466
Please recycle and don't litter.
