Is there a list of nwengine functions anywhere? I take it to be a VBscript capable, but there's no guide on how to get it to do simple things like date and time in any of the sample scripts. It is unable to resolve the %date% and %time% variables,
NwEngine.Variables.ResolveString("%date%")
yet it resolves other variable successfully,
NwEngine.Variables.ResolveString("%windir%\saplogon.ini")
NwEngine.Variables.ResolveString("%username%")
What gives?