Well, i'm starting all my apps with&nbsp; this command when working from the console :<br>
<br>
$ wine $HOME/.wine/drive_c/Program\ Files/WordView/WORDVIEW.EXE <br>
<br>
So far I didnt' had any problem<br>
It's true that in some script I also use something like<br>
<br>
$ wine &quot;c:\\Program Files\\WordView\\WORDVIEW.EXE&quot; &quot;/tmp/tempdoc.doc&quot;<br>
<br>
<div><span class="gmail_quote">On 10/5/05, <b class="gmail_sendername">Holly Bostick</b> &lt;<a href="mailto:motub@planet.nl">motub@planet.nl</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;">
phil lemelin schreef:<br>&gt;<br>&gt; On 10/4/05, <a href="mailto:G4BBH@winlink.org">G4BBH@winlink.org</a> &lt;<a href="mailto:G4BBH@winlink.org">G4BBH@winlink.org</a>&gt; wrote:<br>&gt;<br>&gt;&gt; I have three problems with wine. Wine set up a pseudo windows
<br>&gt;&gt; directory system under my home directory/wine. My application<br>&gt;&gt; resides in the created 'Program Files' directory and a necessary<br>&gt;&gt; file placed in the windows/system directory.<br>&gt;&gt;<br>
&gt;&gt; 1. If I click on the exe and run with wine it works without error.<br>&gt;&gt; However I seem unable to set up a path to the exe as in 'wine<br>&gt;&gt; &quot;drive_c/Program Files/Airmail/Airmail3.exe&quot;' as the executive can
<br>&gt;&gt; never be found. I tried all sorts of path combinations and failed.<br>&gt;&gt;<br>&gt; For the point #1 Did you tried without the &quot;&quot; and the path would more<br>&gt;&nbsp;&nbsp;look like $HOME/.wine/drive_c/blablabla
<br>&gt;<br>&gt; Phil<br>&gt;<br> Phil, the quotation marks are necessary because the path contains a<br> space (C:\Program Files), and Linux considers a space the end of the<br> command unless it is either escaped (C:\\Program\ Files; the extra &quot;\&quot;
<br> being an escape character to tell a Linux application --which Wine<br> is--that the character following the \ should be considered part of the<br> command. This is why the first forward slash is escaped as well as the
<br>space, so that Linux can recognize it, otherwise Wine would read the<br>path as C:Program Files), or enclosed in quotes (single or<br>double), which tell a Linux application to use the quoted command or<br>path 'as is'.
<br><br> HTH,<br> Holly<br><br><br><br></blockquote></div><br><br clear="all"><br>-- <br>Philippe-Alexandre Lemelin