You are completely correct.&nbsp; How about something like this?&nbsp; Just right click &gt;&gt; open with &gt;&gt; winestart. (attached)<br><br>-Tres<br><br><br><blockquote><span style="font-family: courier new,monospace;">#!/bin/bash</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">#</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"># /usr/bin/winestart</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"># </span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"># Appends &quot;Z:&quot; to native linux paths, such as /home/jsmit/Desktop/test.txt</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"># so that wine can launch &quot;Z:/home/jsmit/Desktop/test.xt&quot; with its native</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"># program.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"># </span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">wine start &quot;Z:$@&quot;;</span><br></blockquote><br><br><div class="gmail_quote">
On Thu, Jan 31, 2008 at 10:43 AM, Ove Kaaven &lt;<a href="mailto:ovek@arcticnet.no">ovek@arcticnet.no</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
A. Tres Finocchiaro skrev:<br>
<div class="Ih2E3d">&gt; As far as going in the other direction, simply using &quot;wine start<br>
&gt; /path/to/file&quot; in theory would launch wine&#39;s default app for that<br>
&gt; association. &nbsp;Should be a one-liner.<br>
<br>
</div>&nbsp;From what I know, that won&#39;t work because Wine&#39;s start.exe (like<br>
Windows&#39;s) interprets a leading slash as an option, not as a path.<br>
(Debian bug #420207 told me. So I suggested &quot;wine start `winepath -w<br>
/path/to/file`&quot; instead...)<br>
<br>
<br>
</blockquote></div><br><br clear="all"><br>-- <br>- <a href="mailto:Tres.Finocchiaro@gmail.com">Tres.Finocchiaro@gmail.com</a>