Property of IWScript
Identifies the script mode
Read-Write Property of type VARIANT_BOOL
var bVal = WScript.Interactive; WScript.Interactive = bVal;
bVal = WScript.Interactive WScript.Interactive = bVal
VARIANT_BOOL bVal; HRESULT hr = WScript.get_Interactive(&bVal); hr = WScript.put_Interactive(bVal);