André Hentschel : wineusr: Unix paths are supported.

Alexandre Julliard julliard at winehq.org
Wed May 5 04:17:32 CDT 2010


Module: docs
Branch: master
Commit: 619f21882bbca71107e7c16d65e839154fdd63fe
URL:    http://source.winehq.org/git/docs.git/?a=commit;h=619f21882bbca71107e7c16d65e839154fdd63fe

Author: André Hentschel <nerv at dawncrow.de>
Date:   Tue May  4 20:48:00 2010 +0200

wineusr: Unix paths are supported.

---

 en/wineusr-running.sgml |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/en/wineusr-running.sgml b/en/wineusr-running.sgml
index f36383f..106be37 100644
--- a/en/wineusr-running.sgml
+++ b/en/wineusr-running.sgml
@@ -90,8 +90,8 @@ Usage: wine PROGRAM [ARGUMENTS...]   Run the specified program
         in the <parameter>Path</parameter> environment variable, you can
         simply give the executable file name. However, if the executable
         is not in <parameter>Path</parameter>, you must give the full path to
-        the executable (in Windows format, not UNIX format!).  For
-        example, given a <parameter>Path</parameter> of the following:
+        the executable.  For example, given a <parameter>Path</parameter>
+        of the following:
       </para>
       <screen>
 Path="c:\windows;c:\windows\system;e:\;e:\test;f:\"
@@ -112,7 +112,11 @@ Path="c:\windows;c:\windows\system;e:\;e:\test;f:\"
       </screen>
       <para>
       (note the backslash-escaped "\" !)
+      or:
       </para>
+      <screen>
+<prompt>$</prompt> <userinput>wine ~/.wine/drive_c/myapps/foo.exe</userinput>
+      </screen>
       <para>
 	For details on running text mode (CUI) executables, read the 
 	<link linkend="CUI-programs">section</link> below.




More information about the wine-cvs mailing list