<?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>Computer Batch Zone &#187; windows</title>
	<atom:link href="http://itcomputerzone.com/batch/category/windows/feed" rel="self" type="application/rss+xml" />
	<link>http://itcomputerzone.com/batch</link>
	<description>Free Zone For General Computing</description>
	<lastBuildDate>Sun, 15 Jan 2012 10:55:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>creat batch simple alarm</title>
		<link>http://itcomputerzone.com/batch/windows/creat-batch-simple-alarm.html</link>
		<comments>http://itcomputerzone.com/batch/windows/creat-batch-simple-alarm.html#comments</comments>
		<pubDate>Fri, 10 Jul 2009 07:17:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[simple alarm]]></category>

		<guid isPermaLink="false">http://itcomputerzone.com/batch/?p=16</guid>
		<description><![CDATA[bath programming can be used for various purposes, such as to keep the file, to configure the Windows Explorer on the windows computer, to set the attributes, and other purposes. if we know the basic programming next batch, we can develop for various purposes other windows on the computer. This time we will create a [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>bath programming can be used for various purposes, such as to keep the file, to configure the Windows Explorer  on the windows <a title="itcomputerzone" href="http://itcomputerzone.com" target="_self">computer</a>, to set the attributes, and other purposes. if we know the basic programming next batch, we can develop for various purposes other windows on the <a title="itcomputerzone" href="http://itcomputerzone.com" target="_self">computer</a>. This time we will create a tool using a simple batch program, namely to create an alarm (alarm shutdow computer). following code:</p>
<blockquote><p>@echo off<br />
title Simple Pc Alarm by www.itcomputerzone.com<br />
:alarm<br />
echo PC Alarm<br />
echo =========<br />
echo.<br />
echo +———————————————–+<br />
echo + +<br />
echo + Example : 60 (for shutdown after 1 minutes) +<br />
echo + 3600(for shutdown after 1 hour) +<br />
echo + +<br />
echo.+———————————————–+<br />
echo.<br />
set /p a=Time to Shutdown pc (in seconds):<br />
set b=You Have done to set alarm for %a% seconds…<br />
shutdown -s -t %a% -c “%b%”<br />
exit</p></blockquote>
<p><strong>Description Code :</strong><span id="more-16"></span></p>
<p>@echo off : To turn off  Display Messages<br />
Title : set the window title for the command promt windows<br />
echo : display messages<br />
set : display, sets, or removes cmd.exe environment variables<br />
/p a= to input variable a from user<br />
shutdown<br />
-s : to turn off computer (shutdown)<br />
-t : to set time to shutdown<br />
-c : display message on shutdown box</p>
<p>it&#8217;s simple alarm to shutdown PC, from the basic code we know, on next we can creat more batch program, such as to disable CMD, to disable Windows Task Manager, to disable Registry Tools, <a title="trick to keep a text file" href="http://itcomputerzone.com/batch/windows/trick-to-keep-a-text-file.html" target="_self">trick to keep a text file</a> and other windows <a title="itcomputerzone" href="http://itcomputerzone.com" target="_self">computer </a>utility we need.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://itcomputerzone.com/batch/windows/creat-batch-simple-alarm.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Trick to keep a text file</title>
		<link>http://itcomputerzone.com/batch/windows/trick-to-keep-a-text-file.html</link>
		<comments>http://itcomputerzone.com/batch/windows/trick-to-keep-a-text-file.html#comments</comments>
		<pubDate>Mon, 06 Jul 2009 01:04:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[batch trick]]></category>

		<guid isPermaLink="false">http://itcomputerzone.com/batch/?p=10</guid>
		<description><![CDATA[This article is a trick to create a confidential file (to keep secret text File) on the computer (notepad txt only). The file will not appear in the Windows computer ( on Explore or Dos &#8221; Command Promt&#8221;). This file will only appear if you remember or know for certain (do not forget the name) [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>This article is a trick to create a confidential file (to keep secret text File) on the  <a title="itcomputerzone" href="http://itcomputerzone.com" target="_blank">computer</a> (notepad txt only). The file will not appear in the Windows <a title="itcomputerzone" href="http://itcomputerzone.com" target="_blank">computer</a> ( on Explore or Dos &#8221; Command Promt&#8221;). This file will only appear if you remember or know for certain (do not forget the name) name of your file and place the file in the store.</p>
<p><strong> The Step tricks are:</strong></p>
<p>1. Open the Windows Command Prompt from the<strong> Start Menu</strong> -&gt; <strong>Run</strong> -&gt; type <strong>cmd</strong> and press ENTER.<br />
2. Use DOS commands to select a storage place, usually with a type <strong>C:</strong> or <strong>E:</strong> it&#8217;s up to you, then press ENTER.<br />
3. Now type in notepad ShowFile.txt: HiddenFile.txt and press enter. You can change the name <strong>ShowFile</strong> or <strong>HiddenFile</strong> name is up with you &#8220;<em>which is important is there must be marked: between the two is the name of txt file</em>&#8220;. After that message will appears, Create a New file, click <strong>Yes</strong> like the image below:</p>
<p><strong>CODE :</strong></p>
<blockquote><p>E:\&gt;notepad ShowFile.txt: HiddenFile.txt</p></blockquote>
<p><img class="alignnone size-full wp-image-11" title="secretbatch" src="http://itcomputerzone.com/batch/wp-content/uploads/2009/07/secretbatch.PNG" alt="secretbatch" width="482" height="172" /><br />
<img class="alignnone size-full wp-image-12" title="trick to keep a text file" src="http://itcomputerzone.com/batch/wp-content/uploads/2009/07/secretbatch2.PNG" alt="trick to keep a text file" width="297" height="140" /></p>
<p>4. Now enter the data that you hide (you can type your secret text files), <strong>save</strong> and close notepad.<br />
5. View the location of the file you save, you will see ShowFile.txt file (the file is not hidden) in there. You can open notepad and enter your data is up notepad file as usually.</p>
<p><img class="alignnone size-full wp-image-13" title="trickbatchsecretFiletext" src="http://itcomputerzone.com/batch/wp-content/uploads/2009/07/trickbatchsecretFile.PNG" alt="trickbatchsecretFiletext" width="246" height="87" /></p>
<p>6. <strong>HiddenFile.txt</strong> hidden files will not appear in Windows Explorer or DOS<br />
7. To open and read / write that hidden file, type in the DOS command prompt,</p>
<blockquote><p>E:\&gt;notepad ShowFile.txt: HiddenFile.txt</p></blockquote>
<p>(or in accordance with the file name of your choice before the third step) then press ENTER.</p>
<p><strong>Read more</strong> <a title="itcomputerzone" href="http://itcomputerzone.com" target="_blank">computer</a> article&#8217;s about <a title="make detection file with batch" href="http://itcomputerzone.com/programming/make-detection-files-with-batch.html" target="_blank">Make Detection Files with batch</a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://itcomputerzone.com/batch/windows/trick-to-keep-a-text-file.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

