http://bugs.winehq.org/show_bug.cgi?id=5541
------- Additional Comments From dank@kegel.com 2006-13-07 09:28 ------- The patch applies to last night's git, but doesn't obviously help cscript.
$ WINEDEBUG=+ole wine-git/wine .wine/drive_c/windows/system32/cscript.exe ... trace:ole:CoInitializeEx () - Initializing the COM libraries trace:ole:RunningObjectTableImpl_Initialize trace:ole:apartment_construct creating new apartment, model=2 trace:ole:apartment_construct Created apartment on OXID 800000009 fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub! trace:ole:CoRegisterMessageFilter (0x7fe33358, 0x7fe33360) fixme:ole:CoRegisterMessageFilter message filter has been registered, but will not be used trace:ole:CoRegisterMessageFilter ((nil), 0x7fc8fbd8) fixme:ole:CoRegisterMessageFilter message filter has been registered, but will not be used trace:ole:CoUninitialize () ...
The "has been registered, but will not be used" messages are from your new patch. cscript still doesn't print a banner.