[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CLISP: Windows NT Question



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