stimpak wrote: > > vitamin wrote: > > > > > > You can use a script like this: > > > > Code: > > #!/bin/sh > > wine start "`winepath -w "$1"`" > > > > > > > > > Doesnt work > Then your program didn't correctly associated files with itself. stimpak wrote: > here's what i've used : > > Code: > > wine start "'C:\Program Files\uTorrent\uTorrent.exe -w "$1"'" > > > It's not correct. You forgot winepath.