Path: utzoo!mnetor!uunet!mcvax!ukc!eagle!arc1 From: arc1@eagle.ukc.ac.uk (A.R.Curtis) Newsgroups: comp.unix.questions Subject: Re: Shell script for using interpreters Message-ID: <4746@eagle.ukc.ac.uk> Date: 29 Mar 88 09:45:05 GMT References: <134@longway.TIC.COM> <602@nunki.usc.edu> Reply-To: arc1@ukc.ac.uk (A.R.Curtis) Organization: Computing Lab, University of Kent at Canterbury, UK. Lines: 34 Summary: Expires: Sender: Followup-To: In article <602@nunki.usc.edu> sreerang@castor.usc.edu (Sreeranga Rajan) writes: > > enter lisp interpreter > load all the required files > take input from the keyboard after loading > the files You'd better use your .lisprc mechanism to load the files. Edit your .lisprc to contain (load 'foobar) type instructions in sequence to load the files you want. Of course the .lisprc has to be in the current directory (or home I think will also be tried) Another method is to use liszt to compile your program (i.e. the list of files to load) with the ("-r" ?) bootstrap option so you can just run it as a command in your script. When the program has loaded and booted it will then sit waiting for input as usual hope that helps Tony -- Tony Curtis, Computing Lab. | arc1@uk.ac.ukc Univ. Kent at Canterbury | Canterbury, Kent CT2 7NF | tcu@uk.ac.ex.cs