https://bugs.winehq.org/show_bug.cgi?id=52768
mo78@abv.bg changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED CC| |mo78@abv.bg
--- Comment #1 from mo78@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