<?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>Install &#187; winxp</title>
	<atom:link href="http://www.install.gr/tag/winxp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.install.gr</link>
	<description>OFFICE &#124; SharePoint &#124; Exchange &#124; Vbscript &#124; Windows</description>
	<lastBuildDate>Wed, 23 May 2012 18:19:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Zelftypende tekst in vbs (Notepad)</title>
		<link>http://www.install.gr/vb-scripts/zelftypende-tekst-in-vbs-notepad/</link>
		<comments>http://www.install.gr/vb-scripts/zelftypende-tekst-in-vbs-notepad/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 17:32:32 +0000</pubDate>
		<dc:creator>Installer</dc:creator>
				<category><![CDATA[Vbscript]]></category>
		<category><![CDATA[automatisch]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[extensie]]></category>
		<category><![CDATA[kladblok]]></category>
		<category><![CDATA[notepad]]></category>
		<category><![CDATA[notepad.exe]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[typen]]></category>
		<category><![CDATA[vb]]></category>
		<category><![CDATA[vbs]]></category>
		<category><![CDATA[visual]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[winxp]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.install.gr/vb-scripts/zelftypende-tekst-in-vbs-notepad/</guid>
		<description><![CDATA[Je pc typt automatisch een tekst in notepad (kladblok). Kopieer het volgende in notepad en sla het op als iets.vbs: Denk aan de extensie &#8220;.vbs&#8221;, de naam mag je zelf weten. &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; Set wshshell = wscript.createobject (&#8220;wscript.Shell&#8221;) wshshell.Run (&#8220;notepad.exe&#8221;) wscript.Sleep 600 set wshshell=createobject(&#8220;wscript.Shell&#8221;) wshshell.Sendkeys &#8220;H&#8221; wscript.Sleep 70 set wshshell=createobject(&#8220;wscript.Shell&#8221;) wshshell.Sendkeys &#8220;O&#8221; wscript.Sleep 70 set wshshell=createobject(&#8220;wscript.Shell&#8221;) [...]]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/wcfPTFCTwl0?f=videos&#038;app=youtube_gdata"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/wcfPTFCTwl0?f=videos&#038;app=youtube_gdata" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p>Je pc typt automatisch een tekst in notepad (kladblok). Kopieer het volgende in notepad en sla het op als iets.vbs: Denk aan de extensie &#8220;.vbs&#8221;, de naam mag je zelf weten. &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; Set wshshell = wscript.createobject (&#8220;wscript.Shell&#8221;) wshshell.Run (&#8220;notepad.exe&#8221;) wscript.Sleep 600 set wshshell=createobject(&#8220;wscript.Shell&#8221;) wshshell.Sendkeys &#8220;H&#8221; wscript.Sleep 70 set wshshell=createobject(&#8220;wscript.Shell&#8221;) wshshell.Sendkeys &#8220;O&#8221; wscript.Sleep 70 set wshshell=createobject(&#8220;wscript.Shell&#8221;) wshshell.Sendkeys &#8220;I&#8221; wscript.Sleep 70 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; Zet steeds dit stukje onderaan het script: set wshshell=createobject(&#8220;wscript.Shell&#8221;) wshshell.Sendkeys &#8220;a&#8221; wscript.Sleep 70 En verander de letter tussen de aanhalingstekens. In dit geval dus de &#8216;a&#8217; die je moet veranderen. Het getal 70 wat er steeds staat kun je ook veranderen, want dit staat voor de snelheid tussen elk teken. 1000 is 1 seconde. In dit filmpje typt de tekst ook automatisch zoals je ziet.</p>
<!-- Created with WP-Autoblog (http://elliottback.com) -->]]></content:encoded>
			<wfw:commentRss>http://www.install.gr/vb-scripts/zelftypende-tekst-in-vbs-notepad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

