<?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>Inside My Head &#187; scripts</title>
	<atom:link href="http://checkmyhead.com/tag/scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://checkmyhead.com</link>
	<description>Just imagine the things we don&#039;t post...</description>
	<lastBuildDate>Wed, 30 Mar 2016 12:52:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.41</generator>
	<item>
		<title>How To create an Autorun.inf to open a PDF file</title>
		<link>http://checkmyhead.com/how-to-create-an-autorun-inf-to-open-a-pdf-file/</link>
		<comments>http://checkmyhead.com/how-to-create-an-autorun-inf-to-open-a-pdf-file/#comments</comments>
		<pubDate>Mon, 19 May 2014 16:25:04 +0000</pubDate>
		<dc:creator><![CDATA[Dunrite675]]></dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Batch]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://checkmyhead.com/how-to-create-an-autorun-inf-to-open-a-pdf-file/</guid>
		<description><![CDATA[For people that have ran into this problem, you need two files, this is incredibly easy to do, I am mostly posting it here for my own reference since I never see to be able to find this information when I need it lol. Here it is! .inf files can only run an .exe, so [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>For people that have ran into this problem, you need two files, this is incredibly easy to do, I am mostly posting it here for my own reference since I never see to be able to find this information when I need it lol. Here it is!</p>
<div></div>
<div>.inf files can only run an .exe, so you have to make a executable file that opens the .pdf which in turn the .inf can autorun.Open Notepad and type:</div>
<div>
<p style="display: inline !important;">[autorun]</p>
<p>shellexecute = &#8220;start.bat&#8221;</p></div>
<div>icon = autorun.ico</div>
<div>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<wbr />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<wbr />&#8212;-<br />
Then open Notepad again and type:</p>
<p>start=&lt;filename&gt;.pdf<br />
then save it as start.bat</p>
<p>(without the brackets)</p>
<p>(If your filename has spaces in it, replace the spaces with an under_score)</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://checkmyhead.com/how-to-create-an-autorun-inf-to-open-a-pdf-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
