Question

How do we call a .bat file or powershell file from a lisp file in SBCL or CCL? We need to do this because the batch file calls gprolog commands with some arguments.

Note: LispWorks has something like below:

 (system:call-system-showing-output "runprolog 'KeyboardDisplay'")

where runprolog.bat is the file called with argument 'KeyboardDisplay'

If SBCL or CCL has no such command, can you suggest any other lisp compilers which will help with this task?

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top