Allow to run autoexec.bat when launching wcmd, it was broken due to a
function change.
This commit is contained in:
parent
11c19c509d
commit
98f44486be
|
@ -102,7 +102,7 @@ HANDLE h;
|
|||
if (h != INVALID_HANDLE_VALUE) {
|
||||
CloseHandle (h);
|
||||
#if 0
|
||||
WCMD_batch (string, " ");
|
||||
WCMD_batch_command (string);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue