home *** CD-ROM | disk | FTP | other *** search
/ Der Mediaplex Sampler - Die 6 von Plex / 6_v_plex.zip / 6_v_plex / DISK5 / DOS_47 / APPT120.ZIP / SETERR10.ZIP / README.TXT < prev    next >
Text File  |  2003-07-02  |  806b  |  23 lines

  1. SETERROR v1.0 Errorlevel utility.         Copyright 1993 by James Corpening.
  2.  
  3. Syntax:  SETERROR /xx
  4.  
  5. Where each x is a digit between 0-9; the second x is optional.
  6.  
  7. SETERROR was written to assist the batch file programmer by setting
  8. the DOS errorlevel to that specified as a command-line argument.  The
  9. range of errorlevels with which SETERROR will comfortably work is 0-99.
  10.  
  11. Examples: SETERROR /09 = errorlevel  9
  12.           SETERROR /9  = errorlevel  9
  13.           SETERROR /38 = errorlevel 38
  14.           SETERROR / 8 = SETERROR will not work.
  15.  
  16. This program is free for non-business personal use and is accompanied by
  17. absolutely no warranty.  Business users please write:
  18.   James Corpening
  19.   GymusWhere?
  20.   828 NW 79 Terrace
  21.   Plantation, FL  33324-1466
  22. Please recycle and don't litter.
  23.