This compatibility fix hooks WinExec if COMMAND_LINE = "nowait" calls CreateProcess without waiting for the created process ...

This compatibility fix hooks WinExec if COMMAND_LINE == "nowait" calls CreateProcess without waiting for the created process If COMMAND_LINE is a number, it Sleep()s the process in hook initialization for that number of ms. Otherwise, it simply calls the standard WinExec