[Wine] Trying to install an app from floppy

perryh at pluto.rain.com perryh at pluto.rain.com
Tue Jul 1 00:32:33 CDT 2008


> 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



More information about the wine-users mailing list