Quantcast
Channel: Spiceworks Community
Browsing latest articles
Browse All 27 View Live

Vbscript - Read webpage and find text

I'm fairly new at VBscript but have alread created a script from other sample scripts.  Because Chrome won't update behind a proxy, I made a script that checks the version on Wikipedia (the only real...

View Article



Vbscript - Read webpage and find text

The best way to analyze html data is to use DOM object. This is done best with javascript. But if you want an application/script to read data, you could try vbsctipt, or better yet, use AutoIT script....

View Article

Vbscript - Read webpage and find text

Wow I haven't used VBScript in ages, this was fun!  I have it parsing the google chrome entry and pulling out the version by itself. Im sure you can format it into the XML you need from here :) Code...

View Article

Vbscript - Read webpage and find text

here is a vbscript that reads a website and puts it into a variable called OUTPUT  Then you can use OUTPUT however you want. But I do not understand what you wanna do with this "website content" If...

View Article

Vbscript - Read webpage and find text

Hi Jason, I can certainly feel the pain in being unfamilar or trying to rekindle an old memory for a language. Ever consider looking into something a bit more user friendly and visual to accomplish...

View Article


Vbscript - Read webpage and find text

@ Shawn - utterly perfect!  That's a lot cleaner code than I used originally.  Around 3 weeks ago I had no idea how to use VBScipt but creating these two to check for Chrome versions has been a good...

View Article

Vbscript - Read webpage and find text

Glad I could be of help :)

View Article

Re: Vbscript - Read webpage and find text

Looking for something similar to this. I need a vbscript to parse a simple text website, grab data such as temperature, humidity and time, then write to a local text file. How can I accomplish this?

View Article


Vbscript - Read webpage and find text

The way I achieved this was to use Shawn's code above and then if you check that you can see it finds unique code around the text I needed to grab.  I would imagine the text you require would be...

View Article


Re: Vbscript - Read webpage and find text

Thanks, wondering if maybe you can help more, send me an email to txsledder at gma1l dot com. I have zero experience with any type of script, the temp is within generic  tags and there are multiple...

View Article
Browsing latest articles
Browse All 27 View Live




Latest Images