Frage

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?

Keine korrekte Lösung

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top