<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1115195728366803135</id><updated>2012-02-16T19:53:25.102-08:00</updated><category term='Simple batch code for XP'/><category term='Begin to learn Batch XP'/><category term='Introduction to XP batch'/><category term='Batch code Example'/><category term='New batch codes'/><category term='Learn More batch code for XP'/><category term='How to save batch file from Notepad editor'/><category term='learn complete description about batch code'/><category term='Complete Batch reference on XP'/><title type='text'>BATCH CODE FOR XP</title><subtitle type='html'>Batchxp help with learn about batch codes for XP operating system. It also help to recover the batch code errors.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://batchxp.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1115195728366803135/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://batchxp.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Malar</name><uri>http://www.blogger.com/profile/16113543526690020050</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='18' src='http://4.bp.blogspot.com/_59WbizEdEcU/SlTvoH6JH6I/AAAAAAAAAAM/-MCHeohPBnY/S220/malar.JPG'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>6</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1115195728366803135.post-4710565075781857649</id><published>2009-07-11T21:26:00.001-07:00</published><updated>2009-07-11T22:22:13.296-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='New batch codes'/><category scheme='http://www.blogger.com/atom/ns#' term='Learn More batch code for XP'/><title type='text'>Learn more about batch Code in XP</title><content type='html'>Batch codes for XP is an vast area it can be write your own ways/styles on notepad editor and run with out error. So kindly learn the below commands and batch codes. i written with explanation, i hope you can understand easily. if you have any doubt in blow batch code or your own codes please mail me i will recover your problem. Read carefully&lt;br /&gt;&lt;br /&gt;@echo off                     --- display off in cmd windows ---&lt;br /&gt;Title Batch Code for learning --- Title displays top of the windows ---&lt;br /&gt;color yellow                  --- color is specify the font color   ---&lt;br /&gt;echo Choose any one           --- Echo command used to display the word/sentence ---&lt;br /&gt;:cal                          --- ':' is used to call function. it can call the defined word ---&lt;br /&gt;set/p "o=*"                   --- Here 'o' i an variable and * is an display       element in cmd windows ---&lt;br /&gt;--- above method that is your create the choice on command windows batch file so u must design mutiple choice with option like below ---&lt;br /&gt;echo a.Enter to New Command Windows&lt;br /&gt;echo b.Exit from all command windows&lt;br /&gt;--- above commands are just display the command windows panel ---&lt;br /&gt;--- Next codes are assigned to function for above two option  ---&lt;br /&gt;if %o%==a goto opnnwcmd&lt;br /&gt;--- If you are selected the option 'a' means above command call to the opnnwcmd, these opnnwcmd defined below as call function. See next command --- &lt;br /&gt;if %o%==b goto extallcmd&lt;br /&gt;--- if you are choose option 'b' means above command call to extallcmd function ---&lt;br /&gt;--- Now we are moving to define the call functions ---&lt;br /&gt;--- opnnwcmd call function ---&lt;br /&gt;:opnnwcmd                    --- call funtion ---&lt;br /&gt;cmd                          --- run command for open new cmd window  ---&lt;br /&gt;cls                          --- clear current command windows ---&lt;br /&gt;:extallcmd                   --- another call function ---&lt;br /&gt;kill /im cmd                 --- kill all cmd program immediatly ---&lt;br /&gt;exit                         --- Exit current command window ---&lt;br /&gt;&lt;br /&gt;Note: inside --- --- text are commands about correspoding batch code.&lt;br /&gt;&lt;br /&gt;On above call funtion 1st call funtion run until 'cls' after terminate all commands, another thing is if we select second call funtion this will start from :extallcmd to exit after that all commands are terminated.&lt;br /&gt;&lt;br /&gt;Above written batch code for learning purpose so i wrote with commands. below i will give batch code for without command for checking/testing the batch file in XP.&lt;br /&gt;&lt;br /&gt;@echo off&lt;br /&gt;Title Batch Code for learning&lt;br /&gt;color yellow&lt;br /&gt;echo Choose any one&lt;br /&gt;echo a.Enter to New Command Windows&lt;br /&gt;echo b.Exit from all command windows&lt;br /&gt;set/p "o=*" &lt;br /&gt;if %o%==a goto opnnwcmd&lt;br /&gt;if %o%==b goto extallcmd&lt;br /&gt;:opnnwcmd&lt;br /&gt;cmd&lt;br /&gt;cls&lt;br /&gt;:extallcmd&lt;br /&gt;kill /im cmd.exe&lt;br /&gt;exit&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1115195728366803135-4710565075781857649?l=batchxp.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://batchxp.blogspot.com/feeds/4710565075781857649/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://batchxp.blogspot.com/2009/07/learn-more-about-batch-code-in-xp.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1115195728366803135/posts/default/4710565075781857649'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1115195728366803135/posts/default/4710565075781857649'/><link rel='alternate' type='text/html' href='http://batchxp.blogspot.com/2009/07/learn-more-about-batch-code-in-xp.html' title='Learn more about batch Code in XP'/><author><name>Malar</name><uri>http://www.blogger.com/profile/16113543526690020050</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='18' src='http://4.bp.blogspot.com/_59WbizEdEcU/SlTvoH6JH6I/AAAAAAAAAAM/-MCHeohPBnY/S220/malar.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1115195728366803135.post-5072750120211651273</id><published>2009-07-10T03:48:00.000-07:00</published><updated>2009-07-10T03:50:26.279-07:00</updated><title type='text'>contact us</title><content type='html'>Please contact me if you have any doubt &lt;a href="mailto:malarpullayannan@gmail.com"&gt;&lt;em&gt;malarpullayannan@gmail.com&lt;/em&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1115195728366803135-5072750120211651273?l=batchxp.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://batchxp.blogspot.com/feeds/5072750120211651273/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://batchxp.blogspot.com/2009/07/contact-us.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1115195728366803135/posts/default/5072750120211651273'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1115195728366803135/posts/default/5072750120211651273'/><link rel='alternate' type='text/html' href='http://batchxp.blogspot.com/2009/07/contact-us.html' title='contact us'/><author><name>Malar</name><uri>http://www.blogger.com/profile/16113543526690020050</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='18' src='http://4.bp.blogspot.com/_59WbizEdEcU/SlTvoH6JH6I/AAAAAAAAAAM/-MCHeohPBnY/S220/malar.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1115195728366803135.post-8534399275582263015</id><published>2009-07-08T10:39:00.000-07:00</published><updated>2009-07-11T22:21:42.414-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='learn complete description about batch code'/><category scheme='http://www.blogger.com/atom/ns#' term='Complete Batch reference on XP'/><title type='text'>Complete Batch reference for XP</title><content type='html'>Can we run batch file as run/dos command?&lt;br /&gt;Yes, we can run.All run commands/Dos command files such as copy(copy.exe) files are stored in system directory(Windows/system32). So if you want to run batch file as command just write new batch file and save it as system directory(Z:\Windows\ or Z:\Windows\System32. Here Z- Windows XP installed Directory). Now goto&lt;br /&gt;Start&gt;Run&gt;* hit ENTER.&lt;br /&gt;Note:*-Created batch file by you.&lt;br /&gt;One of the Simple Example:&lt;br /&gt;i write following batch code, if you want to check please copy below the code and paste notepad save as *.bat(*-any name) &amp;amp; save to system directory&lt;br /&gt;&lt;br /&gt;here i want open the &lt;span style="font-style: italic;"&gt;notepad&lt;/span&gt; on my system using different command such as &lt;span style="font-style: italic;"&gt;note&lt;/span&gt;(here you must give file name&lt;span style="font-style: italic;"&gt; note.bat&lt;/span&gt;)&lt;br /&gt;Code:&lt;br /&gt;&lt;span style="font-style: italic;"&gt;@echo off&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;start notepad&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Now you can run/cmd windows type opend &amp;amp; check it.&lt;br /&gt;&lt;br /&gt;Above code can be written as following method also&lt;br /&gt;&lt;span style="font-style: italic;"&gt;@echo off&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;notepad&lt;/span&gt;&lt;br /&gt;Now explain different between the above two codes are&lt;br /&gt;On first Code command start the notepad and close immediatly, but on second code command windows are waiting until notepad closed.&lt;br /&gt;Try this:&lt;br /&gt;Before you try below batch code please read completly, this is not an virus it is loop program on batch file.&lt;br /&gt;i used call the variable for loop function on batch file&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;@echo off&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;:a&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;start iexplore&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;goto a&lt;/span&gt;&lt;br /&gt;Note: To stop above batch type on Run command &lt;span style="font-style: italic;"&gt;kill /im iexplore&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;@echo off&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;:a&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;start cmd&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;goto a&lt;/span&gt;&lt;br /&gt;Note: To stop above batch type on Run command &lt;span style="font-style: italic;"&gt;kill /im cmd&lt;/span&gt;&lt;br /&gt;If not working the above command means kill /im &lt;batchfilename&gt;&lt;br /&gt;&lt;br /&gt;Batch file for change Command windows Title, color and clear&lt;br /&gt;&lt;span style="font-style: italic;"&gt;@echo off&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Title CHANGE THE WORLD WITH KNOWLEDGE&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;color 2&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;cls&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;exit&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;format and convert FAT/FAT32 to NTFS on Hard disk drive through batch file&lt;br /&gt;&lt;span style="font-style: italic;"&gt;@echo off&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;format /q /x /v:NEW DISK k:\&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;convert /v /fs:ntfs&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;exit&lt;/span&gt;&lt;br /&gt;explain on format comment /q means quick format, /x means force to format the HD, /v refers Volume label i gave NEW DISK. k:\ - formatting HD drive.&lt;br /&gt;Convert comment /v means verbose mode convert from FAT/FAT32 to NTFS&lt;br /&gt;&lt;br /&gt;Some person asked can i run my .exe file through run/cmd windows if i placed that particular files on system directory?&lt;br /&gt;Surly you can access your files on Run/cmd window if you are placed that .exe files on System Directory.Not only .exe(executable) file, we can run .bat(batch)file, .cmd(command)file, .cpl(control panel)file etc.,&lt;br /&gt;&lt;br /&gt;Batch file also used change Date and time just on click&lt;br /&gt;&lt;span style="font-style: italic;"&gt;@echo off&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Title Edit Date and Time -Author Malarpullayannan&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;:date1&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;echo Do you want to Edit Date?Press&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;echo 1.Yes&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;echo 2.No&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;set/p "op=&gt;"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;if %op%==1 goto YesEditDate&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;if %op%==2 goto NoEditDate&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;:YesEditDate&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;date&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;goto time1&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;:NoEditDate&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;goto time1&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;:time1&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;echo Do you want to Edit Time?Press&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;echo 1.Yes&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;echo 2.No&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;set/p "op=&gt;"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;if %op%==1 goto YesEditTime&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;if %op%==2 goto NoEditTime&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;:YesEditTime&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;time&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;goto menu1&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;:NoEditTime&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;goto menu1&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;:menu1&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;echo Do you want to Edit Date&amp;amp;Time?Press&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;echo 1.Yes&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;echo 2.No&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;set/p "op=&gt;"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;if %op%==1 goto YesEditDateTime&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;if %op%==2 goto NoEditDateTime&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;:YesEditDateTime&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;goto date1&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;:NoEditDateTime&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;exit&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Try it. Thank you&lt;br /&gt;&lt;/batchfilename&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1115195728366803135-8534399275582263015?l=batchxp.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://batchxp.blogspot.com/feeds/8534399275582263015/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://batchxp.blogspot.com/2009/07/complete-batch-reference-for-xp.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1115195728366803135/posts/default/8534399275582263015'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1115195728366803135/posts/default/8534399275582263015'/><link rel='alternate' type='text/html' href='http://batchxp.blogspot.com/2009/07/complete-batch-reference-for-xp.html' title='Complete Batch reference for XP'/><author><name>Malar</name><uri>http://www.blogger.com/profile/16113543526690020050</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='18' src='http://4.bp.blogspot.com/_59WbizEdEcU/SlTvoH6JH6I/AAAAAAAAAAM/-MCHeohPBnY/S220/malar.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1115195728366803135.post-967429585914424525</id><published>2009-07-08T09:35:00.000-07:00</published><updated>2009-07-11T22:24:20.234-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Simple batch code for XP'/><category scheme='http://www.blogger.com/atom/ns#' term='Batch code Example'/><title type='text'>Simple XP Batch files and Example</title><content type='html'>Procedure to write the batch files:&lt;br /&gt;There No specific procedure to write the batch files, it can be write your own way and your own knowledge. It also you can define some long command to write into single commands using batch files (see Complete batch Example and Procedure ).&lt;br /&gt;&lt;br /&gt;Just you can write anything in batch file (Run and Dos commands). Now we just see some run/dos commands for batch file in XP.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;explorer&lt;/span&gt;-- for open explorer on xp:: On batch file we just type explorer&lt;br /&gt;like above method we can run following dos commands&lt;br /&gt;&lt;span style="font-style: italic;"&gt;eg:&lt;br /&gt;iexplore&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;help&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Note:No need to type extension for .exe files.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1115195728366803135-967429585914424525?l=batchxp.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://batchxp.blogspot.com/feeds/967429585914424525/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://batchxp.blogspot.com/2009/07/simple-xp-batch-files-and-example.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1115195728366803135/posts/default/967429585914424525'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1115195728366803135/posts/default/967429585914424525'/><link rel='alternate' type='text/html' href='http://batchxp.blogspot.com/2009/07/simple-xp-batch-files-and-example.html' title='Simple XP Batch files and Example'/><author><name>Malar</name><uri>http://www.blogger.com/profile/16113543526690020050</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='18' src='http://4.bp.blogspot.com/_59WbizEdEcU/SlTvoH6JH6I/AAAAAAAAAAM/-MCHeohPBnY/S220/malar.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1115195728366803135.post-2225031559042658424</id><published>2009-07-08T09:05:00.000-07:00</published><updated>2009-07-08T09:35:00.618-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Begin to learn Batch XP'/><category scheme='http://www.blogger.com/atom/ns#' term='Introduction to XP batch'/><title type='text'>Begin to learn XP batch(.bat) Code</title><content type='html'>Batch Files are create with simple XP DOS command services.  How can i write Batch code? These question has very simple answer is Notepad. &lt;span style="font-style: italic;"&gt;Start Menu &gt; Run &gt; notepad&lt;/span&gt; Hit ENTER or Start Menu &gt;  Accessories &gt; notepad.&lt;br /&gt;&lt;br /&gt;First Step to Learn Batch on XP, How to Start XP Batch file on Windows XP?&lt;br /&gt;Most of People familiar with &lt;span style="font-weight: bold; font-style: italic;"&gt;echo&lt;/span&gt; command. now i will explain &lt;span style="font-style: italic;"&gt;echo&lt;/span&gt; is an command it execute the Information. It just shows after you type &lt;span style="font-style: italic;"&gt;echo&lt;/span&gt; command.&lt;br /&gt;&lt;br /&gt;On Batch file echo on/off is the first step of batch file writing. Note: default is echo on.&lt;br /&gt;So if you don want to show the run commands on command windows just type as @echo off&lt;br /&gt;&lt;br /&gt;example:&lt;br /&gt;Copy below batch codes to notepad and save as test.bat&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;@echo off&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;explorer&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1115195728366803135-2225031559042658424?l=batchxp.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://batchxp.blogspot.com/feeds/2225031559042658424/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://batchxp.blogspot.com/2009/07/begin-to-learn-xp-batchbat-code.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1115195728366803135/posts/default/2225031559042658424'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1115195728366803135/posts/default/2225031559042658424'/><link rel='alternate' type='text/html' href='http://batchxp.blogspot.com/2009/07/begin-to-learn-xp-batchbat-code.html' title='Begin to learn XP batch(.bat) Code'/><author><name>Malar</name><uri>http://www.blogger.com/profile/16113543526690020050</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='18' src='http://4.bp.blogspot.com/_59WbizEdEcU/SlTvoH6JH6I/AAAAAAAAAAM/-MCHeohPBnY/S220/malar.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1115195728366803135.post-7670345689163750004</id><published>2009-07-06T19:06:00.001-07:00</published><updated>2009-07-11T22:25:04.318-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='How to save batch file from Notepad editor'/><title type='text'>Batch code for XP</title><content type='html'>Hello,&lt;br /&gt;  This batch code for XP website will help to clarifying your doubts and learning tips about batch code. Normally batch files are create using notepad editor and save it as *.bat (*-any name you want). These batch files are accessed by windows XP kernal mode, most of the run command are used as batch code.&lt;br /&gt;We will see many details about Batch code for XP. If you want ask any questions about .bat in XP send mail to &lt;span style="font-style: italic;"&gt;malarpullayannan@gmail.com&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1115195728366803135-7670345689163750004?l=batchxp.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://batchxp.blogspot.com/feeds/7670345689163750004/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://batchxp.blogspot.com/2009/07/batch-code-for-xp.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1115195728366803135/posts/default/7670345689163750004'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1115195728366803135/posts/default/7670345689163750004'/><link rel='alternate' type='text/html' href='http://batchxp.blogspot.com/2009/07/batch-code-for-xp.html' title='Batch code for XP'/><author><name>Malar</name><uri>http://www.blogger.com/profile/16113543526690020050</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='18' src='http://4.bp.blogspot.com/_59WbizEdEcU/SlTvoH6JH6I/AAAAAAAAAAM/-MCHeohPBnY/S220/malar.JPG'/></author><thr:total>0</thr:total></entry></feed>
