Possible Duplicate:
Invoke a wine installed application from command line

I would like to start a wine program via the terminal so if something goes wrong I can see what.

What command should I type in to get the program started?

for an example lets say Spotify.

2

1 Answer

You just have to

wine /path/to/your/exe/program.exe 
1