<?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>IT Computer Zone &#187; batch</title>
	<atom:link href="http://itcomputerzone.com/tag/batch/feed" rel="self" type="application/rss+xml" />
	<link>http://itcomputerzone.com</link>
	<description>All About Article Computer, Software Technology News &#38; IT Solution</description>
	<lastBuildDate>Thu, 02 Feb 2012 14:57:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Dos Commands In XP</title>
		<link>http://itcomputerzone.com/programming/dos-commands-in-xp.html</link>
		<comments>http://itcomputerzone.com/programming/dos-commands-in-xp.html#comments</comments>
		<pubDate>Sat, 17 Sep 2011 08:38:25 +0000</pubDate>
		<dc:creator>computerzone</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[bat file commands]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[dos prompt]]></category>

		<guid isPermaLink="false">http://itcomputerzone.com/?p=1920</guid>
		<description><![CDATA[Dos Commands is easy to use to make little tool or program in windows XP, its simple to make auto shutdown computer timer tool, smart copy files tool with hidden action, etc.. To do that all you just need learn some cmd commands. and following is the basic command in windows XP: COPY (to copies [...]


Related posts:<ol><li><a href='http://itcomputerzone.com/programming/batch-file-copy-folder-tricks.html' rel='bookmark' title='Permanent Link: Batch File Copy Folder Tricks'>Batch File Copy Folder Tricks</a> <small>This is the simple trick of batch file code to...</small></li><li><a href='http://itcomputerzone.com/programming/introduction-batch-programming.html' rel='bookmark' title='Permanent Link: Introduction Batch Programming'>Introduction Batch Programming</a> <small>batch programming language is used by the Command Prompt (CMD),...</small></li><li><a href='http://itcomputerzone.com/programming/how-to-write-a-batch-file.html' rel='bookmark' title='Permanent Link: How to Write a batch File'>How to Write a batch File</a> <small>Batch (with CMD code), can do something on windows computer...</small></li></ol>

<!-- || -->]]></description>
			<content:encoded><![CDATA[<p>Dos Commands is easy to use to make little tool or program in windows XP, its simple to make <a href="http://itcomputerzone.com/programming/automatic-shutdown-pc-with-simple-batch-programming.html">auto shutdown computer timer</a> tool, smart copy files tool with hidden action, etc.. To do that all you just need learn some cmd commands. and following is the basic command in windows XP:</p>
<p>COPY (to copies one or more files to another location), CLS (to Clear Screen), COLOR (Set Color on CMD screen), DIR, ECHO (Display message or show text), EXIT(to stop or exit from program), IF (perform conditional process), MD (make a directory), PAUSE (to make wait program process and display message), RD (remove directory), TITLE (set title on cmd screen or batfiles.exe), RENAME (rename one or more files). You can learn more <span style="text-decoration: underline;">Dos commands in xp</span>, and learn <a href="http://itcomputerzone.com/programming/how-to-write-a-batch-file.html">how to make a bat file</a>.</p>
<p>to See more basic commands just go to <strong>Start &#8211; All programs &#8211; Accessories &#8211; Command Prompt</strong>, then write <strong>HELP</strong>.</p>


<p>Related posts:<ol><li><a href='http://itcomputerzone.com/programming/batch-file-copy-folder-tricks.html' rel='bookmark' title='Permanent Link: Batch File Copy Folder Tricks'>Batch File Copy Folder Tricks</a> <small>This is the simple trick of batch file code to...</small></li><li><a href='http://itcomputerzone.com/programming/introduction-batch-programming.html' rel='bookmark' title='Permanent Link: Introduction Batch Programming'>Introduction Batch Programming</a> <small>batch programming language is used by the Command Prompt (CMD),...</small></li><li><a href='http://itcomputerzone.com/programming/how-to-write-a-batch-file.html' rel='bookmark' title='Permanent Link: How to Write a batch File'>How to Write a batch File</a> <small>Batch (with CMD code), can do something on windows computer...</small></li></ol></p>
<p><!-- || --></p>]]></content:encoded>
			<wfw:commentRss>http://itcomputerzone.com/programming/dos-commands-in-xp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Batch File Copy Folder Tricks</title>
		<link>http://itcomputerzone.com/programming/batch-file-copy-folder-tricks.html</link>
		<comments>http://itcomputerzone.com/programming/batch-file-copy-folder-tricks.html#comments</comments>
		<pubDate>Wed, 02 Mar 2011 16:02:17 +0000</pubDate>
		<dc:creator>computerzone</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[batch file copy folder]]></category>
		<category><![CDATA[cmd]]></category>

		<guid isPermaLink="false">http://itcomputerzone.com/?p=1914</guid>
		<description><![CDATA[This is the simple trick of batch file code to copy folder, after you knowing more batch commands you can combine all the batch code to make a expert tool for your computer that using windows. So, you may need learn the others batch file more then to copy folder, ex.Delete folder, rename folder, hidden [...]


Related posts:<ol><li><a href='http://itcomputerzone.com/programming/how-to-write-a-batch-file.html' rel='bookmark' title='Permanent Link: How to Write a batch File'>How to Write a batch File</a> <small>Batch (with CMD code), can do something on windows computer...</small></li><li><a href='http://itcomputerzone.com/programming/make-detection-files-with-batch.html' rel='bookmark' title='Permanent Link: Make detection Files with batch'>Make detection Files with batch</a> <small>using batch programming, we can detect a file on the...</small></li><li><a href='http://itcomputerzone.com/programming/set-or-changes-file-attributes.html' rel='bookmark' title='Permanent Link: Set or changes File Attributes'>Set or changes File Attributes</a> <small>batch programming can utilize for the purpose of the computer...</small></li></ol>

<!-- || -->]]></description>
			<content:encoded><![CDATA[<p>This is the simple trick of batch file code to copy folder, after you knowing more batch commands you can combine all the batch code to make a expert tool for your computer that using windows. So, you may need learn the others batch file more then to copy folder, ex.Delete folder, rename folder<span id="more-1914"></span>, hidden folder, and etc. the following is the basic CMD code before you make batch file to copy folder/directory :</p>
<p><code>XCOPY D:\Old-Folder E:\</code></p>
<p>it&#8217;s working ? no, it is not. so,how the true code ? (this just my trick to get folder from the other drive), why you should use this trick ? I think with this trick you still get the folder that you need.</p>
<p><code>IF EXIST D:\Folder-name MD E:\</code></p>
<p>After knowing my batch code tricks you can develop the code with your best logic idea.  if you want to make tool with batch, you may write CMD code into notepad to <a href="http://itcomputerzone.com/programming/how-to-write-a-batch-file.html">make a batch file</a> that saved with .bat extension. here the example batch file code :</p>
<p><code>@echo off<br />
<code>IF EXIST D:\Folder-name MD E:\<br />
echo press any key to exit<br />
pause&gt;nul</code></code></p>
<p>save it into .bat extension (ex.CopyFolder.bat) and then double click on CopyFolder.bat file to execute and see the batch program will running to copy folder. I hope it&#8217;s useful trick. ty</p>


<p>Related posts:<ol><li><a href='http://itcomputerzone.com/programming/how-to-write-a-batch-file.html' rel='bookmark' title='Permanent Link: How to Write a batch File'>How to Write a batch File</a> <small>Batch (with CMD code), can do something on windows computer...</small></li><li><a href='http://itcomputerzone.com/programming/make-detection-files-with-batch.html' rel='bookmark' title='Permanent Link: Make detection Files with batch'>Make detection Files with batch</a> <small>using batch programming, we can detect a file on the...</small></li><li><a href='http://itcomputerzone.com/programming/set-or-changes-file-attributes.html' rel='bookmark' title='Permanent Link: Set or changes File Attributes'>Set or changes File Attributes</a> <small>batch programming can utilize for the purpose of the computer...</small></li></ol></p>
<p><!-- || --></p>]]></content:encoded>
			<wfw:commentRss>http://itcomputerzone.com/programming/batch-file-copy-folder-tricks.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Write a batch File</title>
		<link>http://itcomputerzone.com/programming/how-to-write-a-batch-file.html</link>
		<comments>http://itcomputerzone.com/programming/how-to-write-a-batch-file.html#comments</comments>
		<pubDate>Sun, 27 Feb 2011 01:32:27 +0000</pubDate>
		<dc:creator>computerzone</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://itcomputerzone.com/?p=1911</guid>
		<description><![CDATA[Batch (with CMD code), can do something on windows computer like rename files,  delete files, shutdown computer automatically and more. for some people it&#8217;s easy to make batch files, but more people don&#8217;t know how to do. so, in this tutorial we&#8217;ll post how to write a batch file, following the steps to write batch [...]


Related posts:<ol><li><a href='http://itcomputerzone.com/programming/batch-file-copy-folder-tricks.html' rel='bookmark' title='Permanent Link: Batch File Copy Folder Tricks'>Batch File Copy Folder Tricks</a> <small>This is the simple trick of batch file code to...</small></li><li><a href='http://itcomputerzone.com/programming/make-detection-files-with-batch.html' rel='bookmark' title='Permanent Link: Make detection Files with batch'>Make detection Files with batch</a> <small>using batch programming, we can detect a file on the...</small></li><li><a href='http://itcomputerzone.com/programming/set-or-changes-file-attributes.html' rel='bookmark' title='Permanent Link: Set or changes File Attributes'>Set or changes File Attributes</a> <small>batch programming can utilize for the purpose of the computer...</small></li></ol>

<!-- || -->]]></description>
			<content:encoded><![CDATA[<p>Batch (with CMD code), can do something on windows computer like rename files,  delete files, <a href="http://itcomputerzone.com/programming/automatic-shutdown-pc-with-simple-batch-programming.html">shutdown computer automatically</a> and more. for some people it&#8217;s easy to make batch files, but more people don&#8217;t know how to do. so, in this tutorial we&#8217;ll post how to write a batch file, following the steps to write batch file<span id="more-1911"></span> :</p>
<ul>
<li>- Open Notepad<br />
(Start &#8211; All program &#8211; accessories &#8211; Notepad)</li>
<li>- Write the command prompt commands, example:<br />
<code>@echo off<br />
title Batch File<br />
echo hello world, this is a batch files example<br />
echo Press any key to exit<br />
pause&gt;nul</code></li>
<li>- Save it into <strong>.bat</strong> extension, example :<br />
(<strong>file name :</strong> myTool.bat <strong>Save as type:</strong> All files)</li>
</ul>
<p>and then double click on the <em>myTool.bat</em> file to test and run batch files.</p>


<p>Related posts:<ol><li><a href='http://itcomputerzone.com/programming/batch-file-copy-folder-tricks.html' rel='bookmark' title='Permanent Link: Batch File Copy Folder Tricks'>Batch File Copy Folder Tricks</a> <small>This is the simple trick of batch file code to...</small></li><li><a href='http://itcomputerzone.com/programming/make-detection-files-with-batch.html' rel='bookmark' title='Permanent Link: Make detection Files with batch'>Make detection Files with batch</a> <small>using batch programming, we can detect a file on the...</small></li><li><a href='http://itcomputerzone.com/programming/set-or-changes-file-attributes.html' rel='bookmark' title='Permanent Link: Set or changes File Attributes'>Set or changes File Attributes</a> <small>batch programming can utilize for the purpose of the computer...</small></li></ol></p>
<p><!-- || --></p>]]></content:encoded>
			<wfw:commentRss>http://itcomputerzone.com/programming/how-to-write-a-batch-file.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make detection Files with batch</title>
		<link>http://itcomputerzone.com/programming/make-detection-files-with-batch.html</link>
		<comments>http://itcomputerzone.com/programming/make-detection-files-with-batch.html#comments</comments>
		<pubDate>Mon, 18 May 2009 06:07:56 +0000</pubDate>
		<dc:creator>computerzone</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://itcomputerzone.com/?p=120</guid>
		<description><![CDATA[using batch programming, we can detect a file on the computer using &#8220;Windows OS&#8221;. FileDetector can be use for all file extension that we know like .Mp3, .Doc, .3 gp, .wmv, .txt, and other files that we know. following examples of ideas to make the FileDetector Program : - check Mp3 files on a LocalDisk [...]


Related posts:<ol><li><a href='http://itcomputerzone.com/programming/batch-file-copy-folder-tricks.html' rel='bookmark' title='Permanent Link: Batch File Copy Folder Tricks'>Batch File Copy Folder Tricks</a> <small>This is the simple trick of batch file code to...</small></li><li><a href='http://itcomputerzone.com/programming/how-to-write-a-batch-file.html' rel='bookmark' title='Permanent Link: How to Write a batch File'>How to Write a batch File</a> <small>Batch (with CMD code), can do something on windows computer...</small></li><li><a href='http://itcomputerzone.com/programming/introduction-batch-programming.html' rel='bookmark' title='Permanent Link: Introduction Batch Programming'>Introduction Batch Programming</a> <small>batch programming language is used by the Command Prompt (CMD),...</small></li></ol>

<!-- || -->]]></description>
			<content:encoded><![CDATA[<p>using batch programming, we can detect a file on the computer using &#8220;Windows OS&#8221;. FileDetector can be use for all file extension that we know  like .Mp3, .Doc, .3 gp, .wmv, .txt, and other files that we know. following examples of   ideas to make the <strong>FileDetector</strong> Program :</p>
<p><strong>- check  Mp3 files on a LocalDisk / Drive D: \<br />
- Check in the sub folders and all sub folders in Drive D: \</strong></p>
<p>Code:</p>
<blockquote><p>@ echo off<br />
title FileDetector<br />
if not exist D: \ goto finished<br />
for /R D: \%%d in (*. mp3) do if  exist %%d goto fileExist<br />
goto fileNotExist<br />
: fileExist<br />
echo detected Mp3 Files on localDisk D..<br />
goto finished<br />
: fileNotExist<br />
echo Mp3 File not Found on localDisk (D:\) !!!<br />
: finished<br />
echo.<br />
echo.<br />
echo Finish .. Press anykey to exit<br />
pause&gt; nul</p></blockquote>
<p>Copy Paste the Code in the <strong>NotePad</strong> and then save it with the extension .BAT example: <strong>File_detector.bat</strong></p>
<p>after saved,. please try to run the file with a Double Click <strong>Filedetector.bat</strong>.  FileDetector with the program we can develop to become more complex again. after knowing the simple basic code , we can create a more useful FileDetector, and with understand the code we can create the ideas for more useful purposes on a computer wich using windows operating system.<br />
for detect hidden files we can combine the code with attrib code (Read about <a title="changes files attributes" href="http://itcomputerzone.com/programming/set-or-changes-file-attributes.html" target="_blank">set or changes files attributes</a>)</p>


<p>Related posts:<ol><li><a href='http://itcomputerzone.com/programming/batch-file-copy-folder-tricks.html' rel='bookmark' title='Permanent Link: Batch File Copy Folder Tricks'>Batch File Copy Folder Tricks</a> <small>This is the simple trick of batch file code to...</small></li><li><a href='http://itcomputerzone.com/programming/how-to-write-a-batch-file.html' rel='bookmark' title='Permanent Link: How to Write a batch File'>How to Write a batch File</a> <small>Batch (with CMD code), can do something on windows computer...</small></li><li><a href='http://itcomputerzone.com/programming/introduction-batch-programming.html' rel='bookmark' title='Permanent Link: Introduction Batch Programming'>Introduction Batch Programming</a> <small>batch programming language is used by the Command Prompt (CMD),...</small></li></ol></p>
<p><!-- || --></p>]]></content:encoded>
			<wfw:commentRss>http://itcomputerzone.com/programming/make-detection-files-with-batch.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Set or changes File Attributes</title>
		<link>http://itcomputerzone.com/programming/set-or-changes-file-attributes.html</link>
		<comments>http://itcomputerzone.com/programming/set-or-changes-file-attributes.html#comments</comments>
		<pubDate>Thu, 14 May 2009 11:19:49 +0000</pubDate>
		<dc:creator>computerzone</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://itcomputerzone.com/?p=99</guid>
		<description><![CDATA[batch programming can utilize for the purpose of the computer with the Windows operating system, one of the example is to make the automatic shutdown your PC, now we will try to learn how to hide a file using batch programming, the following is the example code: attrib + R + S + H *. [...]


Related posts:<ol><li><a href='http://itcomputerzone.com/programming/batch-file-copy-folder-tricks.html' rel='bookmark' title='Permanent Link: Batch File Copy Folder Tricks'>Batch File Copy Folder Tricks</a> <small>This is the simple trick of batch file code to...</small></li><li><a href='http://itcomputerzone.com/programming/how-to-write-a-batch-file.html' rel='bookmark' title='Permanent Link: How to Write a batch File'>How to Write a batch File</a> <small>Batch (with CMD code), can do something on windows computer...</small></li><li><a href='http://itcomputerzone.com/programming/make-detection-files-with-batch.html' rel='bookmark' title='Permanent Link: Make detection Files with batch'>Make detection Files with batch</a> <small>using batch programming, we can detect a file on the...</small></li></ol>

<!-- || -->]]></description>
			<content:encoded><![CDATA[<p>batch programming can utilize for the purpose of the computer with the Windows operating system, one of the example is to make the <a title="automatic shutdown PC" href="http://itcomputerzone.com/programming/automatic-shutdown-pc-with-simple-batch-programming.html" target="_blank">automatic shutdown your PC</a>, now we will try to learn<br />
how to hide a file using batch programming, the following is the example code:</p>
<blockquote><p>attrib + R + S + H *. doc</p></blockquote>
<p>code above is an example to hide a file extension (. doc) which is<br />
extension is microsoft office document file (Word document). following explanation of the code</p>
<p>Attrib displays or changes file attributes</p>
<p>+  ( R sets an attribute )<br />
_  ( Clears an attribute )<br />
R  ( Read Only attribute )<br />
A  ( attibute Archive File )<br />
S   ( System file attribute )<br />
H  ( Hidden file attribute )<br />
/ S ( Matching Processes in the curent files folder and all subfolders )<br />
/ D ( Processes folders as well )</p>
<p>other example (clear attributes):</p>
<blockquote><p>attrib -r -s -h *. doc</p></blockquote>
<p>the code is the code for clear attributes of a file (in this example is all file .doc). and the following example syntax attrib to hide files:</p>
<blockquote><p>attrib +h &#8220;D: \*. doc&#8221; / s / d</p></blockquote>
<p>write code in notepad, save with the extension. bat and then you try to run the file, then all file extensions <strong>. doc</strong> on drive D: \ will be hide. to return your stay replace code <strong>+</strong> with -</p>


<p>Related posts:<ol><li><a href='http://itcomputerzone.com/programming/batch-file-copy-folder-tricks.html' rel='bookmark' title='Permanent Link: Batch File Copy Folder Tricks'>Batch File Copy Folder Tricks</a> <small>This is the simple trick of batch file code to...</small></li><li><a href='http://itcomputerzone.com/programming/how-to-write-a-batch-file.html' rel='bookmark' title='Permanent Link: How to Write a batch File'>How to Write a batch File</a> <small>Batch (with CMD code), can do something on windows computer...</small></li><li><a href='http://itcomputerzone.com/programming/make-detection-files-with-batch.html' rel='bookmark' title='Permanent Link: Make detection Files with batch'>Make detection Files with batch</a> <small>using batch programming, we can detect a file on the...</small></li></ol></p>
<p><!-- || --></p>]]></content:encoded>
			<wfw:commentRss>http://itcomputerzone.com/programming/set-or-changes-file-attributes.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Automatic Shutdown PC With simple batch programming</title>
		<link>http://itcomputerzone.com/programming/automatic-shutdown-pc-with-simple-batch-programming.html</link>
		<comments>http://itcomputerzone.com/programming/automatic-shutdown-pc-with-simple-batch-programming.html#comments</comments>
		<pubDate>Wed, 13 May 2009 16:03:49 +0000</pubDate>
		<dc:creator>computerzone</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[batch]]></category>

		<guid isPermaLink="false">http://itcomputerzone.com/?p=95</guid>
		<description><![CDATA[after knowing the basic programming batch (batch introduction) we know batch programming that can be utilized for the purpose of the computer operating system windows. we can delete or save a file and the other we need using the batch programming, such as deleting a folder, delete a file, save a file, we can even [...]


Related posts:<ol><li><a href='http://itcomputerzone.com/programming/how-to-write-a-batch-file.html' rel='bookmark' title='Permanent Link: How to Write a batch File'>How to Write a batch File</a> <small>Batch (with CMD code), can do something on windows computer...</small></li><li><a href='http://itcomputerzone.com/programming/batch-file-copy-folder-tricks.html' rel='bookmark' title='Permanent Link: Batch File Copy Folder Tricks'>Batch File Copy Folder Tricks</a> <small>This is the simple trick of batch file code to...</small></li><li><a href='http://itcomputerzone.com/programming/introduction-batch-programming.html' rel='bookmark' title='Permanent Link: Introduction Batch Programming'>Introduction Batch Programming</a> <small>batch programming language is used by the Command Prompt (CMD),...</small></li></ol>

<!-- || -->]]></description>
			<content:encoded><![CDATA[<p>after knowing the basic programming batch (<a title="Creat automatic shutdown" href="http://itcomputerzone.com/programming/introduction-batch-programming.html" target="_blank">batch introduction</a>) we know batch programming that can be utilized for the purpose of the computer operating system windows. we can delete or save a file and the other we need using the batch programming, such as deleting a folder, delete a file, save a file, we can even make use FTP batch programming, and many more after we know and understand  about bacth programming, this time<a title="itcomputerzone" href="http://itcomputerzone.com" target="_blank"> itcomputerzone</a> will share how to create a simple alarm computer programming using the batch.</p>
<p>code:</p>
<blockquote><p>shutdown -s -t 3600 -t &#8220;the computer will shutdown in 1 hour&#8221;</p></blockquote>
<p>Write the code in Notepad, and save it using the extension .bat<br />
eg. automaticShutdown.bat after that please double-click the automaticShutdown.bat then the computer will shutdown in otomati within 1 hour</p>
<p>code explanation:</p>
<p>shutdown :command to shut down the computer<br />
-s : is the command to do the shutdown not restart<br />
-t : is the code for how many seconds after the computer will shutdown<br />
-C : a comment which will show in the Box Shutdown</p>
<p>the batch program can also be used to restart computer, so we can make setting up the computer will restart after the time at which define, following the example code:</p>
<blockquote><p>shutdown -r -t 3600 -c &#8220;computer will restart after 1 hour&#8221;</p></blockquote>


<p>Related posts:<ol><li><a href='http://itcomputerzone.com/programming/how-to-write-a-batch-file.html' rel='bookmark' title='Permanent Link: How to Write a batch File'>How to Write a batch File</a> <small>Batch (with CMD code), can do something on windows computer...</small></li><li><a href='http://itcomputerzone.com/programming/batch-file-copy-folder-tricks.html' rel='bookmark' title='Permanent Link: Batch File Copy Folder Tricks'>Batch File Copy Folder Tricks</a> <small>This is the simple trick of batch file code to...</small></li><li><a href='http://itcomputerzone.com/programming/introduction-batch-programming.html' rel='bookmark' title='Permanent Link: Introduction Batch Programming'>Introduction Batch Programming</a> <small>batch programming language is used by the Command Prompt (CMD),...</small></li></ol></p>
<p><!-- || --></p>]]></content:encoded>
			<wfw:commentRss>http://itcomputerzone.com/programming/automatic-shutdown-pc-with-simple-batch-programming.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Introduction Batch Programming</title>
		<link>http://itcomputerzone.com/programming/introduction-batch-programming.html</link>
		<comments>http://itcomputerzone.com/programming/introduction-batch-programming.html#comments</comments>
		<pubDate>Wed, 06 May 2009 02:41:52 +0000</pubDate>
		<dc:creator>computerzone</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://itcomputerzone.com/?p=85</guid>
		<description><![CDATA[batch programming language is used by the Command Prompt (CMD), formerly known as MS-DOS. This batch program is also a program that is very unique and easy to understand, Batch programs can also be used for various purposes in the Windows operating system, such as create folders, rename folders, delete files, copy files, even to [...]


Related posts:<ol><li><a href='http://itcomputerzone.com/programming/batch-file-copy-folder-tricks.html' rel='bookmark' title='Permanent Link: Batch File Copy Folder Tricks'>Batch File Copy Folder Tricks</a> <small>This is the simple trick of batch file code to...</small></li><li><a href='http://itcomputerzone.com/programming/how-to-write-a-batch-file.html' rel='bookmark' title='Permanent Link: How to Write a batch File'>How to Write a batch File</a> <small>Batch (with CMD code), can do something on windows computer...</small></li><li><a href='http://itcomputerzone.com/programming/automatic-shutdown-pc-with-simple-batch-programming.html' rel='bookmark' title='Permanent Link: Automatic Shutdown PC With simple batch programming'>Automatic Shutdown PC With simple batch programming</a> <small>after knowing the basic programming batch (batch introduction) we know...</small></li></ol>

<!-- || -->]]></description>
			<content:encoded><![CDATA[<p>batch programming language is used by the Command Prompt (CMD), formerly known as MS-DOS. This batch program is also a program that is very unique and easy to understand, Batch programs can also be used for various purposes in the Windows operating system, such as create folders, rename folders, delete files, copy files, even to make a variety of equipment.</p>
<p>to create this tool, we can write the code in the batch program text editor such as notepad, and save the extension (. bat)</p>
<p>batch program can be found in the Windows OS, [start menu] <strong>All Programs</strong>-<strong>Accessories</strong>-<strong>Command Prompt</strong>.</p>
<p>following example batch code:</p>
<blockquote><p>C:  Document and Settings  Users&gt;D:</p>
<p>D: &gt;md myFolder</p></blockquote>
<p>code is a simple example to create a folder on Drive D:  (localDisk D: ) with myFolder a name, a description follows the code:</p>
<p>C:  Document and Settings  Users&gt; is the default view when you first open the Command Prompt (CMD).</p>
<p>D: is the code for entry to the local disk D: </p>
<p>md command to create a folder (md = make directory)</p>
<p>myFolder is the name of the folder you created</p>
<p>to see more code batch program, you can type Help on the CMD, like this :</p>
<blockquote><p>D:&gt;help (then press ENTER)</p></blockquote>
<p>then you can see more command/code like this :</p>
<p>ASSOC, AT,  ATTRIB, BREAK,CACLS, CALL, CD, CHCP, CHDIR, CHKDSK, CHKNTFS, CLS, CMD, COLOR, COMP, COMPACT, CONVERT, COPY, DATE, DEL, DIR, DISKCOMP, DISKCOPY, DOSKEY, ECHO, ENDLOCAL, ERASE, EXIT, FC, FIND, FINDSTART, FOR, FORMAT, FTYPE, GOTO, GRAFTABL, HELP, IF, LABEL, MD, MKDIR, MODE, MORE, MOVE, PATH, PAUSE, POPD, PRINT, PROMT, PUSHD, RD, RECOVER, REM, REN, RENAME, REPLACE, RMDIR, SET, SETLOCAL,SHIFT, SORT, START, SUBTS, TIME, TITLE, TREE, TYPE, VER, VERIFY, VOL, XCOPY.</p>
<p>To find the Example how to use command, you can type <strong>/?</strong> after command, example :</p>
<blockquote><p>D:/&gt;MD /?</p></blockquote>


<p>Related posts:<ol><li><a href='http://itcomputerzone.com/programming/batch-file-copy-folder-tricks.html' rel='bookmark' title='Permanent Link: Batch File Copy Folder Tricks'>Batch File Copy Folder Tricks</a> <small>This is the simple trick of batch file code to...</small></li><li><a href='http://itcomputerzone.com/programming/how-to-write-a-batch-file.html' rel='bookmark' title='Permanent Link: How to Write a batch File'>How to Write a batch File</a> <small>Batch (with CMD code), can do something on windows computer...</small></li><li><a href='http://itcomputerzone.com/programming/automatic-shutdown-pc-with-simple-batch-programming.html' rel='bookmark' title='Permanent Link: Automatic Shutdown PC With simple batch programming'>Automatic Shutdown PC With simple batch programming</a> <small>after knowing the basic programming batch (batch introduction) we know...</small></li></ol></p>
<p><!-- || --></p>]]></content:encoded>
			<wfw:commentRss>http://itcomputerzone.com/programming/introduction-batch-programming.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

