Mark,<div><br></div><div>  Does the &quot;!&quot; work at all? For example, does</div><div><br></div><div>ga-&gt; ! ls</div><div><br></div><div>return anything?</div><div><br></div><div>   Arlindo</div><div><br><br><div class="gmail_quote">
On Fri, Jan 22, 2010 at 7:33 PM, Mark Sponsler <span dir="ltr">&lt;<a href="mailto:msponsler@comcast.net">msponsler@comcast.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello,<br>
I&#39;m using Grads 2.0.a7.oga.3 on an Win XP box.  All works fine except when<br>
used in conjuction with ImageMagick.<br>
<br>
I run my script, then make 2 calls to ImageMagick to combine some of the<br>
output images, then try to do a few simple GRADs cleanup tasks  (increment a<br>
counter, then an endhwhile statement).<br>
<br>
The issue is GRADS hangs after the ImageMagick commands and does not<br>
return to run the remainder of the script.<br>
<br>
Funny thing is when I run the exact same script under GRADS version 1.9, all<br>
works fine.<br>
<br>
Suspect there is some little bugaboo in the compile that prevents the return<br>
call to GRADS after executing the extrenal program.<br>
<br>
Here the segment of the code that fails:<br>
<br>
<br>
      &#39;draw string 10.55 7.45 Precip&#39;<br>
      &#39;draw string 10.55 7.25 (in)&#39;<br>
    endif<br>
<br>
*******************************<br>
&#39;printim c:/grib/dods_output/&#39;reg&#39;_&#39;tx&#39;hr.png png -b<br>
c:/grib/dods_output/test.png -t 0 x700 y541 black&#39;<br>
<br>
********************************<br>
&#39;!composite.exe -quality 100<br>
c:/grib/output/foreground_ETA_precip_wind/back/&#39;reg&#39;_trans.png<br>
c:/grib/output/&#39;reg&#39;_&#39;tx&#39;hr.png c:/grib/dods_output/test1.png&#39;<br>
&#39;!convert.exe c:/grib/dods_output/test1.png -depth 8 +dither -colors 256<br>
c:/grib/dods_output/&#39;reg&#39;_&#39;tx&#39;hr.png&#39;<br>
<br>
tx = (tx+1)<br>
  if tx = 30 ; break ; endif<br>
<br>
&#39;clear&#39;<br>
endwhile<br>
<br>
Any help would be appreciated.<br>
</blockquote></div><br><br clear="all"><br>-- <br>Arlindo da Silva<br><a href="mailto:dasilva@alum.mit.edu">dasilva@alum.mit.edu</a><br>
</div>