On Sat, Feb 14, 2009 at 2:33 PM, Ben Klein <[email protected]> wrote: > Probably. It's worth trying out, but I have an idea to work around it: > > #!/bin/sh > DIR=`dirname "$1"` > DIR=`cd "$DIR"; pwd` > pushd "$DIR" > wine "$@" & > popd > fg
I don't think that'll help, offhand. Maybe the original script will work just fine, I'll see if I can find a multi-disc game to test.
