Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site watmum.UUCP Path: utzoo!watmath!watnot!watmum!smvorkoetter From: smvorkoetter@watmum.UUCP (Stefan M. Vorkoetter) Newsgroups: net.micro.pc Subject: Re: I/O redirection in Turbo Pascal Message-ID: <643@watmum.UUCP> Date: Thu, 23-Oct-86 10:53:10 EDT Article-I.D.: watmum.643 Posted: Thu Oct 23 10:53:10 1986 Date-Received: Fri, 24-Oct-86 02:02:21 EDT References: <447@unm-la.UUCP> Reply-To: smvorkoetter@watmum.UUCP (Stefan M. Vorkoetter) Distribution: net Organization: U of Waterloo, Ontario Lines: 6 Summary: Turbo Pascal does support I/O redirection. Simply make the first line of the main program source file read, {$G512,P512} so that Turbo Pascal uses MS-DOS buffered output. I/O redirection works fine then (except in compile to memory mode).