I'm new to Linux but I love it and I'm looking to use Windows as little as possible. This of course means some Wine use.
I have a favourite Bridge (the card game) tutorial that is available only for Windows so I decided to try whether it will run on Linux. It's already installed on my NTFS drive so I figured I'd just mount C: to a "cdrive" in my home directory and run it with wine from there.
Now here's the tricky part. If I go run the exe by right-clicking it, it doesn't work well. This is what happens:

The screen is not supposed to be blue and inactive.
If I try:
The same thing happens.wine cdrive/"Program Files (x86)"/"Learn to Play Bridge"/ltpb.exe
The only way it would work is if I first type:
And then:cd cdrive/"Program Files (x86)"/"Learn to Play Bridge"/
When I do that everything falls into place:wine ltpb.exe


However this method is not very practical let alone sophisticated. I have no idea whatsoever why there is a difference to running wine once in the directory. I'd really appreciate a way to create a desktop shortcut that does it all in one click and also an explanation as to why wine works better once in the directory. Thanks in advance.