Hi!<br><br><div class="gmail_quote">2009/6/17 Thomas Friedrichsmeier <span dir="ltr"><<a href="mailto:thomas.friedrichsmeier@ruhr-uni-bochum.de">thomas.friedrichsmeier@ruhr-uni-bochum.de</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Wednesday 17 June 2009, I. Soumpasis wrote:<br>
> Again the same problem here. It seems to me that the space of Program Files<br>
> is responsible somehow.<br>
<br>
</div>As a last attempt you could further shorten that line to<br>
<div class="im">    "%R_BINARY%" CMD "%RKWARD.BIN%" %1 %2 %3 %4 %5<br>
</div>(BTW, what is the value that gets assigned to R_BINARY on line 10 of the<br>
script?).</blockquote><div><br></div><div> No luck again. The value is</div><div>SET R_BINARY=C:\Program Files\R\bin\R.exe</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
<br>
If that still does not work, then what happens, when you enter<br>
    "C:\your_path_to_R\bin\R.exe" CMD "C:\your_path_to_KDE\bin\rkward.bin.exe"<br>
in a command shell?</blockquote><div><br></div><div> No it doesn't work.  I get the "C:\ program" is not recognized as an internal or external command. I made a research on this. The problem is the rkward part. I tried </div>
<div>"C:\Program Files\R\bin\R.exe" CMD "C:\Progra~1\KDE\bin\rkward.bin.exe"</div><div>and </div><div>"C:\Program Files\R\bin\R.exe" CMD C:\Progra~1\KDE\bin\rkward.bin.exe</div><div><br></div>
<div>and both work. </div><div><br></div><div>I think this the reason that Prasenjit's installation works, becaause the path is in C:\KDE (no space). </div><div><br></div><div>I changed line 13 to </div><div>SET RKWARD.BIN=C:\Progra~1\KDE2\bin\rkward.bin.exe</div>
<div><br></div><div>and it works. But this is not a solution because it is an absolute path.</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
<br>
BTW, do you get an icon on the desktop with the new installer (0.5.1-pre2b)?</blockquote><div><br></div><div>Yes this works. :)</div><div><br></div><div>Regards,</div><div>Ilias </div></div>