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.  THIS PROGRAM IS NOT PUBLIC DOMAIN.
Business users please write:
   GymusWhere?                      CIS: 71172,266
   1093 Elmwood Avenue upper        InterNet: 71172.266@compuserve.com
   Buffalo, NY  14222-1225
Please recycle and don't litter.
