Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!mit-eddie!genrad!decvax!tektronix!sequent!mntgfx!dclemans From: dclemans@mntgfx.UUCP Newsgroups: comp.sys.atari.st Subject: Re: Re: makefile Message-ID: <468@dclemans.mntgfx.MENTOR.COM> Date: Mon, 26-Jan-87 14:29:06 EST Article-I.D.: dclemans.468 Posted: Mon Jan 26 14:29:06 1987 Date-Received: Wed, 28-Jan-87 07:18:13 EST References: <1847@cwruecmp.UUCP> Organization: Mentor Graphics, Beaverton OR Lines: 12 The desktop .ttp dialog box doesn't do any I/O redirection processing. It just passes '<*' and '>*' arguments through directly. If you are running a program that has startup code to look for these kind of arguments and do it's own redirection they will work; otherwise not. (By startup code, I mean the assembly language code that sets up the environment to call the C main routine). The code generated by at least one compiler (I forget which one off hand) has the restriction that only redirection arguments at the start of the argument list will be handled; ones buried further down will be ignored. dgc