xyzzy QandA

DOS コマンドを lisp から起動して結果を buffer に受け取りたいのですが,どうしたらよいですか?


管理番号 110
最終更新 2003/06/18 23:21:51
以下のいずれかの式を評価してください。(例えば,ESC ESC して。)

  (execute-subprocess "dir")
  (pipe-command "dir")
  (make-process (concat *shell* " /c dir") :output (selected-buffer))

[xyzzy:04642] より。