INT 2fH 0102H: Remove File from Print Queue

                                                         Compatibility: 3.0+ 
 Expects: AX    0102H
          DS:DX address of an ASCIIZ string of a filespec to remove from
                the print queue.  It may contain wildcards (to remove
                multiple files from the queue).
          ──────────────────────────────────────────────────────────────────
 Returns: AX    error code (if CF=CY)
          ──────────────────────────────────────────────────────────────────
    Info: Removes one or more files that have been added to the Print queue
          (only if PRINT.EXE is resident in memory).

See Also: INT 2fH 01xxH: DOS Print Spooler Functions
          INT 2fH: Multiplex Interrupt
          DOS Functions
                                    -♦-