Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!husc6!cmcl2!rutgers!ucla-cs!zen!ucbvax!CITHEX.CALTECH.EDU!carl From: carl@CITHEX.CALTECH.EDU (Carl J Lydick) Newsgroups: comp.os.vms Subject: Re: Novices - aren't we all, sometimes? Message-ID: <870728113639.02a@CitHex.Caltech.Edu> Date: Tue, 28-Jul-87 14:39:48 EDT Article-I.D.: CitHex.870728113639.02a Posted: Tue Jul 28 14:39:48 1987 Date-Received: Sat, 1-Aug-87 11:53:54 EDT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 11 > Anyone know if it's possible (or how) to PRINT a file directly from tape? The > manual says PRINT file_spec; the other manual says MUA10:filename.type is a > valid file_spec, but the two don't go together. Neither does re-direction of > SYS$OUTPUT..? I imagine VMS would rather not spool a file from tape? I'm not sure, but I suspect that the command: $ COPY MUA10:filename.type print_device:filename.type will do pretty much what you want. If print_device is spooled and associated with a print queue, then the copy command should enter a copy of the file into the print queue.