[Wine] Re: a white screen with wine

malmsteen wineforum-user at winehq.org
Tue Jul 26 05:33:22 CDT 2011


DaVince wrote:
> 
> malmsteen wrote:
> > what should i do to finish??
> > thank you
> 
> You need to understand the problem, first...
> 
> You do this:
> 
> Code:
> cd 'something
> 
> 
> 
> This is incomplete. You need to add an ending quote, otherwise the terminal will ask for more input belonging to whatever you put after cd... This is because an argument between quotes could look like this if you like:
> 
> Code:
> echo 'hello
> I
> Am
> DaVince'
> 
> 
> And it would display all that WITH the linebreaks included.
> 
> So close your argument properly and do this:
> 
> 
> Code:
> cd 'something'
> 
> 
> (Notice the ' at the end too.)
> And then it properly finishes the argument, so you can actually put any commands below it, like wine luxor.exe.


thank you very much, i have understoud and i've succeeded to run the command Wink







More information about the wine-users mailing list