[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Third Script Booked in
- To: "hobbit (at) hswn.dk" <hobbit (at) hswn.dk>
- Subject: RE: Third Script Booked in
- From: Johan Sjöberg <johan.sjoberg (at) deltamanagement.se>
- Date: Wed, 23 Jun 2010 15:39:12 +0200
- Accept-language: sv-SE
- Acceptlanguage: sv-SE
- References: <8A82C7A8DFD13048B6717BBFA72CF574063CC1D5 (at) prmsdcex01.premier.local>
- Thread-index: AcsR5jcGrbCM6LXSSwqKr0AfAk10TgA8shzA
- Thread-topic: Third Script Booked in
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