Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site utah-cs.UUCP Path: utzoo!watmath!clyde!burl!ulysses!gatech!seismo!utah-cs!crum From: crum@utah-cs.UUCP (Gary L. Crum) Newsgroups: net.micro.amiga Subject: Re: Screen width for 'ED' Message-ID: <3551@utah-cs.UUCP> Date: Tue, 19-Nov-85 08:58:33 EST Article-I.D.: utah-cs.3551 Posted: Tue Nov 19 08:58:33 1985 Date-Received: Thu, 21-Nov-85 04:06:51 EST Organization: Univ of Utah CS Dept Lines: 12 > 2. How would you get a 'DIR opt a' listing to "prt:". If I say > "DIR > prt:" no sweat... but "DIR opt a > prt:" returns an error. In section 2.1 of the AmigaDOS User's Manual, the syntax of commands with I/O redirection is presented. It is: [>]|[<][*] This means that the ">prt:" in your example must come before the "opt a". Try "dir >prt: opt a". [Gary C]