<?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>BugJee.com &#187; dos</title>
	<atom:link href="http://www.bugjee.com/tag/dos/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bugjee.com</link>
	<description>A online Tech Guide</description>
	<lastBuildDate>Sat, 21 Jan 2012 17:50:47 +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>Convert FAT32 hard drive to NTFS in Windows xp</title>
		<link>http://www.bugjee.com/convert-fat32-hard-drive-to-ntfs-in-windows-xp/</link>
		<comments>http://www.bugjee.com/convert-fat32-hard-drive-to-ntfs-in-windows-xp/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 08:58:35 +0000</pubDate>
		<dc:creator>aco</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[command prompt]]></category>
		<category><![CDATA[converter]]></category>
		<category><![CDATA[dos]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.bugjee.com/?p=507</guid>
		<description><![CDATA[With standard Windows utility “CONVERT”; you can convert your FAT32 hard drive to NTFS in easy way, without losing any data. just open command prompt and follow these steps. For convert C hard drive fat32 to ntfs, type this command C:\&#62; CONVERT C: /fs:ntfs If you want convert D drive D:\&#62; CONVERT D: /fs:ntfs Where [...]]]></description>
			<content:encoded><![CDATA[<p>With standard Windows utility “CONVERT”; you can convert your FAT32 hard drive to NTFS in easy way, without losing any data.</p>
<p>just open command prompt and follow these steps.</p>
<p>For convert C hard drive fat32 to ntfs, type this command</p>
<p>C:\&gt; CONVERT  C:  /fs:ntfs</p>
<p>If you want convert D drive</p>
<p>D:\&gt; CONVERT  D:  /fs:ntfs</p>
<p>Where C &amp; D hard drive name</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bugjee.com/convert-fat32-hard-drive-to-ntfs-in-windows-xp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Create multiple folders with command prompt in Windows Vista</title>
		<link>http://www.bugjee.com/create-multiple-folders-with-command-prompt-in-windows-vista/</link>
		<comments>http://www.bugjee.com/create-multiple-folders-with-command-prompt-in-windows-vista/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 11:23:24 +0000</pubDate>
		<dc:creator>aco</dc:creator>
				<category><![CDATA[command prompt]]></category>
		<category><![CDATA[dos]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.bugjee.com/?p=446</guid>
		<description><![CDATA[Many time you face this type problem ,you want to create many folder and you have only two way “right click &#62;new&#62;Folder or Organize&#62;New folder” and after that change folder name as your desire. I think ,this is so boring and waste more time and it’s more serious, if you have long list.But you can [...]]]></description>
			<content:encoded><![CDATA[<p>Many time you face this type problem ,you want to create many folder and you have only two way “right click &gt;new&gt;Folder or Organize&gt;New folder” and after that change folder name as your desire.</p>
<p>I think ,this is so boring and waste more time and it’s more serious, if you have long list.But you can use this trick and solve your problem.</p>
<p>Create multiple folders in same folder / Directory :-<br />
Open Dos or command prompt (Press window logo +R, type cmd and enter)<br />
You can understand with this example.<br />
Create 5 folders in D drive (one, two, three, four, and five) name<br />
<strong>D:\&gt;md one two three four five</strong></p>
<p><span id="more-446"></span>But if you have folder name with space or more than one word like “one folder” or “one new folder “</p>
<p><strong>D:\&gt;md &#8220;new folder&#8221; &#8220;one new folder&#8221;</strong><br />
You can also use this command, if you want to create single word and multi word name folder together<br />
<strong>D:\&gt;md one two “one folder” five “one new folder”</strong></p>
<p>After this ,when you open D drive you find all 5 folders (one, two, one folder, five and one new folder)</p>
<p>Create sub folder :-<br />
Open Dos or command prompt (Press window logo +R, type cmd and enter) here you understand with this example.<br />
If you want to create folder like this<br />
D:\first\second\third\forth<br />
Use this command on command prompt<br />
<strong>D:\&gt;md first\second\third\forth </strong><br />
If you want to use folder name with space<br />
D:\first new\second new\third\<br />
You can use this command<br />
<strong>D:\&gt;md &#8220;first new&#8221;\&#8221;second new&#8221;\third</strong><br />
you can also use mkdir command place of md command</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bugjee.com/create-multiple-folders-with-command-prompt-in-windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Join Multiple Video files without any software</title>
		<link>http://www.bugjee.com/join-multiple-video-files-without-any-software/</link>
		<comments>http://www.bugjee.com/join-multiple-video-files-without-any-software/#comments</comments>
		<pubDate>Tue, 13 May 2008 15:25:35 +0000</pubDate>
		<dc:creator>aco</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[command prompt]]></category>
		<category><![CDATA[dos]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.bugjee.com/?p=21</guid>
		<description><![CDATA[Join your multiple video file like *.mpg,*.flv,*.vob and many more in window vista &#38; xp Follow these steps. 1. Open note pad and type this 2. copy /b *.mpg FullMovie.mpg 3. And Save the file with add .Bat Or any other name but don’t forget .bat extension 4. Now Copy and Paste this add. Bat [...]]]></description>
			<content:encoded><![CDATA[<p>Join your multiple video file like *.mpg,*.flv,*.vob and many more in window vista &amp; xp</p>
<p>Follow these steps.</p>
<p>1. Open note pad and type this</p>
<p>2. <strong>copy /b *.mpg FullMovie.mpg</strong></p>
<p>3. And Save the file with add .Bat Or any other name but don’t forget .bat extension</p>
<p>4. Now Copy and Paste this add. Bat file in a folder which contains more than one *.mpg files.</p>
<p>5. Double click the add.Bat file</p>
<p>6. Wait some time</p>
<p>A combined file named FullMovie.mpg is created from all the mpg files in the folder</p>
<p>You can also try with other extension</p>
<p>1. For DVD file (*.vob)</p>
<p><strong>Copy/b*.vob fullmovie.vob</strong></p>
<p>2. for flv file</p>
<p><strong>Copy/b*.flv fullmovie.flv</strong></p>
<p>3. For mp3 song (*.mp3)</p>
<p><strong>Copy/b*.mp3 fullsongs.mp3</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bugjee.com/join-multiple-video-files-without-any-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

