Autoexec.bat execution fix

Sylvain Petreolle spetreolle at yahoo.fr
Sun Mar 2 20:51:56 CST 2003


Changelog :
allow to run autoexec.bat when launching wcmd,
it was broken due to a function change.

Index: wcmdmain.c
===================================================================
RCS file: /home/wine/wine/programs/wcmd/wcmdmain.c,v
retrieving revision 1.25
diff -u -r1.25 wcmdmain.c
--- wcmdmain.c  27 Feb 2003 01:41:21 -0000      1.25
+++ wcmdmain.c  3 Mar 2003 02:51:03 -0000
@@ -102,7 +102,7 @@
   if (h != INVALID_HANDLE_VALUE) {
     CloseHandle (h);
 #if 0
-    WCMD_batch (string, " ");
+    WCMD_batch_command (string);
 #endif
   }



=====
Sylvain Petreolle
spetreolle at users.sourceforge.net 
Fight Spam ! EuroCauce: http://www.euro.cauce.org/en/index.html
ICQ #170597259

"Don't think you are. Know you are." Morpheus, in "Matrix".

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com



More information about the wine-patches mailing list