Note: This API calls are shared between DOS and Win16 personality.
DOSSHELL is a stripped down version of 16-bit Windows. Some APIs shared and same. DOSSHELL uses older version of API, but Win16 has more advanced APIs.
Int 2FH, AX=4A05H, SI=01H
Version
?
Brief
Add task to list
Input
ES:BP - Program name (command path)
Return
CF is set - error, to many tasks CF is reset - all ok
Notes
Function adds program to tasklist and place it first in Z order. Program name comes to Task Title, whole command line goes to Program Name.