From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b2d562c6050c39d3,start X-Google-Attributes: gid103376,public From: Jack Lunn Subject: Redirecting output to a printer Date: 1997/02/23 Message-ID: <33110F45.1849@carol.net>#1/1 X-Deja-AN: 221016066 Content-Type: text/plain; charset=us-ascii Organization: Info Avenue INTERNET Access Mime-Version: 1.0 Newsgroups: comp.lang.ada X-Mailer: Mozilla 3.01 (Win95; I) Date: 1997-02-23T00:00:00+00:00 List-Id: How do you redirect output to a printer from within an Ada procedure (Unix and DOS environments)? Creating an Out_File called "lpt1" seems to work in DOS. I'm just wondering if there is a better way. Thanks for your help.