<?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>gHacks technology news &#187; cmd</title>
	<atom:link href="http://www.ghacks.net/tag/cmd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 03:24:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Nirsoft Command Line Tool</title>
		<link>http://www.ghacks.net/2009/04/02/nirsoft-command-line-tool/</link>
		<comments>http://www.ghacks.net/2009/04/02/nirsoft-command-line-tool/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 14:35:55 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[command line tool]]></category>
		<category><![CDATA[command-line]]></category>
		<category><![CDATA[nircmd]]></category>
		<category><![CDATA[nirsoft]]></category>
		<category><![CDATA[portable software]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/04/02/nirsoft-command-line-tool/</guid>
		<description><![CDATA[Nircmd is a impressive command line tool considering its size of just 29 Kilobytes. It can be used to launch an incredible amount of commands from the Windows command line or by utilizing the program from a batch file. The best option would be to copy it into a system path folder so that the [...]]]></description>
			<content:encoded><![CDATA[<p>Nircmd is a impressive command line tool considering its size of just 29 Kilobytes. It can be used to launch an incredible amount of commands from the Windows command line or by utilizing the program from a batch file. The best option would be to copy it into a system path folder so that the command line tool could be executed from any directory.</p>
<p>The website of the developer contains the download <a href="http://www.nirsoft.net/utils/nircmd.html">link</a> but also samples of the functionality of the command line tool. The basic command for the tool is <strong>nircmd command parameters</strong>. There are more than 80 commands to chose from very specific ones like changing the system volume to advanced commands that manipulate Registry entries or are execute on remote computer systems.</p>
<p>A practical example that shows the complexity of the command tool would be the command to turn off the computer system which can be done with <strong>nircmd.exe exitwin poweroff</strong>. An advanced version in the form of <strong>multiremote copy &#8220;c:\temp\computers.txt&#8221; exitwin poweroff force</strong> of this exists that can turn off all remote computer systems specified in the text file computers.txt</p>
<p><span id="more-11610"></span>Some of the more common uses for the nircmd command line tool are writing and deleting values in the Windows Registry, writing values to ini files, connecting to a VPN network or Internet account, changing file attributes, turning off the monitor or working with remote computers.</p>
<p>A selection of useful commands:</p>
<ul>
<li><strong>nircmd regedit &#8220;~$clipboard$&#8221;</strong> &#8211; Will open the Registry key that has been copied to the Windows Clipboard</li>
<li><strong>nircmd.exe service restart [servicename]</strong> &#8211; Will restart the service specified in [servicename]. Works also with start, stop, pause and setting startup types.</li>
<li><strong>nircmd.exe setprocesspriority [processname] high</strong>  / <strong>nircmd.exe setprocessaffinity [processname] 0 1</strong> &#8211; Change the process priority or process affinity of a selected process.</li>
<li><strong>nircmd.exe killprocess [processname]</strong> &#8211; Kills the specified process</li>
</ul>
<p>The help file that is supplied with the download of the command line tool is containing all commands and their possible parameters. This is a great tool especially for users who write batch files but also for those who like to work from the command line.</p>

	Tags: <a href="http://www.ghacks.net/tag/cmd/" title="cmd" rel="tag">cmd</a>, <a href="http://www.ghacks.net/tag/command-line-tool/" title="command line tool" rel="tag">command line tool</a>, <a href="http://www.ghacks.net/tag/command-line/" title="command-line" rel="tag">command-line</a>, <a href="http://www.ghacks.net/tag/nircmd/" title="nircmd" rel="tag">nircmd</a>, <a href="http://www.ghacks.net/tag/nirsoft/" title="nirsoft" rel="tag">nirsoft</a>, <a href="http://www.ghacks.net/tag/portable-software/" title="portable software" rel="tag">portable software</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/10/31/windows-system-control-center/" title="Windows System Control Center (October 31, 2008)">Windows System Control Center</a> (7)</li>
	<li><a href="http://www.ghacks.net/2009/09/24/windows-shortcuts-manager/" title="Windows Shortcuts Manager (September 24, 2009)">Windows Shortcuts Manager</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/05/27/windows-registry-monitoring/" title="Windows Registry Monitoring With RegFromApp (May 27, 2009)">Windows Registry Monitoring With RegFromApp</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/04/27/windows-operating-systems-special-folders-view/" title="Windows Operating Systems Special Folders View (April 27, 2009)">Windows Operating Systems Special Folders View</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/09/23/windows-live-messenger-contacts-manager/" title="Windows Live Messenger Contacts Manager (September 23, 2009)">Windows Live Messenger Contacts Manager</a> (7)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/04/02/nirsoft-command-line-tool/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Console 2 a better cmd.exe</title>
		<link>http://www.ghacks.net/2008/06/09/console-2-a-better-cmdexe/</link>
		<comments>http://www.ghacks.net/2008/06/09/console-2-a-better-cmdexe/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 09:01:19 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[command-line]]></category>
		<category><![CDATA[console 2]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=4917</guid>
		<description><![CDATA[The Windows command line tool that can be accessed by typing cmd.exe in the run box has not been changed in a long time. It provides a basic functionality which mostly cannot be altered. It is for instance not possible to pick any other font than the two that can be selected.
Console 2 tries to [...]]]></description>
			<content:encoded><![CDATA[<p>The Windows command line tool that can be accessed by typing cmd.exe in the run box has not been changed in a long time. It provides a basic functionality which mostly cannot be altered. It is for instance not possible to pick any other font than the two that can be selected.</p>
<p><a href="http://sourceforge.net/projects/console">Console 2</a> tries to be a better command line in Windows by migrating the command line into the modern age. It introduces tabbed browsing, transparency, layout changes and several other functions that increase productivity. Most of the new features can be configured in the settings of Console 2.</p>
<p>Tabbed browsing on the other hand is available from the main toolbar. The settings are divided into several categories like tabs, appearance and behavior. A new font &#8211; including font size, format, color and smoothing &#8211; can be defined in the appearance menu together with transparency settings and features like snapping to desktop edges when the window is moved.</p>
<p><span id="more-4917"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/06/console2-500x400.jpg" alt="console2" title="console2" width="500" height="400" class="alignnone size-medium wp-image-4918" /></p>
<p>The functionality of Console 2 is exactly the same that the default Windows command line offers which means that the changes are mostly cosmetic changes that do increase productivity. The most important additions in my opinion are the selection of additional fonts, the transparency and the tabbed browsing.</p>

	Tags: <a href="http://www.ghacks.net/tag/cmd/" title="cmd" rel="tag">cmd</a>, <a href="http://www.ghacks.net/tag/command-line/" title="command-line" rel="tag">command-line</a>, <a href="http://www.ghacks.net/tag/console-2/" title="console 2" rel="tag">console 2</a>, <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/08/10/mikes-command-line/" title="Mikes Command Line (August 10, 2006)">Mikes Command Line</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/06/08/zip-repair/" title="Zip Repair (June 8, 2008)">Zip Repair</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/07/15/zen-key-an-all-purpose-application-manager/" title="Zen Key An All Purpose Application Manager (July 15, 2008)">Zen Key An All Purpose Application Manager</a> (3)</li>
	<li><a href="http://www.ghacks.net/2007/01/16/yubnub-a-social-internet-command-line/" title="YubNub a social internet command line (January 16, 2007)">YubNub a social internet command line</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/05/13/youtube-batch-downloader/" title="Youtube Batch Downloader (May 13, 2008)">Youtube Batch Downloader</a> (13)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/06/09/console-2-a-better-cmdexe/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>YubNub a social internet command line</title>
		<link>http://www.ghacks.net/2007/01/16/yubnub-a-social-internet-command-line/</link>
		<comments>http://www.ghacks.net/2007/01/16/yubnub-a-social-internet-command-line/#comments</comments>
		<pubDate>Tue, 16 Jan 2007 17:28:08 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[The Web]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[command-line]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[ls]]></category>
		<category><![CDATA[social-command-line]]></category>
		<category><![CDATA[yubnub]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/01/16/yubnub-a-social-internet-command-line/</guid>
		<description><![CDATA[The first time I saw the yubnub website I was thinking that no one would need this website at all but after some testing it became clear that it offers an easy way to access many services very fast without depending on bookmarks or links. If you do work with the command line in Windows or Linux you feel right at home, you enter a command and some parameters and yubnub does the rest.]]></description>
			<content:encoded><![CDATA[<p>The first time I saw the <a target="_blank" title="yubnub" href="http://yubnub.org/">yubnub</a> website I was thinking that no one would need this website at all but after some testing it became clear that it offers an easy way to access many services very fast without depending on bookmarks or links. If you do work with the command line in Windows or Linux you feel right at home, you enter a command and some parameters and yubnub does the rest.</p>
<p>A <a target="_blank" title="yubnub commands" href="http://yubnub.org/kernel/ls?args=">list of commands</a> is accessible by entering ls into the form field. I think an example will illustrate the strength of yubnub; wp ghacks searches wikipedia for the term ghacks, gim ghacks searches google images for ghacks. y or g searches yahoo or google for a selected search term. That is not all of course. AM title searches amazon for the title that you enter, random 1000 returns a random number between 1 and 1000.</p>
<p><span id="more-1107"></span>A good selection of commands that should be useful for most users are Jeremy&#8217;s Picks which displays a list of about 100 commands. It is possible to create your own commands. You do select a command string that is not used yet and select a url that uses variables to perform searches or operations. One example would be <span class="hint"> <a title="Linkification: http://images.google.com/images?q=%s" class="linkification-ext" href="http://images.google.com/images?q=%s">http://images.google.com/images?q=%s</a> which is simply the search string for google images. </span></p>
<p><span class="hint">The search string that is entered is substituted with %s in this example. It is possible to create more advanced searches  with more than one parameters.</span></p>

	Tags: <a href="http://www.ghacks.net/tag/cli/" title="cli" rel="tag">cli</a>, <a href="http://www.ghacks.net/tag/cmd/" title="cmd" rel="tag">cmd</a>, <a href="http://www.ghacks.net/tag/command-line/" title="command-line" rel="tag">command-line</a>, <a href="http://www.ghacks.net/tag/internet/" title="internet" rel="tag">internet</a>, <a href="http://www.ghacks.net/tag/ls/" title="ls" rel="tag">ls</a>, <a href="http://www.ghacks.net/tag/social-command-line/" title="social-command-line" rel="tag">social-command-line</a>, <a href="http://www.ghacks.net/tag/yubnub/" title="yubnub" rel="tag">yubnub</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/11/13/tweet-from-the-command-line-with-twidge/" title="Tweet from the command line with Twidge (November 13, 2009)">Tweet from the command line with Twidge</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/04/02/nirsoft-command-line-tool/" title="Nirsoft Command Line Tool (April 2, 2009)">Nirsoft Command Line Tool</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/06/09/console-2-a-better-cmdexe/" title="Console 2 a better cmd.exe (June 9, 2008)">Console 2 a better cmd.exe</a> (10)</li>
	<li><a href="http://www.ghacks.net/2009/06/09/wolfram-alpha-gets-its-first-core-update-after-launch/" title="Wolfram Alpha Gets Its First Core Update After Launch (June 9, 2009)">Wolfram Alpha Gets Its First Core Update After Launch</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/07/03/wireless-network-scanner-inssider/" title="Wireless Network Scanner inSSIDer (July 3, 2009)">Wireless Network Scanner inSSIDer</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/01/16/yubnub-a-social-internet-command-line/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
