<?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>The PC Informant &#187; Command-line</title>
	<atom:link href="http://tips.vlaurie.com/category/command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://tips.vlaurie.com</link>
	<description>News, commentary and tips for safer and easier computing</description>
	<lastBuildDate>Sat, 20 Mar 2010 02:12:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Command line tip #13- Find flash cookies</title>
		<link>http://tips.vlaurie.com/2009/12/command-line-tip-13-find-flash-cookies/</link>
		<comments>http://tips.vlaurie.com/2009/12/command-line-tip-13-find-flash-cookies/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 10:12:54 +0000</pubDate>
		<dc:creator>Vic Laurie</dc:creator>
				<category><![CDATA[Command-line]]></category>
		<category><![CDATA[Computer management]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[Flash cookies]]></category>
		<category><![CDATA[local shared object]]></category>
		<category><![CDATA[super cookie]]></category>

		<guid isPermaLink="false">http://tips.vlaurie.com/?p=5750</guid>
		<description><![CDATA[The previous post discusses Flash cookies in some detail. I commented that I have found that the Windows search function is not the best way to find Flash cookies. However, the command line can be used by entering the following:
dir "%appdata%\macromedia\*.sol" /s/b
The quotation marks are necessary. This command works in both XP and Vista. To [...]]]></description>
			<content:encoded><![CDATA[<p>The previous post discusses Flash cookies in some detail. I commented that I have found that the Windows search function is not the best way to find Flash cookies. However, the command line can be used by entering the following:</p>
<p><code>dir "%appdata%\macromedia\*.sol" /s/b</code></p>
<p>The quotation marks are necessary. This command works in both XP and Vista. To make a text file with the list, use:</p>
<p><code>dir "%appdata%\macromedia\*.sol" /s/b >C:\list_of_flash_cookies.txt</code></p>
<p>Of course, you can choose your own file name and location.</p>
<p>&copy;2010 <a href="http://tips.vlaurie.com">The PC Informant</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://tips.vlaurie.com/2009/12/command-line-tip-13-find-flash-cookies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Command line tip #12- shut down hung programs</title>
		<link>http://tips.vlaurie.com/2009/06/command-line-tip-12-shut-down-hung-programs/</link>
		<comments>http://tips.vlaurie.com/2009/06/command-line-tip-12-shut-down-hung-programs/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 12:01:58 +0000</pubDate>
		<dc:creator>Vic Laurie</dc:creator>
				<category><![CDATA[Command-line]]></category>
		<category><![CDATA[Computer management]]></category>
		<category><![CDATA[Shortcuts]]></category>

		<guid isPermaLink="false">http://tips.vlaurie.com/?p=3964</guid>
		<description><![CDATA[It&#8217;s been quite a while since I gave a straight command line tip but here&#8217;s one for quickly closing a program that gets stuck or frozen. You can use the Task Manager (described here) but that can take a fairly long time. With the command &#8220;taskkill&#8221;, you can force a quick shutdown of a hung [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been quite a while since I gave a straight command line tip but here&#8217;s one for quickly closing a program that gets stuck or frozen. You can use the Task Manager (<a href="http://vlaurie.com/computers2/Articles/taskman.htm">described here</a>) but that can take a fairly long time. With the command &#8220;taskkill&#8221;, you can force a quick shutdown of a hung program. The details of this command are <a href="http://commandwindows.com/taskkill.htm">discussed on a page</a> at my command line site and the following tip is from there. </p>
<p>To quickly shut down a non-responding program, open the command line and enter:</p>
<p> <code class="indent">taskkill /f /fi "status eq not responding"</code><br />
For convenience, you can create a <a href="http://commandwindows.com/batch.htm">batch file</a> with this command. Simply enter the command given above in Notepad and save it as &#8220;close_stuck_programs.bat&#8221; . Be sure that Notepad does not tack on the extension TXT. Place the file on the desktop or somewhere convenient. If a program hangs up, double-click this file to close the program down.</p>
<p>&copy;2010 <a href="http://tips.vlaurie.com">The PC Informant</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://tips.vlaurie.com/2009/06/command-line-tip-12-shut-down-hung-programs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stop Windows XP update reboot nagging</title>
		<link>http://tips.vlaurie.com/2009/04/stop-windows-xp-update-reboot-nagging/</link>
		<comments>http://tips.vlaurie.com/2009/04/stop-windows-xp-update-reboot-nagging/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 10:00:49 +0000</pubDate>
		<dc:creator>Vic Laurie</dc:creator>
				<category><![CDATA[Command-line]]></category>
		<category><![CDATA[Computer management]]></category>
		<category><![CDATA[Tweaks]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://tips.vlaurie.com/?p=3783</guid>
		<description><![CDATA[We just went through the monthly Windows update process and I was reminded of something that annoys many PC users who use automatic update. After the update patches are installed, Windows wants to reboot and in XP will keep nagging you every 10 minutes until you do. You can tell it to reboot later but [...]]]></description>
			<content:encoded><![CDATA[<p>We just went through the monthly Windows update process and I was <a href="http://www.techbite.com/newsletter/24/posterous-a-cool-web-repository">reminded</a> of something that annoys many PC users who use automatic update. After the update patches are installed, Windows wants to reboot and in XP will keep nagging you every 10 minutes until you do. You can tell it to reboot later but it comes back before you know it and asks again. If you are in the middle of something, you may not want to reboot for a while but those messages just keep popping up. Here&#8217;s a way to turn the message off until whenever you choose to reboot. It involves temporarily stopping the Windows automatic update service and there are several ways to do this. You can use the Services Console (<a href="http://vlaurie.com/computers2/Articles/services.htm">described here</a>) or the command line. The command line is probably easier. Open the <a href="http://commandwindows.com/">command line</a> window by entering &#8220;cmd&#8221; in Start-Run (without quotes). In the command box, enter</p>
<p><code class="indent">net stop wuauserv</code></p>
<p>This will halt the messages. The automatic update service will resume the next time you reboot.</p>
<p>I don&#8217;t use automatic update but prefer to be notified when updates are available so I can choose my own time to start the process. However, most average home users probably have automatic updates enabled and this tip may save you some aggravation. Note that Vista has changed the frequency of nag messages and waits 4 hours between messages. That pretty much removes the annoyance.    </p>
<p>&copy;2010 <a href="http://tips.vlaurie.com">The PC Informant</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://tips.vlaurie.com/2009/04/stop-windows-xp-update-reboot-nagging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing a stuck print job</title>
		<link>http://tips.vlaurie.com/2009/01/fixing-a-stuck-print-job/</link>
		<comments>http://tips.vlaurie.com/2009/01/fixing-a-stuck-print-job/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 13:00:26 +0000</pubDate>
		<dc:creator>Vic Laurie</dc:creator>
				<category><![CDATA[Command-line]]></category>
		<category><![CDATA[Computer management]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Printer maintenance]]></category>

		<guid isPermaLink="false">http://tips.vlaurie.com/?p=3432</guid>
		<description><![CDATA[Just about a year ago, I gave a tip on what to do if you get a print job that hangs up. This problem seems to be fairly common since I have recently seen posts at several blogs about it. So I am revisiting the problem. The tip I gave involved the command line. For [...]]]></description>
			<content:encoded><![CDATA[<p>Just about a year ago, I <a href="http://tips.vlaurie.com/2008/01/23/more-on-dealing-with-problem-print-jobs/">gave a tip</a> on what to do if you get a print job that hangs up. This problem seems to be fairly common since I have recently seen posts at several blogs about it. So I am revisiting the problem. The tip I gave involved the <a href="http://commandwindows.com">command line</a>. For whatever reason, some home PC users are afraid of the command line so I&#8217;ll point out a little utility <a href="http://lifehacker.com/5118555/stalled-printer-repair-purges-stuck-print-jobs">mentioned at Lifehacker</a>. The program is called <a href="http://www.fantasticfreeware.com/applications/stalled-printer-repair/">Stalled Printer Repair</a> and provides a graphical user interface.</p>
<p>Just for the record, the command line steps are (Vista will require administrator privileges):</p>
<p>sc stop spooler<br />
del %windir%\system32\spool\printers\*.*<br />
sc start spooler</p>
<p>As is so often the case in Windows, there are other ways to accomplish the same task. For example, the command shell &#8220;net&#8221; can also be used instead of &#8220;sc&#8221;. Just replace &#8220;sc&#8221; with &#8220;net&#8221; in the commands given above.</p>
<p>Another approach is to use the <a href="http://vlaurie.com/computers2/Articles/mmc.htm">services management console</a>. Enter &#8220;services.msc&#8221; in the <a href="http://commandwindows.com/runline.htm">Run line</a> or the Vista <em>Start Search</em> line. Find the entry for &#8220;Print Spooler&#8221; and stop the service. Next, manually delete the files in the folder <em>Windows\system32\spool\printers</em>. Then restart the Print Spooler from the services console. (Vista will require administrator privileges.)</p>
<p>&copy;2010 <a href="http://tips.vlaurie.com">The PC Informant</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://tips.vlaurie.com/2009/01/fixing-a-stuck-print-job/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fast way to open a recently used Word document</title>
		<link>http://tips.vlaurie.com/2008/08/fast-way-to-open-a-recently-used-word-document/</link>
		<comments>http://tips.vlaurie.com/2008/08/fast-way-to-open-a-recently-used-word-document/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 18:21:30 +0000</pubDate>
		<dc:creator>Vic Laurie</dc:creator>
				<category><![CDATA[Command-line]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Shortcuts]]></category>
		<category><![CDATA[batch file]]></category>
		<category><![CDATA[Microsoft Word]]></category>

		<guid isPermaLink="false">http://tips.vlaurie.com/?p=2056</guid>
		<description><![CDATA[I have been using Microsoft Word in one version or the other since Word 95. However, Word is a far more powerful program than I need and I probably am unaware of 95% of its features. For that reason, I don&#8217;t give many Word tips but now and then I come across one that I [...]]]></description>
			<content:encoded><![CDATA[<p>I have been using Microsoft Word in one version or the other since Word 95. However, Word is a far more powerful program than I need and I probably am unaware of 95% of its features. For that reason, I don&#8217;t give many Word tips but now and then I come across one that I think is worth passing on.</p>
<p>Did you know that the executable file that opens Word can have switches? There is a Microsoft Knowledge Base article,  <a href="http://support.microsoft.com/kb/210565">How to use startup command line switches to start Word 2007, Word 2003, Word 2002, and Word 2000</a>. Most of the switches for the file <em>winword.exe </em>are of little use to the average Word user but there is one that allows a handy shortcut. I&#8217;ll discuss the details below but if your eyes start to glaze over and you want to skip the discussion, I have prepared a little file for you that implements the shortcut. The download link is at the end, following the discussion.</p>
<p>As you know, Word keeps a list of the most recently used files (MRU). They can be seen by opening the File menu or in Word 2007 by clicking the orb in the upper left corner. You can then access a previously opened document by clicking its name in the list. However, there is a way to access a previously used document before Word is even open. It makes use of a switch that has the form <code style="display:block; margin-left:4em;">/mfile<em>n</em></code> where <em>n</em> is the place of the file in the most recently used list. Thus to open the file that you last used (it is first in the list), the command would be: <code style="display:block; margin-left:4em;">winword.exe /mfile1</code>To reopen the next-to-last file that you used the command is:<code style="display:block; margin-left:4em;">winword.exe /mfile2</code> and so on until you exhaust the MRU list. You could enter the command into the Run box or use the command line. The command line would actually use &#8220;start winword.exe /mfile1&#8243;. However, creating a shortcut is more convenient. </p>
<p>It&#8217;s easy to create a shortcut that will open Word and the last document that you worked on. You will need to know the path for the executable file <em>winword.exe</em>. Normally, it is in a folder of the form C:\Program Files\Microsoft Office\Office<em>X</em> where <em>X</em> is a number that depends on your version. For example, Office 2003 is Office11 and Office 2007 is Office12. I give general procedures for creating a shortcut at <a href="http://vlaurie.com/computers2/Articles/shortcuts1.htm">Computer Education</a>. The command to be used in the shortcut for Word 2003 is <code style="display:block; margin-left:2em;">"C:\Program Files\Microsoft Office\Office11\winword.exe" /mfile1</code> and for Word 2007 is <code style="display:block; margin-left:2em;">"C:\Program Files\Microsoft Office\Office12\winword.exe" /mfile1</code> Note that the quotation marks are needed because the path has spaces in it.</p>
<p>If you prefer a ready-made shortcut, I have written a little batch file that should do the job on most systems. <a href="http://tips.vlaurie.com/files/lastword.zip">Download it here</a>, unzip, and place anywhere convenient. Double-clicking this file should open your copy of Word with the last document that you used.  </p>
<p>&copy;2010 <a href="http://tips.vlaurie.com">The PC Informant</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://tips.vlaurie.com/2008/08/fast-way-to-open-a-recently-used-word-document/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Command line tip #11- Find local IP addresses with &#8220;ipconfig&#8221;</title>
		<link>http://tips.vlaurie.com/2008/03/command-line-tip-11-find-local-ip-addresses-with-ipconfig/</link>
		<comments>http://tips.vlaurie.com/2008/03/command-line-tip-11-find-local-ip-addresses-with-ipconfig/#comments</comments>
		<pubDate>Wed, 12 Mar 2008 21:28:13 +0000</pubDate>
		<dc:creator>Vic Laurie</dc:creator>
				<category><![CDATA[Command-line]]></category>
		<category><![CDATA[Computer management]]></category>
		<category><![CDATA[Networks]]></category>

		<guid isPermaLink="false">http://tips.vlaurie.com/2008/03/12/command-line-tip-11-find-local-ip-addresses-with-ipconfig/</guid>
		<description><![CDATA[Command line tip #10  mentioned that your router or Internet gateway will have a local IP address. There will also be a local IP address for your computer. Entering &#8220;ipconfig&#8221; in the command line will display both addresses as well as something called the &#8220;subnet mask&#8221;. For home setups the subnet mask is almost [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://tips.vlaurie.com/2008/03/10/command-line-tip-10-check-your-internet-connection-with-ping/">Command line tip #10</a>  mentioned that your router or Internet gateway will have a local IP address. There will also be a local IP address for your computer. Entering &#8220;ipconfig&#8221; in the command line will display both addresses as well as something called the &#8220;subnet mask&#8221;. For home setups the subnet mask is almost always 255.255.255.0 and is not usually a parameter that needs attention. As mentioned in the tip on using &#8220;ping&#8221;, you may need to know the gateway IP so you can check if you are connected. Also, the local address for the computer can be useful if you have more than one computer on your network. You can &#8220;ping&#8221; another computer on the local network to see if your computer is communicating with the second computer.</p>
<p>The command &#8220;ipconfig&#8221; has a number of switches and functions. They are discussed at <a href="http://commandwindows.com/tcpiputil.htm">commandwindows.com/tcpiputil.htm</a>. </p>
<p>&copy;2010 <a href="http://tips.vlaurie.com">The PC Informant</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://tips.vlaurie.com/2008/03/command-line-tip-11-find-local-ip-addresses-with-ipconfig/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Command line tip #10- Check your Internet connection with &#8220;ping&#8221;</title>
		<link>http://tips.vlaurie.com/2008/03/command-line-tip-10-check-your-internet-connection-with-ping/</link>
		<comments>http://tips.vlaurie.com/2008/03/command-line-tip-10-check-your-internet-connection-with-ping/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 15:22:02 +0000</pubDate>
		<dc:creator>Vic Laurie</dc:creator>
				<category><![CDATA[Command-line]]></category>
		<category><![CDATA[Networks]]></category>

		<guid isPermaLink="false">http://tips.vlaurie.com/2008/03/10/command-line-tip-10-check-your-internet-connection-with-ping/</guid>
		<description><![CDATA[I previously noted that there are a number of commands that can help with checking out a home network or a broadband connection. There are more details at commandwindows.com/tcpiputil.htm but here&#8217;s an example of using the command &#8220;ping&#8221;. Suppose you are having trouble with connecting to the Internet. Is it your connection to the Internet [...]]]></description>
			<content:encoded><![CDATA[<p>I <a href="http://tips.vlaurie.com/2007/12/27/command-line-tip-8-check-your-network/">previously noted</a> that there are a number of commands that can help with checking out a home network or a broadband connection. There are more details at <a href="http://commandwindows.com/tcpiputil.htm">commandwindows.com/tcpiputil.htm</a> but here&#8217;s an example of using the command &#8220;ping&#8221;. Suppose you are having trouble with connecting to the Internet. Is it your connection to the Internet that&#8217;s the problem or your connection to the local network/router?<em> Ping</em> can help you find out. <em>Ping</em> sends out a packet to a designated address and measures its response time. The target will return (hopefully) a signal. For example, you can &#8220;ping&#8221; Yahoo by entering &#8220;ping yahoo.com&#8221; into the command line. (Not everybody will accept pings. For example, don&#8217;t expect any response from Microsoft.) If Yahoo responds, you know you are connected to the Internet. If you get no response, you can check if you are connected to your local network by pinging the local <a href="http://vlaurie.com/computers2/Articles/Name.htm">IP address</a> assigned to the router or &#8220;gateway&#8221;. The local gateway IP address will be something like 192.168.1.1 or a similar group of numbers. So you would enter &#8220;ping 192.168.1.1&#8243; in the command line. If you get no response, then your problem is that you are not connected to the local network (or your router isn&#8217;t working). </p>
<p>How do you know what the local gateway IP address is? That&#8217;s in the next command line tip. Stay tuned.</p>
<p>&copy;2010 <a href="http://tips.vlaurie.com">The PC Informant</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://tips.vlaurie.com/2008/03/command-line-tip-10-check-your-internet-connection-with-ping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Command line tip #9- Clear your printer spooler</title>
		<link>http://tips.vlaurie.com/2008/01/command-line-tip-9-clear-your-printer-spooler/</link>
		<comments>http://tips.vlaurie.com/2008/01/command-line-tip-9-clear-your-printer-spooler/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 22:28:25 +0000</pubDate>
		<dc:creator>Vic Laurie</dc:creator>
				<category><![CDATA[Command-line]]></category>
		<category><![CDATA[Computer management]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://tips.vlaurie.com/2008/01/22/command-line-tip-9-clear-your-printer-spooler/</guid>
		<description><![CDATA[For one reason or the other, a print job may get hung up and stop responding. One way to possibly clear this problem up is to use the command line to stop and restart the printer spooler. The services command &#8220;sc&#8221; can be used. In the command prompt, enter &#8220;sc stop spooler&#8221; followed by &#8220;sc [...]]]></description>
			<content:encoded><![CDATA[<p>For one reason or the other, a print job may get hung up and stop responding. One way to possibly clear this problem up is to use the command line to stop and restart the printer spooler. The services command &#8220;sc&#8221; can be used. In the command prompt, enter &#8220;sc stop spooler&#8221; followed by &#8220;sc start spooler&#8221; (omit the quotation marks). </p>
<p>&copy;2010 <a href="http://tips.vlaurie.com">The PC Informant</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://tips.vlaurie.com/2008/01/command-line-tip-9-clear-your-printer-spooler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Command line tip #8- Check your network</title>
		<link>http://tips.vlaurie.com/2007/12/command-line-tip-8-check-your-network/</link>
		<comments>http://tips.vlaurie.com/2007/12/command-line-tip-8-check-your-network/#comments</comments>
		<pubDate>Thu, 27 Dec 2007 21:44:51 +0000</pubDate>
		<dc:creator>Vic Laurie</dc:creator>
				<category><![CDATA[Command-line]]></category>
		<category><![CDATA[Computer management]]></category>
		<category><![CDATA[Networks]]></category>

		<guid isPermaLink="false">http://tips.vlaurie.com/2007/12/27/command-line-tip-8-check-your-network/</guid>
		<description><![CDATA[Many  PC owners now have home networks. Being able to connect several computers together is great but networks bring a new set of problems. The command line comes with a variety of tools for checking networks and it is worthwhile for even average PC users to know how to use some of them. Three [...]]]></description>
			<content:encoded><![CDATA[<p>Many  PC owners now have home networks. Being able to connect several computers together is great but networks bring a new set of problems. The command line comes with a variety of tools for checking networks and it is worthwhile for even average PC users to know how to use some of them. Three commands that everybody can use are &#8220;ipconfig&#8221;, &#8220;netstat&#8221;, and &#8220;ping&#8221;. I give some details about these commands <a href="http://commandwindows.com/tcpiputil.htm">at this link</a>.</p>
<p>&copy;2010 <a href="http://tips.vlaurie.com">The PC Informant</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://tips.vlaurie.com/2007/12/command-line-tip-8-check-your-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Command line tip #7 &#8211; Make a hierarchy of folders</title>
		<link>http://tips.vlaurie.com/2007/12/command-line-tip-7-make-a-hierarchy-of-folders/</link>
		<comments>http://tips.vlaurie.com/2007/12/command-line-tip-7-make-a-hierarchy-of-folders/#comments</comments>
		<pubDate>Thu, 06 Dec 2007 15:10:51 +0000</pubDate>
		<dc:creator>Vic Laurie</dc:creator>
				<category><![CDATA[Command-line]]></category>
		<category><![CDATA[Computer management]]></category>

		<guid isPermaLink="false">http://tips.vlaurie.com/2007/command-line-tip-7-make-a-hierarchy-of-folders/</guid>
		<description><![CDATA[Many PC users are aware that the command &#8220;md&#8217; can be used to create a new folder. However, it is less well known that a whole hierarchy of folders can be created in one line with a command like:  md [path]new\new1\new2This will create a folder &#8220;new&#8221; with a sub-folder &#8220;new1&#8243; that itself contains a [...]]]></description>
			<content:encoded><![CDATA[<p>Many PC users are aware that the command &#8220;md&#8217; can be used to create a new folder. However, it is less well known that a whole hierarchy of folders can be created in one line with a command like:  <code style="display:block; margin-left:3em;">md [path]new\new1\new2</code>This will create a folder &#8220;new&#8221; with a sub-folder &#8220;new1&#8243; that itself contains a sub-folder &#8220;new2&#8243;. Note that you must specify the correct path. Otherwise, the folders will be created in the working directory of the command prompt.</p>
<p>&copy;2010 <a href="http://tips.vlaurie.com">The PC Informant</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://tips.vlaurie.com/2007/12/command-line-tip-7-make-a-hierarchy-of-folders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
