Skip to Content
0
Former Member
Dec 12, 2008 at 08:49 PM

NWEngine function for date

45 Views

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?