<?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>Otak Atik [dot] Com &#187; MS-DOS Command Tricks</title>
	<atom:link href="http://www.otakatik.com/tag/ms-dos-command-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.otakatik.com</link>
	<description>Empowering Computer</description>
	<lastBuildDate>Wed, 25 Jan 2012 09:06:12 +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>Commands List in Windows Recovery Console</title>
		<link>http://www.otakatik.com/commands-list-in-windows-recovery-console/</link>
		<comments>http://www.otakatik.com/commands-list-in-windows-recovery-console/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 07:01:33 +0000</pubDate>
		<dc:creator>Edi Kwie</dc:creator>
				<category><![CDATA[MS-DOS]]></category>
		<category><![CDATA[MS-DOS Command Tricks]]></category>

		<guid isPermaLink="false">http://www.otakatik.com/?p=148</guid>
		<description><![CDATA[As long my career as a computer technician and have been fix so many computers, I often faced with so many errors on software side. Usually the errors are corrupted file in Windows folder or boot sector. On other side, I am very happy if the error in software side because I don&#8217;t need to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="margin: 4px;" src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0109/logo_recovery.png" alt="" width="331" height="81" />As long my career as a computer technician and have been fix so many computers, I often faced with so many errors on software side. Usually the errors are corrupted file in Windows folder or boot sector. On other side, I am very happy if the error in software side because I don&#8217;t need to disassemble it to pieces. And tools to repair the software errors, you just need (almost all errors that shown, can repaired with tools from Microsoft and then best part is all tools has bundles in Windows CD). <span id="more-148"></span></p>
<p>Usually, if I get an error with my Windows, I restart it and when BIOS has loaded, press F5 key to enter in Safe Mode or press F8 to display the boot menu, after entering in safe mode, I disable some startup menu, disable service, decrease screen resolution or decrease VGA refresh rate and &#8216;light errors&#8217; usually will be gone. And if I get errors on harddisk such as boot sector I always using the Recovery Console to fix it. To enter the Recovery Console, reboot computer with Windows Setup CD (insert Windows Setup CD first and then reset your computer)</p>
<p>After you&#8217;re entering Windows setup menu, just follow the instruction until you&#8217;ll asked with Recovery Console in options list and choose the Recovery Console option with press R key then you&#8217;ll bring to MSDOS console. If you asked the active Windows (if you have more than 1 Windows installation in 1 computer, you need take attention here) choose your current Windows but if you just have one Windows installation in computer, just press 1 key. And if you set password for Administrator account, you&#8217;ll asked for password, just type the password.</p>
<p>OK, this time, I want share its commands list and I think it will help you, specially for newbie user. I was tested all commands in Windows 2000 Recovery Console but I think the commands can also use in Windows XP Recovery Console. And almost all commands can you find in Command Prompt Console because the Recovery Console is also MS-DOS commands and if you want find more about MSDOS commands, <a href="http://www.otakatik.com/category/ms-dos-command/">click here</a>.</p>
<table border="1" cellspacing="0" cellpadding="1" width="100%">
<tbody>
<tr>
<td width="18%" height="71%">ATTRIB</td>
<td width="82%">To changes / set file attributes, to Read-Only (R), System (S), Hidden (H)</td>
</tr>
<tr>
<td height="71%">BATCH</td>
<td>Run multiple commands that specified in a file</td>
</tr>
<tr>
<td height="71%">CD</td>
<td>Changes/navigates to certain folder.</td>
</tr>
<tr>
<td height="71%">CLS</td>
<td>Clears all text on your console window.</td>
</tr>
<tr>
<td height="71%">CHKDSK</td>
<td>Checks disk health and display its error.</td>
</tr>
<tr>
<td height="71%">COPY</td>
<td>Copies a single file from one location to another.</td>
</tr>
<tr>
<td height="71%">DEL</td>
<td>Deletes a single file.</td>
</tr>
<tr>
<td height="71%">DIR</td>
<td>Displays content of files/folders in current folder.</td>
</tr>
<tr>
<td height="71%">DISABLE</td>
<td>Disables Windows Services system (I had try on Windows 2000 but I don&#8217;t try it yet on Windows XP)</td>
</tr>
<tr>
<td height="71%">DISKPART</td>
<td>Manages disk partitions. If you type it without parameters, it will display all available partitions.</td>
</tr>
<tr>
<td height="71%">ENABLE</td>
<td>Enables Windows Services.</td>
</tr>
<tr>
<td height="71%">EXIT</td>
<td>Quits from Recovery console and restart the computer.</td>
</tr>
<tr>
<td height="71%">EXPAND</td>
<td>Expands compressed files.</td>
</tr>
<tr>
<td height="71%">FIXBOOT</td>
<td>Writes a new boot sector onto partitions where your system is installed.</td>
</tr>
<tr>
<td height="71%">FIXMBR</td>
<td>Repairs the Master Boot Record where located on boot partition (this command will help you a lot)</td>
</tr>
<tr>
<td height="71%">FORMAT</td>
<td>Formatting the disk.</td>
</tr>
<tr>
<td height="71%">HELP</td>
<td>Display all Recovery Console commands list.</td>
</tr>
<tr>
<td height="71%">LISTSCV</td>
<td>Lists all available services and drivers in the system.</td>
</tr>
<tr>
<td height="71%">MAP</td>
<td>Displays the current drive letter mappings.</td>
</tr>
<tr>
<td height="71%">MD</td>
<td>Creates a new folders (MKDIR will work on the same way)</td>
</tr>
<tr>
<td height="71%">MORE</td>
<td>Displays a text file on the console screen.</td>
</tr>
<tr>
<td height="71%">TYPE</td>
<td>Works like MORE command.</td>
</tr>
<tr>
<td height="71%">REN</td>
<td>Rename a single file (RENAME will work the same way)</td>
</tr>
<tr>
<td height="71%">RD</td>
<td>Removes/Deletes directories (RMDIR will work on the same way)</td>
</tr>
<tr>
<td height="71%">SYSTEMROOT</td>
<td>Specifies that the current folders is the system root.</td>
</tr>
</tbody>
</table>
<p>Hopefully, this article can help you to fix your computer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.otakatik.com/commands-list-in-windows-recovery-console/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easier Way to Change Folder</title>
		<link>http://www.otakatik.com/easier-way-to-change-folder/</link>
		<comments>http://www.otakatik.com/easier-way-to-change-folder/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 10:44:35 +0000</pubDate>
		<dc:creator>Edi Kwie</dc:creator>
				<category><![CDATA[MS-DOS]]></category>
		<category><![CDATA[MS-DOS Command Tricks]]></category>

		<guid isPermaLink="false">http://www.otakatik.com/?p=134</guid>
		<description><![CDATA[Even though, this moment is graphical era, there are still many peoples are using MS-DOS or BASH command beside Windows or other GUI operating system. This time I want to discuss about a MS-DOS command that I still using it everyday until this day. I’ll write about a command to change to other directory or [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.otakatik.com/wp-content/uploads/general/cmd_icon.jpg" alt="" align="left" />Even though, this moment is graphical era, there are still many peoples are using MS-DOS or BASH command beside Windows or other GUI operating system. This time I want to discuss about a MS-DOS command that I still using it everyday until this day. I’ll write about a command to change to other directory or folder.<span id="more-134"></span></p>
<p>I think you already know that command. Yup, you’re right. The command is <code>cd</code> or <code>chdir</code>. To try this tutorial you can start with open MS-DOS console.</p>
<ol>
<li>Click <strong>Start</strong> -&gt; <strong>Run</strong> menu, enter <code>cmd</code> in box and then press <strong>Enter</strong>.<br />
<img title="open command prompt console" src="http://www.otakatik.com/wp-content/uploads/general/run-dialog-cmd.jpg" alt="open command prompt console" /></li>
<li>To display your current directory, just type <code>cd</code> on prompt then press <strong>Enter</strong>. (Beside it you can also look it on your prompt, usually the prompt is display the current directory too)</li>
<li>To display the <code>cd</code> command help, type <code>cd/?</code> Then press <strong>Enter</strong>.</li>
<li>You can change the current directory on other drive. I consider your current drive is C: and you want change directory to directory data on drive D, type <code>cd d:\data</code>. You need to know that, although you’ve changed the current directory on drive D, you don’t jump to D:\Data automatically until you change your drive by type command D: on prompt. If you want to change directory to other directory on other drive and jump to there automatically, just add previous command with parameter <code>/D</code>. So, you need to type <code>cd /d d:\data</code>.</li>
<li>If you have many directories with long name you can try this trick. For example you want to change directory to C:\Data\Otak Atik. You don’t need type the directory name completely, just type <code>cd \da*\ot*</code> then press <strong>Enter</strong>. You’ll jump to C:\data\Otak Atik automatically. You can also use this trick to complete your command written.</li>
<li>And if you want change to up directory just type <code>cd ..</code> on prompt. Or if you want to change to other directory data on upper directory directly, you can also try this way. For example, if you in directory C:\Data\Otak Atik and want to move to directory C:\Data\Data2, type this command: <code>cd ..\Data2</code> then <strong>Enter</strong>. Then you&#8217;ll move to upper directory and move to C:\Data\Data2 automatically.<br />
<span style="color: #ffffff;">.</span></li>
<li>If you want move to root directory, just type <code>cd\</code> on prompt.<br />
<img title="ch command" src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0153/ch_command.jpg" alt="ch command" /></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.otakatik.com/easier-way-to-change-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use Your Tab Key</title>
		<link>http://www.otakatik.com/use-your-tab-key/</link>
		<comments>http://www.otakatik.com/use-your-tab-key/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 14:47:27 +0000</pubDate>
		<dc:creator>Edi Kwie</dc:creator>
				<category><![CDATA[MS-DOS]]></category>
		<category><![CDATA[MS-DOS Command Tricks]]></category>

		<guid isPermaLink="false">http://www.otakatik.com/?p=82</guid>
		<description><![CDATA[If you&#8217;re a MS DOS user, you’ll need to read this short article. When Microsoft was limit the file name length to 8 characters, you don’t get any trouble when type its file name on DOS console. But when Microsoft was change the limit to 255 characters, the problem was begin. If your folder has [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.otakatik.com/wp-content/uploads/tiptricks/0005/picture-3.jpg" alt="" /><br />
If you&#8217;re a MS DOS user, you’ll need to read this short article.<span id="more-82"></span></p>
<p>When Microsoft was limit the file name length to 8 characters, you don’t get any trouble when type its file name on DOS console. But when Microsoft was change the limit to 255 characters, the problem was begin.</p>
<p>If your folder has name: <code>Data</code> you don’t need get sweating to typing it but if its name is: <code>Sales Data On January 2008</code>, you’ll take time to type it. But don’t worry about that, Windows XP has give you a way to make it easier.</p>
<p>At MS-DOS prompt, type first or second letter of your folder or file name. For example, if you have <code>Sales Data On January 2008</code> folder and you want browse its contains, type <code>dir sa</code> at your prompt then press <strong>Tab </strong>key then system will write it for you completely and then just press <strong>Enter </strong>to execute the command.</p>
<p>And if you have two or more similar items name, repeat press <strong>Tab </strong>until you get your folder name is written at prompt.</p>
<p>That’s so easy, isn’t it?</p>
<p><em>(article no:0005)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.otakatik.com/use-your-tab-key/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

