質問

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?

正しい解決策はありません

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top