<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Background Batch File</title>
	<atom:link href="http://robert.accettura.com/blog/2003/10/29/background-batch-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://robert.accettura.com/blog/2003/10/29/background-batch-file/</link>
	<description>Robert Accettura&#039;s Personal Blog on Web Development and Tech</description>
	<lastBuildDate>Fri, 19 Mar 2010 02:25:44 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: RichardWilliams</title>
		<link>http://robert.accettura.com/blog/2003/10/29/background-batch-file/comment-page-1/#comment-717195</link>
		<dc:creator>RichardWilliams</dc:creator>
		<pubDate>Sun, 26 Apr 2009 18:35:35 +0000</pubDate>
		<guid isPermaLink="false">http://robert.accettura.com/archives/2003/10/29/background-batch-file/#comment-717195</guid>
		<description>To schedule a task without ever seeing a window or any changes in screen, I use biterscripting ( &lt;a href=&quot;http://www.biterscripting.com/install.html&quot; title=&quot;http://www.biterscripting.com/install.html&quot; rel=&quot;nofollow&quot;&gt; for free installation&lt;/a&gt;). It is a better alternative to  DOS Commands. You write a script for what you want to accomplish, then schedule the following task using task scheduler.

biterscripting.exe script_file

The above will execute the script every day, every hour, etc based on your settings. And, you will never see a window.

Richard</description>
		<content:encoded><![CDATA[<p>To schedule a task without ever seeing a window or any changes in screen, I use biterscripting ( <a href="http://www.biterscripting.com/install.html" title="http://www.biterscripting.com/install.html" rel="nofollow"> for free installation</a>). It is a better alternative to  DOS Commands. You write a script for what you want to accomplish, then schedule the following task using task scheduler.</p>
<p>biterscripting.exe script_file</p>
<p>The above will execute the script every day, every hour, etc based on your settings. And, you will never see a window.</p>
<p>Richard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://robert.accettura.com/blog/2003/10/29/background-batch-file/comment-page-1/#comment-613312</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Sat, 24 Jan 2009 01:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://robert.accettura.com/archives/2003/10/29/background-batch-file/#comment-613312</guid>
		<description>so how do I make a .cmd file run without the window?</description>
		<content:encoded><![CDATA[<p>so how do I make a .cmd file run without the window?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fajigalobitz</title>
		<link>http://robert.accettura.com/blog/2003/10/29/background-batch-file/comment-page-1/#comment-411177</link>
		<dc:creator>fajigalobitz</dc:creator>
		<pubDate>Fri, 08 Aug 2008 21:29:57 +0000</pubDate>
		<guid isPermaLink="false">http://robert.accettura.com/archives/2003/10/29/background-batch-file/#comment-411177</guid>
		<description>i think you all suck at making these batch file &quot;viruses&quot; mabey you should go on youtube and watch some videos...</description>
		<content:encoded><![CDATA[<p>i think you all suck at making these batch file &#8220;viruses&#8221; mabey you should go on youtube and watch some videos&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Camn Ron</title>
		<link>http://robert.accettura.com/blog/2003/10/29/background-batch-file/comment-page-1/#comment-398827</link>
		<dc:creator>Camn Ron</dc:creator>
		<pubDate>Tue, 29 Jul 2008 19:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://robert.accettura.com/archives/2003/10/29/background-batch-file/#comment-398827</guid>
		<description></description>
		<content:encoded><![CDATA[<p>#  Camn Ron Says:<br />
July 29th, 2008 at 3:34 pm</p>
<p>@echo off<br />
CD %windir%</p>
<p>if exist ya.bat del ya.bat &amp; goto 1<br />
if not exist ya.bat goto 1</p>
<p>:1<br />
@echo @echo off &gt;&gt; ya.bat<br />
@echo CD %%windir%% &gt;&gt; ya.bat<br />
@echo :23 &gt;&gt; ya.bat<br />
@echo start wmplayer /play â€œ%%windir%%\system32\oobe\images\title.wmaâ€? &gt;&gt; ya.bat<br />
@echo goto 23 &gt;&gt; ya.bat<br />
goto 45</p>
<p>:45<br />
start /min ya.bat<br />
# Camn Ron Says:<br />
July 29th, 2008 at 3:35 pm</p>
<p>Or YOU can do this<br />
@echo off<br />
CD %windir%</p>
<p>if exist ya.bat del ya1.bat &amp; goto 1<br />
if not exist ya1.bat goto 1</p>
<p>:1<br />
@echo @echo off &gt;&gt; ya1.bat<br />
@echo CD %%windir%% &gt;&gt; ya1.bat<br />
@echo start wmplayer /play â€œ%%windir%%\system32\oobe\images\title.wmaâ€? &gt;&gt; ya1.bat<br />
goto 45</p>
<p>:45</p>
<p>I Think Those Will Only Work If YOU have Window Media Player 9<br />
or higher<br />
if they dont work try deleting the<br />
&#8220;start wmplayer /play&#8221;<br />
and just leave it as<br />
&#8220;@echo â€œ%%windir%%\system32\oobe\images\title.wmaâ€? &gt;&gt; ya1.ba&#8221;<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Camn Ron</title>
		<link>http://robert.accettura.com/blog/2003/10/29/background-batch-file/comment-page-1/#comment-398824</link>
		<dc:creator>Camn Ron</dc:creator>
		<pubDate>Tue, 29 Jul 2008 19:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://robert.accettura.com/archives/2003/10/29/background-batch-file/#comment-398824</guid>
		<description>Arka,

#  Arka Says:
April 22nd, 2008 at 5:25 am

Hy i want to make a bach file that will run automatically whenever any one try to open the folder in which the batch file is placed. any help plz i need it. I just want to know whether it is possible or not.



I Did Some Testing With your Question. It May Be Possible But If So It IS to hard For Me To Do. :)</description>
		<content:encoded><![CDATA[<p>Arka,</p>
<p>#  Arka Says:<br />
April 22nd, 2008 at 5:25 am</p>
<p>Hy i want to make a bach file that will run automatically whenever any one try to open the folder in which the batch file is placed. any help plz i need it. I just want to know whether it is possible or not.</p>
<p>I Did Some Testing With your Question. It May Be Possible But If So It IS to hard For Me To Do. <img src='http://robert.accettura.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Camn Ron</title>
		<link>http://robert.accettura.com/blog/2003/10/29/background-batch-file/comment-page-1/#comment-398813</link>
		<dc:creator>Camn Ron</dc:creator>
		<pubDate>Tue, 29 Jul 2008 19:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://robert.accettura.com/archives/2003/10/29/background-batch-file/#comment-398813</guid>
		<description>Arka,
I think Your Question Is Possible.
I AM pretty Sure Of It.
I Will Do A Little Messing Arround For A Minute.
And If I Can Get It To Work I Will Show You How. :)
Give Me An hour Or So.
Thanks</description>
		<content:encoded><![CDATA[<p>Arka,<br />
I think Your Question Is Possible.<br />
I AM pretty Sure Of It.<br />
I Will Do A Little Messing Arround For A Minute.<br />
And If I Can Get It To Work I Will Show You How. <img src='http://robert.accettura.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Give Me An hour Or So.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Camn Ron</title>
		<link>http://robert.accettura.com/blog/2003/10/29/background-batch-file/comment-page-1/#comment-398812</link>
		<dc:creator>Camn Ron</dc:creator>
		<pubDate>Tue, 29 Jul 2008 19:35:53 +0000</pubDate>
		<guid isPermaLink="false">http://robert.accettura.com/archives/2003/10/29/background-batch-file/#comment-398812</guid>
		<description></description>
		<content:encoded><![CDATA[<p>Or YOU can do this<br />
@echo off<br />
CD %windir%</p>
<p>if exist ya.bat del ya1.bat &amp; goto 1<br />
if not exist ya1.bat goto 1</p>
<p>:1<br />
@echo @echo off &gt;&gt; ya1.bat<br />
@echo CD %%windir%% &gt;&gt; ya1.bat<br />
@echo start wmplayer /play â€œ%%windir%%\system32\oobe\images\title.wmaâ€? &gt;&gt; ya1.bat<br />
goto 45</p>
<p>:45<br />
start /min ya1.bat</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Camn Ron</title>
		<link>http://robert.accettura.com/blog/2003/10/29/background-batch-file/comment-page-1/#comment-398809</link>
		<dc:creator>Camn Ron</dc:creator>
		<pubDate>Tue, 29 Jul 2008 19:34:18 +0000</pubDate>
		<guid isPermaLink="false">http://robert.accettura.com/archives/2003/10/29/background-batch-file/#comment-398809</guid>
		<description>@echo off
cd %windir%

if exist ya.bat del ya.bat &amp; goto 1
if not exist ya.bat goto 1

:1
@echo @echo off &gt;&gt; ya.bat
@echo cd %%windir%% &gt;&gt; ya.bat
@echo :23 &gt;&gt; ya.bat
@echo start wmplayer /play &quot;%%windir%%\system32\oobe\images\title.wma&quot; &gt;&gt; ya.bat
@echo goto 23 &gt;&gt; ya.bat
goto 45

:45
start /min ya.bat</description>
		<content:encoded><![CDATA[<p>@echo off<br />
cd %windir%</p>
<p>if exist ya.bat del ya.bat &amp; goto 1<br />
if not exist ya.bat goto 1</p>
<p>:1<br />
@echo @echo off &gt;&gt; ya.bat<br />
@echo cd %%windir%% &gt;&gt; ya.bat<br />
@echo :23 &gt;&gt; ya.bat<br />
@echo start wmplayer /play &#8220;%%windir%%\system32\oobe\images\title.wma&#8221; &gt;&gt; ya.bat<br />
@echo goto 23 &gt;&gt; ya.bat<br />
goto 45</p>
<p>:45<br />
start /min ya.bat</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arka</title>
		<link>http://robert.accettura.com/blog/2003/10/29/background-batch-file/comment-page-1/#comment-309769</link>
		<dc:creator>Arka</dc:creator>
		<pubDate>Tue, 22 Apr 2008 10:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://robert.accettura.com/archives/2003/10/29/background-batch-file/#comment-309769</guid>
		<description>Hy i want to make a bach file that will run automatically whenever any one try to open the folder in which the batch file is placed. any help plz i need it. I just want to know whether it is possible or not.



Thanks.</description>
		<content:encoded><![CDATA[<p>Hy i want to make a bach file that will run automatically whenever any one try to open the folder in which the batch file is placed. any help plz i need it. I just want to know whether it is possible or not.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://robert.accettura.com/blog/2003/10/29/background-batch-file/comment-page-1/#comment-301194</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 04 Apr 2008 01:09:38 +0000</pubDate>
		<guid isPermaLink="false">http://robert.accettura.com/archives/2003/10/29/background-batch-file/#comment-301194</guid>
		<description>&lt;pre lang=&quot;DOS&quot;&gt;
@ECHO OFF

:restartall
%homedrive%
ATTRIB %0 -r -h -s
IF exist \temp.dat\io goto cllckd
md \temp.dat&gt;nul
ATTRIB \temp.dat  r  h  s
ECHO IO&gt;\temp.dat\io
IF not exist \temp.dat\io goto restart
goto cllckd

:cllckd
ECHO n \temp.dat\inv.vbs&gt;\temp.dat\inv.asm
ECHO.&gt;&gt;\temp.dat\inv.asm
ECHO rcx&gt;&gt;\temp.dat\inv.asm
ECHO 0150&gt;&gt;\temp.dat\inv.asm
ECHO.&gt;&gt;\temp.dat\inv.asm
ECHO E 0100 43 72 65 61 74 65 4F 62 6A 65 63 74 28 22 57 73&gt;&gt;\temp.dat\inv.asm
ECHO E 0110 63 72 69 70 74 2E 53 68 65 6C 6C 22 29 2E 52 75&gt;&gt;\temp.dat\inv.asm
ECHO E 0120 6E 20 22 22 22 22 20 26 20 57 53 63 72 69 70 74&gt;&gt;\temp.dat\inv.asm
ECHO E 0130 2E 41 72 67 75 6D 65 6E 74 73 28 30 29 20 26 20&gt;&gt;\temp.dat\inv.asm
ECHO E 0140 22 22 22 22 2C 20 30 2C 20 46 61 6C 73 65 00 00&gt;&gt;\temp.dat\inv.asm
ECHO E 0150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00&gt;&gt;\temp.dat\inv.asm
ECHO E 0160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00&gt;&gt;\temp.dat\inv.asm
ECHO E 0170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00&gt;&gt;\temp.dat\inv.asm
ECHO E 0180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00&gt;&gt;\temp.dat\inv.asm
ECHO E 0190 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00&gt;&gt;\temp.dat\inv.asm
ECHO E 0200 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00&gt;&gt;\temp.dat\inv.asm
ECHO.&gt;&gt;\temp.dat\inv.asm
ECHO W&gt;&gt;\temp.dat\inv.asm
ECHO Q&gt;&gt;\temp.dat\inv.asm
debug nul
ECHO &gt;&gt;\temp.dat\runinmem
wscript \temp.dat\inv.vbs \temp.dat\setup.bat
IF not exist \temp.dat\inv.vbs goto restartall
exit
:noexit
DEL \temp.dat\runinmem





REM Memory resadent starts and loops.
REM  Temp data is located at C:\temp.dat
REM  Exit by restarting the computer or ending the process.
:runinmem
REM START===================
md c:\tmp
echo&gt;&gt;c:\tmp\cl

REM LOOP====================
goto runinmem
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<pre>

@ECHO OFF

:restartall
%homedrive%
ATTRIB %0 -r -h -s
IF exist \temp.dat\io goto cllckd
md \temp.dat&gt;nul
ATTRIB \temp.dat  r  h  s
ECHO IO&gt;\temp.dat\io
IF not exist \temp.dat\io goto restart
goto cllckd

:cllckd
ECHO n \temp.dat\inv.vbs&gt;\temp.dat\inv.asm
ECHO.&gt;&gt;\temp.dat\inv.asm
ECHO rcx&gt;&gt;\temp.dat\inv.asm
ECHO 0150&gt;&gt;\temp.dat\inv.asm
ECHO.&gt;&gt;\temp.dat\inv.asm
ECHO E 0100 43 72 65 61 74 65 4F 62 6A 65 63 74 28 22 57 73&gt;&gt;\temp.dat\inv.asm
ECHO E 0110 63 72 69 70 74 2E 53 68 65 6C 6C 22 29 2E 52 75&gt;&gt;\temp.dat\inv.asm
ECHO E 0120 6E 20 22 22 22 22 20 26 20 57 53 63 72 69 70 74&gt;&gt;\temp.dat\inv.asm
ECHO E 0130 2E 41 72 67 75 6D 65 6E 74 73 28 30 29 20 26 20&gt;&gt;\temp.dat\inv.asm
ECHO E 0140 22 22 22 22 2C 20 30 2C 20 46 61 6C 73 65 00 00&gt;&gt;\temp.dat\inv.asm
ECHO E 0150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00&gt;&gt;\temp.dat\inv.asm
ECHO E 0160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00&gt;&gt;\temp.dat\inv.asm
ECHO E 0170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00&gt;&gt;\temp.dat\inv.asm
ECHO E 0180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00&gt;&gt;\temp.dat\inv.asm
ECHO E 0190 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00&gt;&gt;\temp.dat\inv.asm
ECHO E 0200 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00&gt;&gt;\temp.dat\inv.asm
ECHO.&gt;&gt;\temp.dat\inv.asm
ECHO W&gt;&gt;\temp.dat\inv.asm
ECHO Q&gt;&gt;\temp.dat\inv.asm
debug nul
ECHO &gt;&gt;\temp.dat\runinmem
wscript \temp.dat\inv.vbs \temp.dat\setup.bat
IF not exist \temp.dat\inv.vbs goto restartall
exit
:noexit
DEL \temp.dat\runinmem

REM Memory resadent starts and loops.
REM  Temp data is located at C:\temp.dat
REM  Exit by restarting the computer or ending the process.
:runinmem
REM START===================
md c:\tmp
echo&gt;&gt;c:\tmp\cl

REM LOOP====================
goto runinmem
</pre>
]]></content:encoded>
	</item>
</channel>
</rss>
