cscript: Add forwarder to wscript

Jacek Caban jacek at codeweavers.com
Tue Dec 27 12:24:59 CST 2011


On 12/27/11 7:00 PM, André Hentschel wrote:
> The difference between cscript and wscript is that wscipt should show a propertysheet and cscritp is console only, but our wscript doesn't show a propertysheet...

It doesn't show a propertysheet yet, that's to be fixed. Forwarding one 
to another was always planned, but we need a way to switch modes. There 
is a command line switch to do it (//H:CScript and //H:WScript). AFAIR 
it didn't really work when I've tried it, but even if it's broken on 
Windows, we may still consider using it for our forwarding. Maybe just 
passing //B option would be good enough. Otherwise we'd need a 
Wine-specific way for informing wscript that it should behave like 
cscript. Differences are not too big, be we need a plan to address them.

Jacek



More information about the wine-devel mailing list