Uwe Bonnes wrote:
"Dan" == Dan Kegel dank@kegel.com writes:
Dan> Whenever it crashes in winnt/xp, it leaves one or more windowless Dan> wcmd's running the following script: Dan> :Repeat del "E:\vs60wiz.exe" if exist "E:\vs60wiz.exe" goto Repeat Dan> del "C:\WINDOWS\DEL4056.BAT" Dan> in a loop, chewing up huge amounts of CPU time.
Try my patch Cc: wine-patches@winehq.com Subject: Re: [RESENT] Batch support for CreateProcess (2 of 3)
Hey, that seems to get rid of the leftover wcmd's! - Dan