> Go to the floppy first.
> $ cd /fd
> $ wine setup.exe
Er, isn't that exactly what the last example does?
( # open a subshell
cd /fd # change to /fd
&& # continue if the cd succeeded
wine setup.exe # run wine
) # end subshell