Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

how to execute a command to Windows/DOS from SBCL

33 views
Skip to first unread message

Mark Tarver

unread,
Mar 9, 2023, 4:03:13 PM3/9/23
to
I'm having some problems here. The task is to execute say 'dir' and return the results as a string in SBCL.

M.

STE

unread,
Mar 9, 2023, 11:18:18 PM3/9/23
to
On 2023-03-09, Mark Tarver <dr.mt...@gmail.com> wrote:
> I'm having some problems here. The task is to execute say 'dir' and return the results as a string in SBCL.

(ql:quickload 'inferior-shell)
(defvar a (inferior-shell:run/s "ls"))

Mark Tarver

unread,
Mar 10, 2023, 6:51:46 AM3/10/23
to
thx

M.
0 new messages