<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><br><br>--- On <b>Mon, 12/13/10, y z <i>&lt;zycjpu@gmail.com&gt;</i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: y z &lt;zycjpu@gmail.com&gt;<br>Subject: [openbox] command contains $ and &amp;<br>To: openbox@icculus.org<br>Date: Monday, December 13, 2010, 10:10 PM<br><br><div id="yiv538189149">1.command contains $<br>&lt;action
 name="Execute"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;
  &lt;command&gt;kill $(pidof tint2)&lt;/command&gt;<br>
&lt;/action&gt;<br>
do not work<br>
<br>
&lt;action name="Execute"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;
  &lt;command&gt;kill 6040&lt;/command&gt;<br>
&lt;/action&gt;<br>works, pidof tint2 is 6040<br><br></div></blockquote>Simply write a script that does the lookup and kill and call the script from your action.<br><br>HTH,<br>__<br>Knute<br></td></tr></table><br>