<?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>/dev/stu &#187; making windows usable</title>
	<atom:link href="http://www.stuartaxon.com/category/making-windows-usable/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stuartaxon.com</link>
	<description>Adding LOC to the web.</description>
	<lastBuildDate>Mon, 09 Jan 2012 18:11:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Scripts to help workflow now on google code.</title>
		<link>http://www.stuartaxon.com/2010/01/25/scripts-to-help-workflow-now-on-google-code/</link>
		<comments>http://www.stuartaxon.com/2010/01/25/scripts-to-help-workflow-now-on-google-code/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 14:33:21 +0000</pubDate>
		<dc:creator>stu</dc:creator>
				<category><![CDATA[making windows usable]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://www.stuartaxon.com/?p=210</guid>
		<description><![CDATA[I&#8217;ve uploaded my scripts to help workflow to google code, naming the project batch flow. Heres a summary of some of the things you can do. Clipboard integration Go to a directory in the clipboard. If you have the address bar enabled in explorer: Copy the location, go to the prompt and enter &#8216;pcd&#8217; to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve uploaded my scripts to help workflow to google code, naming the project <a href="http://code.google.com/p/batch-flow/">batch flow</a>.</p>
<p>Heres a summary of some of the things you can do.</p>
<h2>Clipboard integration</h2>
<h3>Go to a directory in the clipboard.</h3>
<p>If you have the address bar enabled in explorer:</p>
<p>Copy the location, go to the prompt and enter &#8216;pcd&#8217; to go to that folder</p>
<p>Go to the location of a setting in netbeans or eclipse:</p>
<p>Copy the location , go to the prompt and enter &#8216;pcd&#8217; to go to the folder (or folder containing the file).</p>
<h3>Get the current directory without dragging:</h3>
<p>Enter &#8216;ccd&#8217;</p>
<h2>Directory bookmarks</h2>
<p>dirsave and dirload let you save named bookmarks.</p>
<h3>Using hotkeys</h3>
<p>If you use the alternate shell <a href="http://www.jpsoft.com/">4nt</a> (or the free <a href="http://www.jpsoft.com/">TCC/LE</a>) you can use the supplied configuration and aliases to access the bookmark functionality from the keyboard:</p>
<p>In the 4nt or tcc/le prompt enter &#8220;option&#8221;, under the &#8220;TCStart/TCExit&#8221; path, change the location to the location where batch-flow is installed + &#8220;\conf&#8221;, for instance on my computer batch-flow is installed to c:\usr\batch-flow, so I set it to</p>
<pre>c:\usr\batch-flow\conf</pre>
<p>Now in new TCC/LE prompts F5-F10 are reserved for directories: Ctrl+Fkey to save, and Alt+Fkey to load.  Alt-F12 lists these shortcuts.</p>
<p>Note:  Alt-F12 only lists shortcuts on FKeys, to list these and other shortcuts enter dirload /l</p>
<blockquote><p>batch-flow comes with other handy hotkeys, use &#8216;alias&#8217; in TCC/LE to see what they are.</p></blockquote>
<h2>Path manipulation</h2>
<h3>addpath</h3>
<p>It&#8217;s annoying after installing a program to have to add it to the path, so there is an &#8216;addpath&#8217; command to do this.</p>
<h3>regpath</h3>
<p>This is a more general utility for viewing the registry path, you can list it, validate it, check for the location of files within it.</p>
<p>Also useful is &#8216;regpath /L&#8217; which sets the local prompts path to the one in the registry.</p>
<h2>Further help</h2>
<p>Most of the commands have help builtin, which you can access by using the /? option.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stuartaxon.com/2010/01/25/scripts-to-help-workflow-now-on-google-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some useful scripts for windows.</title>
		<link>http://www.stuartaxon.com/2009/09/06/some-useful-scripts-for-windows/</link>
		<comments>http://www.stuartaxon.com/2009/09/06/some-useful-scripts-for-windows/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 01:32:43 +0000</pubDate>
		<dc:creator>stu</dc:creator>
				<category><![CDATA[making a really nice work environment in windows]]></category>
		<category><![CDATA[making windows usable]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.stuartaxon.com/?p=185</guid>
		<description><![CDATA[Stoyan of PHPIED.com has found the joy using javascript for scripting in the OS&#8230; I&#8217;ve put up a few scripts I find useful in windows (download at the end of the article): addpath.js &#8211; Add a path to the registry path. dt.cmd &#8211; Change to desktop folder. e.cmd &#8211; Open explorer in current or specified [...]]]></description>
			<content:encoded><![CDATA[<p>Stoyan of PHPIED.com has found the joy using <a href="http://www.phpied.com/javascript-shell-scripting/">javascript for scripting in the OS</a>&#8230;</p>
<p>I&#8217;ve put up a few scripts I find useful in windows (download at the end of the article):</p>
<ul>
<li>addpath.js &#8211; Add a path to the registry path.</li>
<li>dt.cmd &#8211; Change to desktop folder.</li>
<li>e.cmd &#8211; Open explorer in current or specified folder.</li>
<li>regpath.js  &#8211; Output the path stored in the registry.</li>
<li>updateenvironment.js &#8211; Updates running apps with any changed settings in the registry.</li>
</ul>
<p>And a couple that use <a href="http://www.python.org/download/">python</a> and <a href="http://sourceforge.net/projects/pywin32/">pywin32</a>:</p>
<ul>
<li>ccwd.py &#8211; Copy the current working directory to the clipboard</li>
<li>cpath.py &#8211; Copy the current path to the clipboard</li>
</ul>
<p>All of have acompanying batch files to run them, I generally have everything in a folder c:\usr\cmd, but they should work from anywhere in the path.</p>
<p>Download  <a href="http://www.stuartaxon.com/wp-content/uploads/2009/09/cmd.zip">cmd.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stuartaxon.com/2009/09/06/some-useful-scripts-for-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Making Windows Usable &#8211; colourisation</title>
		<link>http://www.stuartaxon.com/2008/08/21/making-windows-usable-colourisation/</link>
		<comments>http://www.stuartaxon.com/2008/08/21/making-windows-usable-colourisation/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 15:25:10 +0000</pubDate>
		<dc:creator>stu</dc:creator>
				<category><![CDATA[making a really nice work environment in windows]]></category>
		<category><![CDATA[making windows usable]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[colorisation colourisation organisation]]></category>
		<category><![CDATA[colour]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.stuartaxon.com/?p=17</guid>
		<description><![CDATA[Human beings are visual creatures, so in this post I&#8217;ll introduce some ways of making your life easier using colour. Colour Your folders with iColorFolder IColorFolder gives folders a context menu which lets you change the colour.  Unfortunately this doesn&#8217;t work fully in Vista yet, and you&#8217;ll need to manually change the icon, navigate to [...]]]></description>
			<content:encoded><![CDATA[<p>Human beings are visual creatures, so in this post I&#8217;ll introduce some ways of making your life easier using colour.</p>
<h2>Colour Your folders with iColorFolder</h2>
<p><a title="iColorFolder" href="http://icolorfolder.sourceforge.net/">IColorFolder</a> gives folders a context menu which lets you change the colour.  Unfortunately this doesn&#8217;t work fully in Vista yet, and you&#8217;ll need to manually change the icon, navigate to Program Files\iColorFolder\iColorFolder.dll to get access to the folder icons.</p>
<p>Incidentally if you want have a shortcut to a folder, you can use the same workaround to use a coloured icon.</p>
<p><a href="http://www.stuartaxon.com/wp-content/uploads/2008/08/folders.png"><img style="margin-left: 0px; margin-right: 0px;" title="folders" src="http://www.stuartaxon.com/wp-content/uploads/2008/08/folders.png" alt="" width="293" height="264" /></a></p>
<h2>Colourise your commandline</h2>
<h3>Colour ls</h3>
<p>It&#8217;s equally useful to have colour folders when using the commandline, to achieve this you can use <a href="http://utools.com/download_agree.asp?download_id=600">msls</a> from utools.</p>
<p>Download it and place it somewhere within the path (I use \usr\bin, which I <a href="http://www.computerhope.com/issues/ch000549.htm">added to the path</a> earlier).</p>
<p><a href="http://www.stuartaxon.com/wp-content/uploads/2008/08/colourls.png"><img class="alignnone size-full wp-image-60" title="colourls" src="http://www.stuartaxon.com/wp-content/uploads/2008/08/colourls.png" alt="" width="500" height="338" /></a></p>
<p>Now, to get colour directories you can type &#8220;ls &#8211;color&#8221;.  However it would be better to have that happen all the time.</p>
<p>To set color as the default, set the environment variable <strong>LS_OPTIONS</strong> to <strong>&#8211;color</strong>:</p>
<ol>
<li>Press Windows+Pause,</li>
<li>Click through these buttons: Advanced, Environment Variables, New</li>
<li>Set the name as <strong>LS_OPTIONS</strong> and the variable to <strong>&#8211;color</strong></li>
</ol>
<p>Next time you launch the commandline and type <strong>ls</strong>, it will be in colour.  You can also combine options here, for instance if you want <strong>-l</strong> to be default as well.</p>
<h3>Using 4NT/TCC-LE</h3>
<p><a href="http://www.stuartaxon.com/wp-content/uploads/2008/08/tcc-color-dir.png"><img class="alignnone size-full wp-image-63" title="tcc-color-dir" src="http://www.stuartaxon.com/wp-content/uploads/2008/08/tcc-color-dir.png" alt="" width="500" height="297" /></a></p>
<p>Another way of getting colour directories is to use 4/NT or TakeCommand-LE (The free cut down version) from <a href="http://jpsoft.com">JPSoft</a>.  This replaces the whole command shell and has many enhancements that help day-to-day.</p>
<p>Once you&#8217;ve downloaded the shell, if you want to change colours for particular kinds of files, then type <strong>option</strong>, go to the <strong>windows</strong> tab, and you can set directory colours.</p>
<p>To set EXE CMD and BAT files to be bright white enter:</p>
<p><strong>EXE,CMD,BAT:15</strong></p>
<p>If you want bright white on blue enter</p>
<p><strong>EXE,CMD,BAT:15,1</strong></p>
<p>Semicolons seperate file types &#8211; here I&#8217;ve set executables yellow and documents white:</p>
<p><strong>EXE,CMD,BAT:14;TXT,DOC,PDF:15</strong></p>
<p>The colours are arranged foreground, background and can be any of the ones used below (note background only has 8 colours to choose from, while foreground has 16, the last being the brighter versions).</p>
<p><a href="http://www.stuartaxon.com/wp-content/uploads/2008/08/textmode-colors.png"><img class="alignnone size-full wp-image-62" title="textmode-colors" src="http://www.stuartaxon.com/wp-content/uploads/2008/08/textmode-colors.png" alt="" width="500" height="188" /></a></p>
<p>Note:  These are the default textmode colours, if you change the command prompt colours yours may be different.</p>
<h3>Tango in putty</h3>
<p>The tango project is a usability project for free software, the colours are very pleasing and have been <a href="http://madyogi.wordpress.com/2008/07/31/putty-tango-colors/">ported to putty</a>, alternatively the <a href="http://www.igvita.com/2008/04/14/custom-putty-color-themes/">Igvita theme</a> is nice.</p>
<p>The tango port comes with the bitstream vera mono fonts too, so everything should look pretty good once installed.</p>
<p><a href="http://www.stuartaxon.com/wp-content/uploads/2008/08/putty-tango.png"><img class="alignnone size-full wp-image-64" title="putty-tango" src="http://www.stuartaxon.com/wp-content/uploads/2008/08/putty-tango.png" alt="" width="500" height="448" /></a></p>
<h2>Colourise your browser</h2>
<p>If you use firefox you can install <a href="https://addons.mozilla.org/en-US/firefox/addon/1368">ColourfulTabs</a> which makes it easier to find that tab among the crowd (especially useful if like me, you have lots open).</p>
<h2><a href="http://www.stuartaxon.com/wp-content/uploads/2008/08/colourtabs.png"><img style="margin-left: 0px; margin-right: 0px;" title="colourtabs" src="http://www.stuartaxon.com/wp-content/uploads/2008/08/colourtabs-300x264.png" alt="" width="300" height="264" /></a></h2>
<h2>Colourise gmail (sometimes)</h2>
<p>This one is a little annoying as it seems to be broken, but I&#8217;ll include it anyway in case it gets fixed.</p>
<p>If you install greasemonkey and the gmail colouriser, then all your gmail will be coloured by label (for instance I have a label for mailing lists I subscribe to).      When the gmail colouriser is working this works great for finding certain kinds of mail in the long list.</p>
<p>Unfortunately this isn&#8217;t working for me at the moment, so no screenshot&#8230; if I knew how to debug greasemonkey scripts I might have a look at fixing this as it&#8217;s so useful &#8211; it seems to choke on certain mail names but I&#8217;m not sure what they are.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stuartaxon.com/2008/08/21/making-windows-usable-colourisation/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

