Path: utzoo!mnetor!uunet!husc6!mailrus!ames!pasteur!ucbvax!CORY.BERKELEY.EDU!dillon From: dillon@CORY.BERKELEY.EDU (Matt Dillon) Newsgroups: comp.sys.amiga Subject: Re: Input from keyboard in startup-sequence Message-ID: <8803021811.AA24293@cory.Berkeley.EDU> Date: 2 Mar 88 18:11:45 GMT Sender: usenet@ucbvax.BERKELEY.EDU Lines: 13 >try using the Shell program written by Mat Dillon. you can execute >a command file which contains the input command by typing "shell filename" > >Lance Holmes. And, if you do not want the shell to go interactive after running the shell script, you can do something like: shell -c "source filename" causing the shell to exit after running the script. -Matt