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

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:docs:dos:api:int21:5d:09 [2021/08/01 13:48] – created prokusheven:docs:dos:api:int21:5d:09 [2024/05/03 07:23] (current) prokushev
Line 16: Line 16:
 ===== Input ===== ===== Input =====
  
- AX = 5D09h+AX = 5D09h
  
 ===== Return ===== ===== Return =====
  
-  nothing+nothing
  
 ===== Macro ===== ===== Macro =====
Line 27: Line 27:
 ===== Notes ===== ===== Notes =====
  
 +MS-DOS and DR DOS 3.41/5.0 simply push AX on the stack and call INT 2F/AX=1125h
  
-  Desc: forces redirected printer output to be printed, and starts a new print +this function is also supported by 10Net, which calls it Terminate All Spool Jobs, and does not flush if in "combine" mode
-   job +
-  Notes: MS-DOS and DR DOS 3.41/5.0 simply push AX on the stack and call +
-   INT 2F/AX=1125h +
- this function is also supported by 10Net, which calls it Terminate All +
-   Spool Jobs, and does not flush if in "combine" mode+
  
  
 ===== See also ===== ===== See also =====
  
-   AX=5D07h,AX=5D08h,INT 2F/AX=1125h+AX=[[en:docs:dos:api:int21:5d:07|5D07h]],AX=[[en:docs:dos:api:int21:5d:08|5D08h]],INT 2F/AX=1125h
  
 ===== Note ===== ===== Note =====