Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!hc!lll-winken!uunet!mcvax!hp4nl!botter!star.cs.vu.nl!msschaa From: msschaa@cs.vu.nl (Schaap MS) Newsgroups: comp.sys.ibm.pc Subject: Re: errorlevel Message-ID: <2503@solo12.cs.vu.nl> Date: 11 May 89 15:49:40 GMT References: <8171@pyr.gatech.EDU> Reply-To: msschaa@cs.vu.nl (Schaap MS) Organization: VU Informatica, Amsterdam Lines: 11 In article <8171@pyr.gatech.EDU> ken@pyr.gatech.edu.UUCP (Ken Hall) writes: >Does anyone know how to SET errorlevels in DOS using assembler? mov ah,4Ch ; exit with return value mov al,Value ; return value int 21h ; call Dos Michael