문제

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