This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var shell = new ActiveXObject("WScript.Shell") | |
var env = shell.Environment('Process') | |
var htmlFile = new ActiveXObject('htmlfile') | |
htmlFile.write('<meta http-equiv="x-ua-compatible" content="IE=9" />') | |
var JSON = htmlFile.parentWindow.JSON | |
htmlFile.close() | |
var username = env('TUNET_USERNAME') | |
var password = env('TUNET_PASSWORD') |