home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / b / bestba.zip / ERRORL.BAT < prev    next >
DOS Batch File  |  1992-11-12  |  394b  |  10 lines

  1. @echo off
  2. echo off 
  3. echo Test ERRORLEVEL 2.02 test --- DMBB (c) Daniel MONTARON 1989.
  4. ; modif 1992 pour anomalie DOS MS version 5.0 (dos DR: OK)
  5. for %%x in (0 1 2) do if errorlevel=%%x00 set ERL=%%x
  6. for %%x in (0 1 2 3 4 5 6 7 8 9) do if errorlevel=%ERL%%%x0 set DIZ=%ERL%%%x
  7. for %%x in (0 1 2 3 4 5 6 7 8 9) do if errorlevel=%DIZ%%%x set ERL=%DIZ%%%x
  8. set DIZ=
  9. echo errorlevel = %ERL%
  10.