On 12/27/11 7:24 PM, Jacek Caban wrote:
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.
I spoke too fast. //H:* options are for registry changes, so it's not relevant here. //B remains as an option.
Jacek