Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site amiga.amiga.UUCP Path: utzoo!watmath!clyde!burl!ulysses!gamma!epsilon!zeta!sabre!petrus!bellcore!decvax!decwrl!pyramid!amiga!andy From: andy@amiga.UUCP (Andy Finkel) Newsgroups: net.micro.amiga Subject: Re: Print.c - prints files. Message-ID: <707@amiga.amiga.UUCP> Date: Wed, 19-Feb-86 15:44:25 EST Article-I.D.: amiga.707 Posted: Wed Feb 19 15:44:25 1986 Date-Received: Fri, 21-Feb-86 05:40:51 EST References: <332@sask.UUCP> Reply-To: andy@skipper.UUCP (Andy Finkel) Distribution: net Organization: Commodore Business Machines, 1200 Wilson Drive, West Chester, PA 19380 Lines: 34 In article <332@sask.UUCP> hardie@sask.UUCP (Peter Hardie ) writes: >Here's the C (Lattice 3.02) source for a program that prints files. >It's better than using the copy command but it does not work under >Workbench. It's not a spooler but at least you can start it up in >a CLI and forget about it until it's done. >Pete >ihnp4!sask!hardie Not to take anything away from Pete, since its useful to try these things, but here's another way to to it: (from a CLI window) run copy filename1 to prt: + copy filename2 to prt: + . . . copy filenamen to prt: ---------------------------- If you want formfeeds between files, put in an echo statement between files, like: echo > prt: "^L" (control L is the formfeed) to get the full, raw effect, copy to par: instead of prt: You could also make it into a DOS execute file, with parameters. andy finkel Commodore(Amiga)