Re: a white screen with wine

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

 



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.







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

  Powered by Linux