[Wine] Re: open torrents with utorrent or other?(gnome)

vitamin wineforum-user at winehq.org
Wed Nov 5 19:38:19 CST 2008


stimpak wrote:
> you can in gnome right click and associate a file type to be opened with an application! just right click, properties, open with -> add blah blah blah ... 
> 
> you know the drill, its not the issue here.
> 
> but what I should write  as command to prompt gnome to open utorrent, add the torrent file, and do whatever i want?


You can use a script like this:

Code:
#!/bin/sh
wine start "`winepath -w "$1"`"










More information about the wine-users mailing list