<HTML>
<HEAD>
<TITLE>running commands in background</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>Here is a question I&#8217;ve just run into as part of our agent modeling project.<BR>
<BR>
I know that if you launch a command by only typing the command name (no arguments) followed by &#8216;&amp;&#8217;, you can get the command gui to launch modally. Then this command can process while you launch another command.<BR>
<BR>
Is there any way to get a command launched from the command line (i.e., with arguments) to run in the background so that you can launch another command from the command prompt?<BR>
<BR>
I&#8217;ve tried... <BR>
<BR>
[command] [arguments] &amp; <BR>
r.what input=precip_9400 east_north=749204,3614262 &amp;<BR>
<BR>
and this doesn&#8217;t seem to work.<BR>
<BR>
Michael<BR>
__________________________________________<BR>
Michael Barton, Professor of Anthropology<BR>
School of Human Evolution &amp; Social Change &nbsp;&nbsp;&nbsp;<BR>
Center for Social Dynamics and Complexity<BR>
Arizona State University<BR>
<BR>
phone: 480-965-6213<BR>
fax: 480-965-7671<BR>
www: <a href="http://www.public.asu.edu/~cmbarton">http://www.public.asu.edu/~cmbarton</a> <BR>
</SPAN></FONT>
</BODY>
</HTML>