scrrun: Correct string length returned from GetTempName.
You have to pass string length without terminal null to SysAllocStringLen.
This fixes following vbscript code: Temp_Path = strSystemRoot & "" & fso.GetTempName() & ".vbs"
You have to pass string length without terminal null to SysAllocStringLen.
This fixes following vbscript code: Temp_Path = strSystemRoot & "" & fso.GetTempName() & ".vbs"