07/06/10 03:26:25 nOsuzWxJ0
↓これを call-process() 使って行いたいのですが、
c:\windows\explorer.exe /n,/e,c:\home
以下のように実行すると、「パス'/n,/e,c:\home'は存在しないか、
ディレクトリではありません。」と怒られてしまいます。
(call-process "c:/windows/explorer.exe" nil nil nil "/n,/e,c:\\home")
どうやら explorer.exe に /n,/e,c:\home でなく "/n,/e,c:\home" が渡され
ているのが原因のようです。間にバッチファイル等かませば大丈夫ですが、
elisp だけで解決する方法ありますか?