Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!cmcl2!harvard!caip!lll-crg!nike!ucbcad!ucbvax!hplabs!felix!oliveb!3comvax!mykes From: mykes@3comvax.UUCP (Mike Schwartz) Newsgroups: net.micro.amiga Subject: Re: Some wishes Message-ID: <548@3comvax.UUCP> Date: Fri, 20-Jun-86 14:10:24 EDT Article-I.D.: 3comvax.548 Posted: Fri Jun 20 14:10:24 1986 Date-Received: Mon, 23-Jun-86 03:21:01 EDT References: <1868@gitpyr.UUCP> <398@cbmvax.cbmvax.cbm.UUCP> <420@oscvax.UUCP> Reply-To: mykes@3comvax.UUCP (Mike Schwartz) Organization: 3Com Corp; Mountain View, CA Lines: 23 I hope that there is still a chance to get this question answered: how can you get a CLI to work in the window of your choice? I swear I've read every page of the AmigaDos manuals, and searched through header files and everything. I would like to finish MyCLI the way a CLI should be for the Amiga (sorry but it is not Unix style - which may be a good idea:) with pulldown menus for simple commands, a close gadget to use instead of EndCLI, full-time directories on screen (tag & delete a bunch at a time), etc. OK, so here is how far I have gotten: 1. open custom screen 2. open custom window with desired gadgets & menus 3. open a console.device to work with window At this point, I give up. I want to use Execute() to run a program, but I want to REDIRECT it's input and output to MY WINDOW. Is there a sanctioned way of doing this? I have seen several people make similar requests, especially those who have worked on CLI replacements (Matt Dillon, for one). CLI may have been an afterthought, but it is clearly getting the most programs written for it (sad but true), and being able to get Intuition and CLI to work together makes a lot of sense.