Category: DOS-based task switchers/multitaskers

INT 21 - DoubleDOS - MENU CONTROL

	AH = F0h
	AL = subfunction
	    01h exchange tasks
	    73h resume invisible job if suspended
	    74h kill other job
	    75h suspend invisible job
Note:	identical to AH=E0h
SeeAlso: AH=E0h"DoubleDOS"