Hi.
Great work with the scripts. I will try them out as soon as I get the time. I have a suggestion for a (ugly) fix for the 32/64-bit tmp-path problem. I used this when I created a powershell extension script, but maybe it can be used in VBS as well? I know very little of VBS, so I don't know how to convert it. Anyway, here is the PS code:
if (test-path "HKLM:\SOFTWARE\BBWin") {$pathTmp = (Get-ItemProperty -path "HKLM:\SOFTWARE\BBWin").tmpPath} elseif (test-path "HKLM:\SOFTWARE\Wow6432Node\BBWin") {$pathTmp = (Get-ItemProperty -path "HKLM:\SOFTWARE\Wow6432Node\BBWin").tmpPath} else {$pathTmp = "C:\Program Files (x86)\BBWin\tmp"}
/Johan
-----Original Message----- From: Neil Franken [mailto:nfranken at theunlimitedworld.co.za] Sent: den 22 juni 2010 10:38 To: hobbit at hswn.dk Subject: [hobbit] Third Script Booked in
Hi Guys
Overall ASP.NET Performance counter script booked into Xymonton. Hope it helps.
Regards Neil
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk