Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:docs:dos:api:int21:4d [2021/05/02 04:56] – created prokushev | en:docs:dos:api:int21:4d [2024/05/03 02:20] (current) – prokushev | ||
---|---|---|---|
Line 30: | Line 30: | ||
===== Notes ===== | ===== Notes ===== | ||
- | the word in which DOS stores the return code is cleared after being | + | the word in which DOS stores the return code is cleared after being read by this function, so the return code can only be retrieved once |
- | | + | |
- | COMMAND.COM stores the return code of the last external command it | + | COMMAND.COM stores the return code of the last external command it executed as ERRORLEVEL |
- | | + | |
- | this call should not be used if the child was started with AX=4B04h; | + | this call should not be used if the child was started with AX=4B04h; use AH=8Ah instead |
- | | + | |
- | the following sequence | + | the [[en: |
- | through OS/2 Merlin (but may change in the future): | + | |
- | MOV AH, | + | |
- | INT 21h | + | |
- | HLT | + | |
- | DB 02h, | + | |
- | | + | |
- | | + | |
| | ||
===== See also ===== | ===== See also ===== | ||
- | AH=4Bh, | + | AH=[[en: |
===== Note ===== | ===== Note ===== |