<?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>MyGeekPal &#187; MS DOS</title>
	<atom:link href="http://www.mygeekpal.com/category/ms-dos/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mygeekpal.com</link>
	<description>Techy tips and recipes  from your geek pal</description>
	<lastBuildDate>Fri, 27 Jan 2012 18:10:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>MS DOS Tutorials &#8211; How to Create, Append and View Files and Move Files and Directory</title>
		<link>http://www.mygeekpal.com/ms-dos-tutorials-how-to-create-append-and-view-files-and-move-files-and-directory/</link>
		<comments>http://www.mygeekpal.com/ms-dos-tutorials-how-to-create-append-and-view-files-and-move-files-and-directory/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 10:37:18 +0000</pubDate>
		<dc:creator>Atif</dc:creator>
				<category><![CDATA[MS DOS]]></category>
		<category><![CDATA[append-fichero-txt-msdos]]></category>
		<category><![CDATA[create-a-file-inside-of-a-directory-for-ms-dos]]></category>
		<category><![CDATA[dos-append]]></category>
		<category><![CDATA[dos-append-to-log-file]]></category>
		<category><![CDATA[dos-move-and-append]]></category>
		<category><![CDATA[how-do-you-create-a-file-in-msdos]]></category>
		<category><![CDATA[how-to-create-a-directory-for-dos]]></category>
		<category><![CDATA[how-to-create-file-with-dos]]></category>
		<category><![CDATA[how-to-make-a-dos-type-words]]></category>
		<category><![CDATA[how-to-vew-a-dat-format-in-msdos]]></category>
		<category><![CDATA[how-to-view-a-file-in-dos]]></category>
		<category><![CDATA[how-to-view-files-in-ms-dos]]></category>
		<category><![CDATA[how-to-view-the-data-in-the-file-using-ms-dos]]></category>
		<category><![CDATA[how-we-cn-create-a-directory-in-dos]]></category>
		<category><![CDATA[how-we-create-the-files-in-msdos]]></category>
		<category><![CDATA[how-we-work-on-dos]]></category>
		<category><![CDATA[move-a-txt-file-in-cmd]]></category>
		<category><![CDATA[move-files-and-append]]></category>
		<category><![CDATA[move-files-in-dos]]></category>
		<category><![CDATA[ms-dos-command-append-text-file]]></category>

		<guid isPermaLink="false">http://www.techytuts.com/?p=359</guid>
		<description><![CDATA[This tutorial is a third part of our sequel of tutorials MS DOS Tutorials &#8211; Learn MS DOS with an ease So here we are, and today we are going to work with files in MS DOS. We are going to see how we can create files, view them and also how to move files [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>This tutorial is a third part of our sequel of tutorials <a href="../ms-dos/ms-dos-tutorials-learn-ms-dos-with-an-ease.html">MS DOS Tutorials &#8211; Learn MS DOS with an ease</a></p></blockquote>
<p>So here we are, and today we are going to work with files in MS DOS. We are going to see how we can create files, view them and also how to move files and directories (just like your windows cut and paste commands )</p>
<h2>How to Create, Append and View Files</h2>
<h4>How to create a file and write some data to it ?<strong><br />
</strong></h4>
<blockquote><p>echo <strong>your desired text</strong> &gt; file_name</p></blockquote>
<blockquote><p>echo hello and welcome mygeekpal.com &gt; file.txt</p></blockquote>
<p>The above statement will write the part in bold to the file file_name<span id="more-359"></span></p>
<h4>How to add text in a file later ?<strong><br />
</strong></h4>
<p>In case of adding text to the same file at the end or in other words appending the same file, use the greater than symbol twice times like below</p>
<blockquote><p>echo <strong>should be here</strong> &gt;&gt; file_name</p></blockquote>
<blockquote><p>echo its a pleasure that you read this blog &gt;&gt; file.txt</p></blockquote>
<h4>How to view a text file ?</h4>
<p>Viewing a file&#8217;s content is very simple in MS DOS. All you need to do is write type followed by file_name</p>
<blockquote><p>type file_name</p></blockquote>
<p>To view the data inside a text file name file.txt below is an example</p>
<blockquote><p>type file.txt</p></blockquote>
<p>Some of the above tricks can be also used in Unix</p>
<h2>How to Move Files and Directories</h2>
<h4>How to move a file?</h4>
<blockquote><p>move filename path</p></blockquote>
<p>Now suppose you have a file named sam and got a sub directory inside the same folder as man, now for moving the file sam inside the folder man the command used should be as follows</p>
<blockquote><p>move sam \man</p></blockquote>
<img src="http://www.mygeekpal.com/?ak_action=api_record_view&id=359&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.mygeekpal.com/ms-dos-tutorials-how-to-create-append-and-view-files-and-move-files-and-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS DOS Tutorials &#8211; How to Create, Delete, Change, Rename Directory and Files</title>
		<link>http://www.mygeekpal.com/ms-dos-tutorials-how-to-create-delete-change-rename-directory-and-files/</link>
		<comments>http://www.mygeekpal.com/ms-dos-tutorials-how-to-create-delete-change-rename-directory-and-files/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 13:52:34 +0000</pubDate>
		<dc:creator>Atif</dc:creator>
				<category><![CDATA[MS DOS]]></category>
		<category><![CDATA[creating-com-files-ms-dos]]></category>
		<category><![CDATA[delete-folder-from-dos]]></category>
		<category><![CDATA[dos-change-number-of-files]]></category>
		<category><![CDATA[dos-command-to-change-directory-my-documents]]></category>
		<category><![CDATA[dos-delete-folder-and-files]]></category>
		<category><![CDATA[dos-tutorial-pdf]]></category>
		<category><![CDATA[how-to-change-folder-from-ms-dos]]></category>
		<category><![CDATA[how-to-change-the-name-of-a-file-in-dos]]></category>
		<category><![CDATA[how-to-change-user-name-on-a-ms-dos-computer]]></category>
		<category><![CDATA[how-to-creat-and-delete-forlder-in-dos]]></category>
		<category><![CDATA[how-to-creat-remove-renaming-files-and-folders]]></category>
		<category><![CDATA[how-to-create-a-directory-for-dos]]></category>
		<category><![CDATA[how-to-create-a-file-in-a-specific-folder-in-dos]]></category>
		<category><![CDATA[how-to-create-a-txt-file-with-msdos]]></category>
		<category><![CDATA[how-to-delete-folder-using-dos]]></category>
		<category><![CDATA[how-to-list-drive-names-in-ms-dos]]></category>
		<category><![CDATA[how-to-recreate-d-file]]></category>
		<category><![CDATA[how-to-rename-a-directory-name-in-dos]]></category>
		<category><![CDATA[to-create-a-dummy-folder-as-in-drive-in-command-prompt]]></category>
		<category><![CDATA[windows-dos-command-ebook-pdf-format]]></category>

		<guid isPermaLink="false">http://www.techytuts.com/?p=358</guid>
		<description><![CDATA[MS DOS Tutorials &#8211; Learn MS DOS with an ease This tutorial will show you how to create or change or delete or rename a directory (called a folder in windows) and how to create sub-directories within a directory, and how to check the list of directories present in your working directory How to print [...]]]></description>
			<content:encoded><![CDATA[<p><br class="clear /&gt;&lt;code&gt;This tutorial is a constituent of our sequel of tutorials &lt;a href=" />MS DOS Tutorials &#8211; Learn MS DOS with an ease<br />
This tutorial will show you how to create or change or delete or rename a directory (called a folder in windows) and how to create sub-directories within a directory, and how to check the list of directories present in your working directory<span id="more-358"></span></p>
<p><strong>How to print something on the screen in </strong><strong>MS DOS ?</strong></p>
<p>echo &#8211; mainly use for displaying or printing messages alternative use is to on/ off the prompt message<br />
<code>echo [message] -&gt; will print the message</code></p>
<p>echo [on | off] -&gt; will set the prompt on or off<br />
you can check your echo settings by simply writing in the echo command in your prompt</p>
<p><strong>How to create a directory in MS DOS ?</strong><br />
<code>md techytuts</code><br />
the above command will create a directory with the name techytuts</p>
<p><strong>How to change the present working directory </strong><strong>in MS DOS</strong><strong> ?</strong></p>
<p>MS DOS is a single taking operating system. You can work with only 1 file/folder at a time and to work with a particular file/folder you first need to open it as you do in Windows. This navigation is achieved through the CD command. However changing through drives don&#8217;t require any commands. By default you will be in C:\ drive in your my documents directory. To simply change to D Drive write in d: and press enter. Similarly write e:, f: for changing to e drive and f drives respectively..<br />
<code>cd [directory name]</code><br />
(cd followed by 2 periods takes you one level up i.e to the parent directory)<br />
<code>cd..</code><br />
(cd followed by backslash periods takes you to the top directory i.e directly under the drive)<br />
<code>cd\</code></p>
<p><strong>How to delete an directory </strong><strong>in MS DOS </strong><strong>?</strong></p>
<p>To delete a directory<br />
<code>rd [directory name]</code></p>
<p>rd sample<br />
The above command will delete the directory named sample from the present working directory if it exists</p>
<p><strong>How to know the number of files and directories in the present drive ?</strong><br />
<code>dir    -&gt; shows the number of directories in your present working directory</code></p>
<p>dir /d -&gt; to display the output in column wise order</p>
<p>dir /w -&gt; to display the output in page wise order asking for your requisition to continue<br />
<strong>How to rename a directory or file?</strong><br />
<code>ren [old name] [new name]-&gt; used for renaming a file or directory</code></p>
<p>rename [old name] [new name] -&gt; used for renaming a file or directory<br />
for example if you got a file named one.txt, then to rename this file to two.txt write the below command<br />
<code>ren one.txt two.txt</code><br />
<strong>How to create files and sub-directory in a directory ?</strong></p>
<p>As we know, the command used for creating the directory is md. The same command applies for creating a sub &#8211; directory however in this case you need to change through the working directories to create sub directories.</p>
<p>cd [directory name] -&gt; this command will enter into the directory which is present in you drive</p>
<p>The next tutorial will be on how to create a file how to move a file and how to add text in a file and finally how to view this text file in ms dos till then have a nice day. And please do write a comment. Your comments helps us improve.</p>
<img src="http://www.mygeekpal.com/?ak_action=api_record_view&id=358&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.mygeekpal.com/ms-dos-tutorials-how-to-create-delete-change-rename-directory-and-files/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>MS DOS Tutorials &#8211; Learn MS DOS with an ease</title>
		<link>http://www.mygeekpal.com/ms-dos-tutorials-learn-ms-dos-with-an-ease/</link>
		<comments>http://www.mygeekpal.com/ms-dos-tutorials-learn-ms-dos-with-an-ease/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 06:21:01 +0000</pubDate>
		<dc:creator>Atif</dc:creator>
				<category><![CDATA[MS DOS]]></category>
		<category><![CDATA[how-to-learn-ms-dos]]></category>
		<category><![CDATA[how-to-learn-ms-dos-commands]]></category>
		<category><![CDATA[howcanilearnmsdos]]></category>
		<category><![CDATA[howtolearnmsmsdos]]></category>
		<category><![CDATA[laern-dos]]></category>
		<category><![CDATA[learn-dos]]></category>
		<category><![CDATA[learn-dos-command]]></category>
		<category><![CDATA[learn-ms-dos]]></category>
		<category><![CDATA[learn-ms-dos-in-sinhala]]></category>
		<category><![CDATA[learn-ms-dos-online]]></category>
		<category><![CDATA[learn-to-ms-dos]]></category>
		<category><![CDATA[learning-drivers-on-msdos]]></category>
		<category><![CDATA[learning-ms-dos]]></category>
		<category><![CDATA[learntooperatedos]]></category>
		<category><![CDATA[ms-dos-learning]]></category>
		<category><![CDATA[ms-dos-tutorial]]></category>
		<category><![CDATA[ms-dos-video-tutorials]]></category>
		<category><![CDATA[msdosbasictutorial]]></category>
		<category><![CDATA[should-i-learn-ms-dos]]></category>
		<category><![CDATA[tutorialmsdos]]></category>

		<guid isPermaLink="false">http://www.techytuts.com/?p=354</guid>
		<description><![CDATA[MS DOS (Microsoft Disk Operating System) &#8211; DOS Prompt, Command Prompt or just simply Prompt is the basis to start learning about computers. DOS is a CUI (character user interface) where you need to work with commands using your keyboard unlike your Windows which us GUI (graphical user interface) where you have the mouse support. [...]]]></description>
			<content:encoded><![CDATA[<p>MS DOS (Microsoft Disk Operating System) &#8211; DOS Prompt, Command Prompt or just simply Prompt is the basis to start learning about computers. DOS is a CUI (character user interface) where you need to work with commands using your keyboard unlike your Windows which us GUI (graphical user interface) where you have the mouse support. So basically working with DOS is just like working with commands. DOS seems to be so outdated bus there are still many things that DOS features or DOS can do which you can do from inside the windows. For instance your all time favourite CON Folder tutorial is done using MS DOS. If you have missed out that <a href="http://www.mygeekpal.com/windows-xp/how-to-create-or-delete-a-system-folder-named-con-in-windows-xp.html">CON folder tutorial</a> you can <a href="http://www.mygeekpal.com/windows-xp/how-to-create-or-delete-a-system-folder-named-con-in-windows-xp.html">check it here</a>. They are many commands you can start with but since everyone like the customization part a lot so we thought of starting with customization you command prompt Window and them we may see whatall we can do later on</p>
<p>The commands you need to memorize are like</p>
<blockquote><p>command [ -options ]</p></blockquote>
<blockquote><p>command filename [ -options ]</p></blockquote>
<blockquote><p>command filename1 filename2 [ -options ]</p></blockquote>
<p>The options part is optional where as the other 2 parts are required once. We will check the differences later.</p>
<p>Now lets start using it but before doing it lets us know how to open your Dos prompt, well below is one of the easiest way you can go to the Dos prompt whereas they are several ways you can go through with if you like</p>
<blockquote><p>Go to START -&gt; Click RUN -&gt;</p></blockquote>
<blockquote><p>Type command or cmd and press Enter</p></blockquote>
<p><strong>The below over information in green can be avoided</strong><br />
<span style="color: green;">We write command for opening dos in older versions of operating systems and cmd for new versions but its better you make an habit to use cmd because it works in every version, cmd works for latest versions of Windows those were released after 2001 i.e., windows 2003 or XP etc.</span></p>
<p><strong>How to use title command ?</strong></p>
<p>This command changes the title for the current prompt Window. To change the title as techytuts<br />
simply write in and press enter (yes every command follows and enter key, so we dont need to remind you)</p>
<blockquote><p>title TECHYUTS</p></blockquote>
<p><strong>Note: In Mircosoft DOS the command case is sensitive </strong></p>
<p><strong>How to change the font color and background color ?</strong></p>
<p>In the previous tutorial how to change color in Dos prompt we studied how to change the font color if you missed that tutorial click on this link <a href="http://www.mygeekpal.com/general-computer/how-to-change-colors-in-dos-prompt.html">Changing Font color in Dos</a><br />
Here in this tutorial we are going to show you how to change the background color too</p>
<blockquote><p>color [background] [foreground or font color]</p></blockquote>
<p>For example if you want to change the background as bright yellow and font as black which is my favorite write in</p>
<blockquote><p>color e0</p></blockquote>
<p><a href="http://www.mygeekpal.com/wp-content/uploads/2008/09/colordos.jpg"><img class="aligncenter size-medium wp-image-355" title="colordos" src="http://www.mygeekpal.com/wp-content/uploads/2008/09/colordos-250x126.jpg" alt="" width="250" height="126" /></a></p>
<p>( E is the code for yellow and 0 is the code for black) Some of my favorite color combinations are</p>
<blockquote><p>04, B9, f0, f4, f2, 0d</p></blockquote>
<p>Enjoy this session and stick with us there is a lot more to come from techytuts. Dont forget to subscribe to our RSS Feeds by Email to know when we publish</p>
<img src="http://www.mygeekpal.com/?ak_action=api_record_view&id=354&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.mygeekpal.com/ms-dos-tutorials-learn-ms-dos-with-an-ease/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>MS DOS Tutorials &#8211; How to change colors in DOS prompt</title>
		<link>http://www.mygeekpal.com/ms-dos-tutorials-how-to-change-colors-in-dos-prompt/</link>
		<comments>http://www.mygeekpal.com/ms-dos-tutorials-how-to-change-colors-in-dos-prompt/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 17:54:35 +0000</pubDate>
		<dc:creator>Atif</dc:creator>
				<category><![CDATA[MS DOS]]></category>
		<category><![CDATA[change-clolor-of-a-line-in-dos]]></category>
		<category><![CDATA[changecolorsindosprompt]]></category>
		<category><![CDATA[changing-font-color-in-ms-dos-prompt]]></category>
		<category><![CDATA[color-ms-dos]]></category>
		<category><![CDATA[color-msdos]]></category>
		<category><![CDATA[dos-green-color]]></category>
		<category><![CDATA[how-to-change-background-color-in-dos]]></category>
		<category><![CDATA[how-to-change-background-on-dos]]></category>
		<category><![CDATA[how-to-change-color-of-dos-prompt]]></category>
		<category><![CDATA[how-to-change-font-color-in-dos-command]]></category>
		<category><![CDATA[how-to-change-text-color-in-dos-5]]></category>
		<category><![CDATA[how-to-change-text-color-on-dos-6-2]]></category>
		<category><![CDATA[how-to-change-the-background]]></category>
		<category><![CDATA[how-to-dos-prompt-color]]></category>
		<category><![CDATA[how-to-set-the-defaul-color-in-msdos]]></category>
		<category><![CDATA[ms-dos-color]]></category>
		<category><![CDATA[ms-dos-color-more-colors]]></category>
		<category><![CDATA[ms-dos-commands-change-colour]]></category>
		<category><![CDATA[msdos-color]]></category>
		<category><![CDATA[xp-command-line-utilities]]></category>

		<guid isPermaLink="false">http://www.techytuts.com/?p=348</guid>
		<description><![CDATA[This tutorial is a constituent of our sequel of tutorials MS DOS Tutorials &#8211; Learn MS DOS with an ease This might be a beginner tutorial though but it is a part of fancy, DOS prompt or Command Prompt is an area where limitations are not given a place to learn a lot from Well [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>This tutorial is a constituent of our sequel of tutorials <a href="http://www.mygeekpal.com/ms-dos/ms-dos-tutorials-learn-ms-dos-with-an-ease.html">MS DOS Tutorials &#8211; Learn MS DOS with an ease</a></p></blockquote>
<p>This might be a beginner tutorial though but it is a part of fancy, DOS prompt or Command Prompt is an area where limitations are not given a place to learn a lot from Well lets come to the bottom line</p>
<p>These are the commands to write in for changing your color in Dos Prompt</p>
<p>color option changes the color of which the option is selected</p>
<p>like</p>
<blockquote><p>0 &#8211; BLACK</p>
<p>1 &#8211; BLUE</p>
<p>2 &#8211; GREEN</p>
<p>3 &#8211; AQUA</p>
<p>4 &#8211; RED</p>
<p>5 &#8211; PURPLE</p></blockquote>
<p>Just type in your dos prompt like below to change in for green color</p>
<blockquote><p>color green</p></blockquote>
<p>for more colors simply write in</p>
<blockquote><p>help color</p></blockquote>
<p><a href="http://www.mygeekpal.com/wp-content/uploads/2008/09/dos.jpg"><img class="aligncenter size-medium wp-image-349" title="dos" src="http://www.mygeekpal.com/wp-content/uploads/2008/09/dos-250x126.jpg" alt="" width="250" height="126" /></a></p>
<p>It will display you more color options</p>
<p>Good Luck<img onclick="grin(':lol:');" src="../wp-includes/images/smilies/icon_lol.gif" alt=":lol:" /> Well Everyone needs it !!!!</p>
<img src="http://www.mygeekpal.com/?ak_action=api_record_view&id=348&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.mygeekpal.com/ms-dos-tutorials-how-to-change-colors-in-dos-prompt/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

