Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!caip!rutgers!husc6!mit-eddie!genrad!decvax!decwrl!pyramid!prls!philabs!cmcl2!lanl!unm-la!unmvax!sandia!marms From: marms@sandia.UUCP Newsgroups: net.micro.pc Subject: Re: I/O redirection in Turbo Pascal Message-ID: <197@sandia.UUCP> Date: Tue, 21-Oct-86 17:40:02 EDT Article-I.D.: sandia.197 Posted: Tue Oct 21 17:40:02 1986 Date-Received: Fri, 24-Oct-86 08:35:19 EDT References: <447@unm-la.UUCP> Distribution: net Organization: The Dark Gnat Returns Lines: 9 I ran into this "problem" myself some months ago. I wanted to pipe the output of my Turbo Pascal program to a file (ie: "work.com > file"). After beating my head against a wall trying all kinds of things, I found the simple answer in the book. There is a compiler directive to set the I/O mode such that stdin and stdout can be redirected. I don't have the book with me but it is probably either {$I-} or {$I+}. It could be one of the other compiler directives, though. Check that chapter to know for sure. Hope this has been some help. Mike Arms uucp: ...{ucbvax | ihnp4!lanl | gatech}!unmvax!sandia!marms