Added command dir to PATH

Jacek Caban jack at itma.pwr.wroc.pl
Mon Oct 3 06:15:08 CDT 2005


This patch fixes bug 1370.

Changelog:
    Added command dir to PATH
-------------- next part --------------
Index: tools/wine.inf
===================================================================
RCS file: /home/wine/wine/tools/wine.inf,v
retrieving revision 1.43
diff -u -p -r1.43 wine.inf
--- tools/wine.inf	14 Sep 2005 11:15:58 -0000	1.43
+++ tools/wine.inf	3 Oct 2005 11:06:29 -0000
@@ -176,7 +176,7 @@ HKLM,Software\Microsoft\DirectPlay\Servi
 
 [Environment]
 HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"ComSpec",,"%11%\wcmd.exe"
-HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"PATH",,"%11%;%10%"
+HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"PATH",,"%11%;%10%;%10%\command"
 HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"ProgramFiles",,"%16422%"
 HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"SYSTEMROOT",,"%10%"
 HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"TEMP",,"%10%\temp"


More information about the wine-patches mailing list