In a message regarding Re: launching a Unix app into an invisible process dated Wed, 24 May 2006 23:30:35 -0600, Norman Palardy said that ...
> s.execute "nohup cmd &" > for some reason result has nothing in it despite the fact that in > Terminal it echo's the PID of the process it started I think nohup outputs PID to stderr, not stdout Is this sort of syntax legal? s.execute "nohup cmd 2>&1 &" -- Steve Garman Using REALbasic 2006r2 Professional on Windows XP Pro _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
