>>441
cffi経由でwin32apiをたたくなら、
いろいろと操作できそうですね
これを使用させていただきます

>>442
そういう方法もあるのですか
cmd /c start http://www.google.co.jp/
これでページを開くことができましたので、こう書きましたら

(sb-ext:run-program "c:/Windows/System32/cmd.exe"
'("/c start http://www.google.co.jp/")
:wait nil)
googleのページは開けたものの、・不必要なことに、なぜかurlの最後に"がついてしまいました
The requested URL /%22 was not found on this server.