Re: Very strange issue

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

 



schmidtbag wrote:
> cd ~/.wine/drive_c/Program\ Files/Space\ Tripper  wine SpaceTripper.exe

These are 2 commands, they need to be separated.
Either by putting them on 2 lines :

Code:
cd ~/.wine/drive_c/Program\ Files/Space\ Tripper
 wine SpaceTripper.exe



Or using ampersands if you want a one line command :

Code:
cd ~/.wine/drive_c/Program\ Files/Space\ Tripper && wine SpaceTripper.exe








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

  Powered by Linux