[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CLISP: Windows NT Question
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: CLISP: Windows NT Question
- From: "Bill Manaris" <manaris@ucs.usl.edu>
- Date: Wed, 8 Oct 1997 09:28:05 -0500
- Cc: manaris@ucs.usl.edu
- Organization: Computer Science Dept., Univ. of Southwestern Louisiana
- Reply-to: manaris@usl.edu
Greetings,
I have successfully(?) installed the Windows NT version of CLISP.
Although I can execute external programs with (RUN-PROGRAM ...),
I *cannot* execute shell commands with either (SHELL ...) or
(RUN-SHELL-COMMAND ...)
Here is an example of the error:
----
> (shell "cls")
[pathname.d:10023]
*** - Win32 error 2 (ERROR_FILE_NOT_FOUND): The system cannot find the file specified.
1. Break>
----
Any suggestions will be appreciated.
Best regards,
Bill Manaris
manaris@usl.edu