Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!sundc!pitstop!sun!decwrl!labrea!jade!ucbvax!CORY.BERKELEY.EDU!dillon From: dillon@CORY.BERKELEY.EDU (Matt Dillon) Newsgroups: comp.sys.amiga Subject: Re: PopCLI and Shell Message-ID: <8711040647.AA17270@cory.Berkeley.EDU> Date: Wed, 4-Nov-87 01:47:04 EST Article-I.D.: cory.8711040647.AA17270 Posted: Wed Nov 4 01:47:04 1987 Date-Received: Sat, 7-Nov-87 09:15:59 EST Sender: daemon@ucbvax.BERKELEY.EDU Lines: 18 >Is there any way to make the Shell be started by PopCLI instead of the CLI? >If you say "popcli 0 shell" then Amiga-Escape does nothing. The same is >true if you say "run shell", I guess since the shell needs to have some >window passed to it. You got it. The way to do it is some like: popcli 0 newcli scriptfile where scriptfile contains: shell c:.login (or whatever) >Optionally, is there some way to start a CLI running a task? So you could >start a CLI running the shell, which would also work. As above. -Matt