en:docs:dos:api:int21:5d:08

Note: This API call is for DOS and Win16 personality only. Use Family API for portability.

2018/09/07 05:04 · prokushev · 0 Comments

Int 21H, AH=5DH, AL=08H

Version

3.1 and higher

Brief

SET REDIRECTED PRINTER MODE

Family API

Input

AX = 5D08h
DL = mode
    00h redirected output is combined
    01h redirected output placed in separate jobs, start new print job
	now

Return

nothing

Macro

Notes

 MS-DOS and DR DOS 3.41/5.0 simply push AX on the stack and call
  INT 2F/AX=1125h

See also

AX=5D07h,AX=5D09h,INT 2F/AX=1125h

Note

2018/09/04 17:23 · prokushev · 0 Comments