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