<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://supermanhamuerto.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://supermanhamuerto.com/feed.php">
        <title>supermanhamuerto.com - vbs</title>
        <description></description>
        <link>https://supermanhamuerto.com/</link>
        <image rdf:resource="https://supermanhamuerto.com/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-14T06:31:12+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://supermanhamuerto.com/doku.php?id=vbs:index&amp;rev=1670014949&amp;do=diff"/>
                <rdf:li rdf:resource="https://supermanhamuerto.com/doku.php?id=vbs:lastlinesoftextfile&amp;rev=1670014949&amp;do=diff"/>
                <rdf:li rdf:resource="https://supermanhamuerto.com/doku.php?id=vbs:listwindowsprocesses&amp;rev=1670014949&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://supermanhamuerto.com/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>supermanhamuerto.com</title>
        <link>https://supermanhamuerto.com/</link>
        <url>https://supermanhamuerto.com/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://supermanhamuerto.com/doku.php?id=vbs:index&amp;rev=1670014949&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-12-02T21:02:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>index</title>
        <link>https://supermanhamuerto.com/doku.php?id=vbs:index&amp;rev=1670014949&amp;do=diff</link>
        <description>Visual Basic Script Util Box

	*  List Windows Processes
	*  Read The Last Lines of a Text File</description>
    </item>
    <item rdf:about="https://supermanhamuerto.com/doku.php?id=vbs:lastlinesoftextfile&amp;rev=1670014949&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-12-02T21:02:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>lastlinesoftextfile</title>
        <link>https://supermanhamuerto.com/doku.php?id=vbs:lastlinesoftextfile&amp;rev=1670014949&amp;do=diff</link>
        <description>Read the Last Lines of a Text File

The program works smoothly even on files of twenty thousand lines. It simply read lines, keeping in memory the last N lines. When it reaches the end of the stream, it return the last N lines kept. 


&#039; read all the content of a log file and 
&#039; put it into a string.
function log2str( byval filename,  byval lastLines )
    dim fso 
    dim file 
    dim lines()
    dim linenum
    dim lastWrittenLine
    dim out

    set fso = createobject( &quot;scripting.filesystem…</description>
    </item>
    <item rdf:about="https://supermanhamuerto.com/doku.php?id=vbs:listwindowsprocesses&amp;rev=1670014949&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-12-02T21:02:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>listwindowsprocesses</title>
        <link>https://supermanhamuerto.com/doku.php?id=vbs:listwindowsprocesses&amp;rev=1670014949&amp;do=diff</link>
        <description>List Windows Processes in Visual Basic Script

Instead of copying once more time the contents from the Microsoft web pages, I&#039;ve provide the links to the real pages: 

	*  WMI Tasks: Processes (Windows)
	*  Win32_Process class (Windows)

You can use the information to create your own scripts.

Warning!!! I think you have</description>
    </item>
</rdf:RDF>
