<div dir="ltr"><div>Here is the start script: context.vbs</div><div><br></div><div>&#39; Start the Context console, a minimal web server one may use</div><div>&#39; from a web browser to control Contexts.</div><div><br></div><div>set shell = createobject(&quot;wscript.shell&quot;)</div><div>shell.CurrentDirectory = &quot;..\..\..&quot;</div><div>shell.run &quot;..\win32\spoon.exe 946BE974-48B7-4D11-B209-6355B3E49722.image&quot;</div><div>&#39; Allow some time for the web server to start.</div><div>WScript.Sleep 2000</div><div>shell.run &quot;iexplore <a href="http://localhost:8090/README.html">http://localhost:8090/README.html</a>&quot;</div><div><br></div><div>I changed this to:</div><div><br></div><div><div>set shell = createobject(&quot;wscript.shell&quot;)</div><div>shell.CurrentDirectory = &quot;..\..\&quot;</div><div>shell.run &quot;Resources\context 4 alpha 1 processor.app\Contents\win32\spoon.exe 946BE974-48B7-4D11-B209-6355B3E49722.image&quot;</div><div>&#39; Allow some time for the web server to start.</div><div>WScript.Sleep 2000</div><div>shell.run &quot;iexplore <a href="http://localhost:8090/README.html">http://localhost:8090/README.html</a>&quot;</div></div><div><br></div><div>These are the correct file path, but I get the same error.</div><div><br></div><div>Karl</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Dec 17, 2014 at 9:03 PM, Louis LaBrunda <span dir="ltr">&lt;<a href="mailto:Lou@keystone-software.com" target="_blank">Lou@keystone-software.com</a>&gt;</span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Karl,<br>
<br>
On Wed, 17 Dec 2014 16:02:56 +0100, karl ramberg &lt;<a href="mailto:karlramberg@gmail.com">karlramberg@gmail.com</a>&gt;<br>
wrote:<br>
<span class=""><br>
&gt;Windows don&#39;t seem to like file paths with spaces in them.<br>
<br>
</span>Try wrapping the whole path in double quotes like: &quot;c:\some path with<br>
spaces\to the file.txt&quot;.<br>
<br>
Lou<br>
<div><div class="h5"><br>
<br>
&gt;Once I removed spaces I got past the firewall popup and got IE with a web<br>
&gt;page :-)<br>
&gt;<br>
&gt;I could not follow the link to the development environment.<br>
&gt;<br>
&gt;Here is a page describing file path stuff windows:<br>
&gt;<a href="http://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx" target="_blank">http://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx</a><br>
&gt;<br>
&gt;Karl<br>
&gt;<br>
&gt;On Fri, Dec 12, 2014 at 10:51 PM, Craig Latta &lt;<a href="mailto:craig@netjam.org">craig@netjam.org</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; &gt; Is Context the software formerly known as Spoon?<br>
&gt;&gt;<br>
&gt;&gt;      Yes.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; -C<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Craig Latta<br>
&gt;&gt; <a href="http://netjam.org" target="_blank">netjam.org</a><br>
&gt;&gt; <a href="tel:%2B31%206%202757%207177" value="+31627577177">+31 6 2757 7177</a> (SMS ok)<br>
&gt;&gt; <a href="tel:%2B%201%20415%20287%203547" value="+14152873547">+ 1 415 287 3547</a> (no SMS)<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
</div></div>-----------------------------------------------------------<br>
Louis LaBrunda<br>
Keystone Software Corp.<br>
SkypeMe callto://PhotonDemon<br>
mailto:<a href="mailto:Lou@Keystone-Software.com">Lou@Keystone-Software.com</a> <a href="http://www.Keystone-Software.com" target="_blank">http://www.Keystone-Software.com</a><br>
<br>
<br>
</blockquote></div></div>