Re: Trying to install an app from floppy

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 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


[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux