Allow to run autoexec.bat when launching wcmd, it was broken due to a

function change.
This commit is contained in:
Sylvain Petreolle 2003-03-05 02:49:04 +00:00 committed by Alexandre Julliard
parent 11c19c509d
commit 98f44486be

View file

@ -102,7 +102,7 @@ HANDLE h;
if (h != INVALID_HANDLE_VALUE) {
CloseHandle (h);
#if 0
WCMD_batch (string, " ");
WCMD_batch_command (string);
#endif
}