Message-ID: <355BA22E.7ED3@pacbell.net> Date: Thu, 14 May 1998 19:02:22 -0700 From: anonymous Reply-To: jpatino AT pacbell DOT net MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Network printer Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Hello, My name is Juan I have a simple question to any one that can help me or, point me to the right direction. Thanx in advance. ok this function eject a sheet of paper from a local printer. void prnchar(char 0x0c){ regs.h.ah=0x00; regs.h.ah=0x0c; regs.x.dx=LPT1; int86(0x17,®s,®s); } how can I do this to a network printer (Netware).