[Wine] Re: Very strange issue

Tlarhices wineforum-user at winehq.org
Fri Jun 20 22:43:44 CDT 2008


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









More information about the wine-users mailing list