Subject: VBScript Printing Enviroment Vars
Name:Stuart Crawshaw Date:February 04, 2004 at 09:47:40 Pacific Subject:VBScript Printing Enviroment Vars OS:Windows XP CPU/Ram:/ |
Comment:I would like to know if there is a peice of code (VBScript) that will call an enviroment variable and print it into a webpage. eg Report Offensive Message For Removal |
Name: Infinite Recursion Date:February 05, 2004 at 21:41:18 Pacific Subject:VBScript Printing Enviroment Vars |
Reply:In VB .NET (maybe in VB6 and VBScript) you can use the Environ() to do this. Report Offensive Follow Up For Removal |
Name:philip Date:February 06, 2004 at 12:33:56 Pacific Subject:VBScript Printing Enviroment Vars |
Reply:set shell = createObject("wscript.shell") Report Offensive Follow Up For Removal |
Name: philipl Date:February 06, 2004 at 12:45:54 Pacific Subject:VBScript Printing Enviroment Vars |
Reply:Whoops...sorry about the last code.... Report Offensive Follow Up For Removal |