home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.lisp
- Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!rpi!sarah!cook!saxena
- From: saxena@cs.albany.edu (Tushar Saxena)
- Subject: Re: run-program in kcl
- Message-ID: <1992Aug17.170840.8106@cs.albany.edu>
- Originator: saxena@tarski.albany.edu
- Keywords: run-program, common lisp, kcl, load.
- Sender: usenet@cs.albany.edu (USENet news)
- Organization: The University at Albany, Comp. Sci. Dept.
- References: <1992Aug13.194657.6098@cs.albany.edu> <16fpq4INN848@early-bird.think.com> <1992Aug17.075945.28178@Csli.Stanford.EDU>
- Date: Mon, 17 Aug 1992 17:08:40 GMT
- Lines: 33
-
-
- OK, For run-program counterpart in kcl I got the following two functions
- to work with :
-
- 1] run-process - My version of kcl (1.599) does not support it.
-
- 2] exclp - I have not yet checked it.
-
- As far as "system" is concerned, it will surely not work. I need a stream
- for input and output. This is not possible with system.
-
- About the -load option, I really need that, but do not know how to do
- it. Solve the following problem for me :
-
- I want to have some way of loading some file before I get into kcl.
- Note that init.lsp will not work because that will always load the
- same file. You can say that I can change the init.lsp file, but I
- am calling kcl through another program using rsh, and at various
- points in the program, I want different files to be loaded!
-
- If the above makes sense, please reply.
-
- ttfn
- -Tush.
-
- --------------------------------------------------------------------------------
- And any fool knows a dog needs a home, A shelter from pigs on the wing.
- -Roger Waters
- --------------------------------------------------------------------------------
- email : saxena@cs.albany.edu Computer Science Department
- Phone : 518-442-3388 SUNY Albany
- Tushar Saxena Albany NY 12222 (USA)
- --------------------------------------------------------------------------------
-