Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!rutgers!sri-spam!ames!sdcsvax!ucbvax!dartvax.UUCP!dougf.UUCP From: dougf.UUCP@dartvax.UUCP (Doug Fraser) Newsgroups: comp.laser-printers Subject: Accounting for Imagen 3320 Message-ID: <8707301852.AA02867@brillig.umd.edu> Date: Mon, 27-Jul-87 10:02:34 EDT Article-I.D.: brillig.8707301852.AA02867 Posted: Mon Jul 27 10:02:34 1987 Date-Received: Sat, 1-Aug-87 10:24:42 EDT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: Thayer School of Engineering, Dartmouth College Lines: 236 Keywords: VMS Imagen TCP/IP Approved: laser-lovers@brillig.umd.edu $! $! ----------------------------- Cut here ---------------------------- $! $ write sys$output "Creating: IMAGEN_ACCT.C" $ create IMAGEN_ACCT.C $ deck /dollars /* * IMAGEN_ACCT.C * * Reads accounting packets sent by the Imagen 3320 laser printer via * TCP/IP and writes relevant information into a DCL compatible * ASCII (one line per print job) accounting file. * * System requirements: VMS 4.5 and WIN/TCP 3.0 * * For use on VAX/VMS with the Wallongong TCP/IP package V. 3.0. * For this to work correctly, the string "User" in the default * IMPRINT.FMT supplied with the Kellerman & Smith VMS/Imagen spooler * package will have to be changed to "Owner". This will allow this * accounting to also work with files spooled from UNIX machines using * the Imagen spooling software. This clearly a kludge. It would be * preferable if K&S would get together with Imagen and agree on a * header prefix format containing username, filename, etc. * * 24-Jul-1987 * * Doug Fraser * Thayer School of Engineering, Dartmouth College, Hanover, NH. 03755 * dougf%thayer@dartmouth.EDU */ #include dvidef #include #include #include #include #include #include