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.
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.