delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1998/05/14/22:02:45

Message-ID: <355BA22E.7ED3@pacbell.net>
Date: Thu, 14 May 1998 19:02:22 -0700
From: anonymous <jpatino AT pacbell DOT net>
Reply-To: jpatino AT pacbell DOT net
MIME-Version: 1.0
To: djgpp AT delorie DOT com
Subject: Network printer

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,&regs,&regs);
}

how can I do this to a network printer (Netware).

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019