Sorry, I hit the wrong key, and it got sent.&nbsp; I&#39;ll finish my e-mail below.<br><br><div><span class="gmail_quote">On 9/25/07, <b class="gmail_sendername">Tim Wilson</b> &lt;<a href="mailto:tim_linux@wilson-home.com">tim_linux@wilson-home.com
</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I ran across a problem today, that I thought some of you might enjoy.&nbsp; A customer was running a product we talk to in a directory like &quot;C:\Program Files\Foo Bar\Foo2&quot;.&nbsp; In this directory, my app runs a batch file.&nbsp; The easiest way to execute the batch file from a C program is to call system(), right?&nbsp; That&#39;s great, except it has a problem with spaces.&nbsp; No problem, I&#39;ll put escaped double quotes around the argument to system().&nbsp; That too, did not work.&nbsp; After doing some Googling, I found something that sounds like others are experiencing the same problem (someone created a bug 
at codehaus for jruby).</blockquote><div><br>Talking around the office, Chris F suggested (as a joke), to specify it as an environment variable.&nbsp; Guess what?&nbsp; It worked.&nbsp; So if I want to continue to allow customers to put the other product in a path with spaces in it, I&#39;ll have to do a putenv() first, and then reference the environment variable in the system() call.&nbsp; Nice work Microsoft!
<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">-- <br><span class="sg">Tim 
</span></blockquote></div><br><br clear="all"><br>-- <br>Tim