mov bx, Modes ;APPEND.EXE operation modes
mov ax, 0B707h ;Set APPEND.EXE Modes Flag
int 2Fh ;Multiplex Interrupt
Set APPEND.EXE Modes Flag (Interrupt 2Fh Function 0B707h) sets the current operation modes for the Append program.
Modes
Specifies the operation modes. This parameter can be a combination of the following values:
Bit | Meaning |
0 | The Append program is enabled. |
12 | The Append program applies appended directories to file requests that already specify a drive. |
13 | The Append program applies appended directories to file requests that already specify a path. This bit is set if the /path switch is on. |
14 | The Append program stores the appended directories in the append environment variable. This bit is set if the /e switch is specified. |
15 | The Append program applies appended directories to functions such as Load and Execute Program, and Find First File (Interrupt 21h Functions 4B00h and $Eh). This bit is set if the /x switch is on. |
All other bits are reserved and must be zero.
This function has no return value.
Interrupt 2Fh Function 0B706h Get APPEND.EXE Modes Flag