help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: run shell-command in the background?


From: Kevin Rodgers
Subject: Re: run shell-command in the background?
Date: Tue, 24 Aug 2004 18:15:05 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Vektor wrote:
> if i use (shell-command "my-script"), the emacs will run the script
> and freeze itself.
> is it possible to run a shell command in the background?

(shell-command "my-script &")

--
Kevin Rodgers



reply via email to

[Prev in Thread] Current Thread [Next in Thread]