https://bugs.winehq.org/show_bug.cgi?id=52768 mo78(a)abv.bg changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED CC| |mo78(a)abv.bg --- Comment #1 from mo78(a)abv.bg --- I found another script and it's working fine with it: #!/bin/sh IRFANVIEW="/path/to/i_view32.exe" ROOT_DRIVE="Z:\\" for arg do wine "$IRFANVIEW" "${ROOT_DRIVE}$(echo "$arg" | sed 's/\//\\/g')" done -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.