|
[Sbcl-help] run-program and bat files on Windows
From: Roman Marynchak <roman.marynchak@gm...> - 2011-05-10 09:08
|
Hello,
I have strange problems with launching bat scripts on Windows. The idea is
to use cmd.exe and a bat file as an argument. During the process of
rewriting the elegant solutions into the stupid ones, I found that even this
all-hardcoded variant is not working:
(sb-ext:run-program "C:/Windows/System32/cmd.exe" '("/c" "D:/run.bat"))
It executes without problems, but run.bat does nothing (or cmd does not run
it at all). I have tried both SBCL 1.0.48 and Win64 fork.
Can something better be done here? I will appreciate any advices.
Thank you,
Roman
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-help] run-program and bat files on Windows | Roman Marynchak <roman.marynchak@gm...> |