<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Luka Manojlovic &#187; VBS Scripts</title>
	<atom:link href="http://luka.manojlovic.net/category/ms-scripting/vbs-scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://luka.manojlovic.net</link>
	<description>Luka&#039;s technical blog</description>
	<lastBuildDate>Mon, 24 May 2010 21:59:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Kako dodati tri vrstice teksta (sporočila, helpdesk številke &#8230;) v prijavno okno? / How to add three lines of text (messages, helpdesk numbers &#8230;) to logon screen?</title>
		<link>http://luka.manojlovic.net/2007/01/01/kako-dodati-tri-vrstice-teksta-sporocila-helpdesk-stevilke-v-prijavno-okno-how-to-add-three-lines-of-text-messages-helpdesk-numbers-to-logon-screen/</link>
		<comments>http://luka.manojlovic.net/2007/01/01/kako-dodati-tri-vrstice-teksta-sporocila-helpdesk-stevilke-v-prijavno-okno-how-to-add-three-lines-of-text-messages-helpdesk-numbers-to-logon-screen/#comments</comments>
		<pubDate>Mon, 01 Jan 2007 16:22:10 +0000</pubDate>
		<dc:creator>manojlovicl</dc:creator>
				<category><![CDATA[MS Scripting]]></category>
		<category><![CDATA[VBS Scripts]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/2007/01/01/kako-dodati-tri-vrstice-teksta-sporocila-helpdesk-stevilke-v-prijavno-okno-how-to-add-three-lines-of-text-messages-helpdesk-numbers-to-logon-screen/</guid>
		<description><![CDATA[Klikni tukaj za povečavo. / Click here for bigger image. Zadevo lahko rešimo z uporabo VBS skripte / Issue can be resolved using folowing VBS script: logonbox.vbs]]></description>
			<content:encoded><![CDATA[<p><a href="http://luka.manojlovic.net/index.php/Image:Logonbox%28s%29.jpg" title="Image:Logonbox(s).jpg" class="image"><img longDesc="/index.php/Image:Logonbox%28s%29.jpg" width="200" src="http://luka.manojlovic.net/images/e/e9/Logonbox%28s%29.jpg" alt="Image:Logonbox(s).jpg" height="160" /></a><br />
<a rel="nofollow" href="http://store.manojlovic.net/images/Logonbox.jpg" title="http://store.manojlovic.net/images/Logonbox.jpg" class="external text">Klikni tukaj za povečavo. / Click here for bigger image.</a></p>
<p>Zadevo lahko rešimo z uporabo VBS skripte / Issue can be resolved using folowing VBS script:<br />
<a rel="nofollow" href="http://store.manojlovic.net/vbsscripts/logonbox/logonbox.vbs" title="http://store.manojlovic.net/vbsscripts/logonbox/logonbox.vbs" class="external text">logonbox.vbs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2007/01/01/kako-dodati-tri-vrstice-teksta-sporocila-helpdesk-stevilke-v-prijavno-okno-how-to-add-three-lines-of-text-messages-helpdesk-numbers-to-logon-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kako mapirati mrežne pogone z uporabo VBS skript? / How to map network drives using VBS scipt?</title>
		<link>http://luka.manojlovic.net/2007/01/01/kako-mapirati-mrezne-pogone-z-uporabo-vbs-skript-how-to-map-network-drives-using-vbs-scipt/</link>
		<comments>http://luka.manojlovic.net/2007/01/01/kako-mapirati-mrezne-pogone-z-uporabo-vbs-skript-how-to-map-network-drives-using-vbs-scipt/#comments</comments>
		<pubDate>Mon, 01 Jan 2007 16:21:16 +0000</pubDate>
		<dc:creator>manojlovicl</dc:creator>
				<category><![CDATA[VBS Scripts]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/2007/01/01/kako-mapirati-mrezne-pogone-z-uporabo-vbs-skript-how-to-map-network-drives-using-vbs-scipt/</guid>
		<description><![CDATA[Na spodnjem naslovu lahko poberete dva primera skript za mapiranje pogonov. Prva enostavno mapira tri omrežne pogone, druga pa tudi spremeni imena pogonom. The following two links consist of two VBS scripts that allow you to map network drives. First one just maps the drives. The second scripts allow you to change/rename the drive name. [...]]]></description>
			<content:encoded><![CDATA[<p>Na spodnjem naslovu lahko poberete dva primera skript za mapiranje pogonov. Prva enostavno mapira tri omrežne pogone, druga pa tudi spremeni imena pogonom.<br />
The following two links consist of two VBS scripts that allow you to map network drives. First one just maps the drives. The second scripts allow you to change/rename the drive name.</p>
<p><a rel="nofollow" href="http://store.manojlovic.net/vbsscripts/network%20drives/mapnetworkdrives01.vbs" title="http://store.manojlovic.net/vbsscripts/network%20drives/mapnetworkdrives01.vbs" class="external text">mapnetworkdrives01.vbs</a><br />
<a rel="nofollow" href="http://store.manojlovic.net/vbsscripts/network%20drives/mapnetworkdrives02.vbs" title="http://store.manojlovic.net/vbsscripts/network%20drives/mapnetworkdrives02.vbs" class="external text">mapnetworkdrives02.vbs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2007/01/01/kako-mapirati-mrezne-pogone-z-uporabo-vbs-skript-how-to-map-network-drives-using-vbs-scipt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
