Xref: utzoo comp.unix.questions:27540 comp.unix.programmer:681 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!chaph.usc.edu!alcor.usc.edu!jeenglis From: jeenglis@alcor.usc.edu (Joe English Muffin) Newsgroups: comp.unix.questions,comp.unix.programmer Subject: Re: 'C' access to the lp spooling stuff, any ideas Message-ID: <13632@chaph.usc.edu> Date: 13 Dec 90 10:48:56 GMT References: <1990Dec12.232035.14857@holos0.uucp> Sender: news@chaph.usc.edu Followup-To: comp.unix.questions Organization: USC Co-Ed Naked Depressed Person's Softball League Lines: 14 Nntp-Posting-Host: alcor.usc.edu wdh@holos0.uucp (Weaver Hickerson) writes: >I'd like to be able to queue files by writing into the lp fifos, tables, >and whatever other magic is involved. Does anybody know of the format, >rules, caveats, etc for this type of thing. popen("lpr","w"); is by far your best bet. --Joe English jeenglis@alcor.usc.edu