[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
system variables in DOS clisp
- To: clisp-list <clisp-list@ma2s2.mathematik.uni-karlsruhe.de>
- Subject: system variables in DOS clisp
- From: John Levine <johnl@dai.ed.ac.uk>
- Date: Mon, 19 Aug 1996 17:19:36 +0100
- Organisation: Dept. of Artificial Intelligence, Univ. of Edinburgh.
Hi,
Is there any way of accessing DOS variables from inside the DOS version
of CLISP? That is, I want to do something like this:
c:\> set spong="c:\wibble\wombat\"
c:\> clisp
> (setq *path* (get-dos-variable spong))
"c:\wibble\wombat\"
> (load (format nil "~Acode.lsp" *path*))
etc...
Thanks,
John