[Wine] Re: open associated file with explorer.exe

rosch wineforum-user at winehq.org
Tue Oct 12 14:33:47 CDT 2010


It works nicely :-)
By the way, the file path has to be converted from "windows style" and then you can call your Linux program, but these are details.. :

Code:
upath=$(winepath -u $wpath)
$cmd $upath & 



cheers.







More information about the wine-users mailing list