This article is from the WINE WINdows Emulator FAQ, by Dave Gardner dagar@ix.netcom.com with numerous contributions by others.
When invoking Wine, you must specify the entire path to the executable,
or by filename only.
For example: to run Windows' solitaire:
wine sol (using the search path to locate wine sol.exe the file) wine c:\\windows\\sol.exe (using a DOS filename) wine /usr/windows/sol.exe (using a UNIX filename)
 
Continue to: