lotus

previous page: 4.5: How do I configure Wine to run on my system?
  
page up: WINE WINdows Emulator FAQ
  
next page: 4.7: I have installed and configured Wine, but Wine cannot find MS Windows on my drive. Where did I go wrong?

4.6: How do I run an MS Windows program under Wine?




Description

This article is from the WINE WINdows Emulator FAQ, by Dave Gardner dagar@ix.netcom.com with numerous contributions by others.

4.6: How do I run an MS Windows program under Wine?

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)

The path of the file will also be added to the path when a full name is
supplied on the command line.

 

Continue to:













TOP
previous page: 4.5: How do I configure Wine to run on my system?
  
page up: WINE WINdows Emulator FAQ
  
next page: 4.7: I have installed and configured Wine, but Wine cannot find MS Windows on my drive. Where did I go wrong?