<?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>ZenMojo.com &#187; Software</title>
	<atom:link href="http://zenmojo.com/blog/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://zenmojo.com/blog</link>
	<description>Just another blog about nothing</description>
	<lastBuildDate>Thu, 08 Jul 2010 14:02:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Share Truecrypt volume on Windows with volume mount point</title>
		<link>http://zenmojo.com/blog/2009/08/18/share-truecrypt-volume-on-windows-with-volume-mount-point/</link>
		<comments>http://zenmojo.com/blog/2009/08/18/share-truecrypt-volume-on-windows-with-volume-mount-point/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 14:38:21 +0000</pubDate>
		<dc:creator>Zen</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[TrueCrypt]]></category>

		<guid isPermaLink="false">http://zenmojo.com/blog/?p=139</guid>
		<description><![CDATA[I keep all my sensitive documents encrypted in Truecrypt volumes (don&#8217;t you?).  But I ran into a problem when I wanted to share a Truecrypt volume across my home network.  I had to setup the share every time I mounted the volume.
Then it hit me; my flaw was that I was trying to set up [...]]]></description>
			<content:encoded><![CDATA[<p>I keep all my sensitive documents encrypted in <a href="http://www.truecrypt.org/" target="_blank">Truecrypt</a> volumes (don&#8217;t you?).  But I ran into a problem when I wanted to share a Truecrypt volume across my home network.  I had to setup the share every time I mounted the volume.</p>
<p>Then it hit me; my flaw was that I was trying to set up a share within the Truecrypt volume.  I needed to set up a share and then mount the TC volume inside that share.    But you can&#8217;t mount a Truecrypt volume to a directory.  Humm&#8230;.</p>
<p>Enter <a href="http://schinagl.priv.at/nt/hardlinkshellext/hardlinkshellext.html" target="_blank">Hardlink Shell Extension</a>.  HSE will let you create <a href="http://schinagl.priv.at/nt/hardlinkshellext/hardlinkshellext.html#volumemountpoint" target="_blank">Volume Mount Points</a> in Windows.  That will let you &#8220;map complete local volumes onto arbitrary disk locations&#8221;.  So you can create a VMP (as a folder) and point it at the drive letter of your TC volume.   That way whenever you mount the TC volume to that drive letter, it will already be shared.</p>
<p>After installing the HSE, Mount your TC volume, right-click, and select &#8220;Pick Link Source&#8221;</p>
<p><a href="http://zenmojo.com/blog/wp-content/uploads/2009/08/pick-link.jpg"><img class="alignnone size-medium wp-image-145" title="pick-link" src="http://zenmojo.com/blog/wp-content/uploads/2009/08/pick-link-216x300.jpg" alt="pick-link" width="216" height="300" /></a></p>
<p>Now go to the drive you are going to set up your shared folder and right click.  Then select &#8220;Drop As&#8230;&#8221; and &#8220;Volume Mountpoint&#8221;.</p>
<p><a href="http://zenmojo.com/blog/wp-content/uploads/2009/08/drop-vmp.jpg"><img class="alignnone size-medium wp-image-147" title="drop-vmp" src="http://zenmojo.com/blog/wp-content/uploads/2009/08/drop-vmp-290x300.jpg" alt="drop-vmp" width="290" height="300" /></a></p>
<p>Now just share the resulting folder.</p>
<p>When you mount the TC volume (or any TC volume for that matter) to the drive letter you selected as your &#8220;Link Source&#8221; it will be shared.</p>
<p>&#8211;Zen</p>
<p><img src="file:///C:/DOCUME%7E1/kjohnson/LOCALS%7E1/Temp/moz-screenshot.jpg" alt="" /></p>
<img src="http://zenmojo.com/blog/?ak_action=api_record_view&id=139&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fzenmojo.com%2Fblog%2F2009%2F08%2F18%2Fshare-truecrypt-volume-on-windows-with-volume-mount-point%2F&amp;linkname=Share%20Truecrypt%20volume%20on%20Windows%20with%20volume%20mount%20point"><img src="http://zenmojo.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://zenmojo.com/blog/2009/08/18/share-truecrypt-volume-on-windows-with-volume-mount-point/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Script to Mount / Unmount TrueCrypt Volumes</title>
		<link>http://zenmojo.com/blog/2009/04/15/script-to-mount-unmount-truecrypt-volumes/</link>
		<comments>http://zenmojo.com/blog/2009/04/15/script-to-mount-unmount-truecrypt-volumes/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 18:48:59 +0000</pubDate>
		<dc:creator>Zen</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[TrueCrypt]]></category>

		<guid isPermaLink="false">http://zenmojo.com/blog/?p=79</guid>
		<description><![CDATA[Improved on a script to mount a TrueCrypt Volume on Windows]]></description>
			<content:encoded><![CDATA[<p>I found a great article about a script to mount a TrueCrypt Volume on Windows <a href="http://www.allthingsmarked.com/2006/09/30/howto-securely-open-truecrypt-volumes-in-one-click-redux/" target="_blank">here</a>.  It also detailed a script to unmount the volume.</p>
<p>I decided to improve on it a bit, and allow the same script to mount and unmount the volume (by testing to see if the volume is mounted).  I did not include his password parameter because TrueCrypt will ask for the password anyway.  And I really don&#8217;t want to code my password into any script.</p>
<p>So here is the script:</p>
<blockquote><p>REM TrueCrypt mounting script (version 2)<br />
REM Based on script Written by Mark Ursino (allthingsmarked.com)<br />
REM Modified by Zen (Zenmojo.com)<br />
REM Modifications are allowed, but please include these comments<br />
@echo off</p>
<p>set TrueSource=I:\TrueCrypt\truecrypt<br />
set Source=I:\volume.cab<br />
set Drive=O:</p>
<p>IF EXIST &#8220;%Drive%&#8221; goto unmount</p>
<p>:mount<br />
cls<br />
&#8220;%TrueSource%&#8221; /v &#8220;%Source%&#8221; /l &#8220;%Drive%&#8221; /m /a /p /q<br />
explorer.exe &#8220;%Drive%&#8221;<br />
cls<br />
goto end</p>
<p>:unmount<br />
cls<br />
&#8220;%TrueSource%&#8221; /d&#8221;%Drive%&#8221; /q<br />
cls<br />
goto end</p>
<p>:end<br />
cls</p></blockquote>
<p>Notes:<br />
<em>TrueSource</em> is the location of your truecrypt.sys file (from the stand-alone version of TrueCrypt)<br />
<em>Source</em> is the source of your TrueCrypt file<br />
<em>Drive</em> is the drive letter you want to mount the file to</p>
<img src="http://zenmojo.com/blog/?ak_action=api_record_view&id=79&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fzenmojo.com%2Fblog%2F2009%2F04%2F15%2Fscript-to-mount-unmount-truecrypt-volumes%2F&amp;linkname=Script%20to%20Mount%20%2F%20Unmount%20TrueCrypt%20Volumes"><img src="http://zenmojo.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://zenmojo.com/blog/2009/04/15/script-to-mount-unmount-truecrypt-volumes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Stamp ID3 Tag Editor</title>
		<link>http://zenmojo.com/blog/2009/02/19/stamp-id3-tag-editor/</link>
		<comments>http://zenmojo.com/blog/2009/02/19/stamp-id3-tag-editor/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 15:56:45 +0000</pubDate>
		<dc:creator>Zen</dc:creator>
				<category><![CDATA[Audio]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://zenmojo.com/blog/?p=54</guid>
		<description><![CDATA[This is exactly the tool I was looking for to easily update Tags.
http://www.nch.com.au/tageditor/
]]></description>
			<content:encoded><![CDATA[<p>This is exactly the tool I was looking for to easily update Tags.</p>
<p><a href="http://www.nch.com.au/tageditor/">http://www.nch.com.au/tageditor/</a></p>
<img src="http://zenmojo.com/blog/?ak_action=api_record_view&id=54&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fzenmojo.com%2Fblog%2F2009%2F02%2F19%2Fstamp-id3-tag-editor%2F&amp;linkname=Stamp%20ID3%20Tag%20Editor"><img src="http://zenmojo.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://zenmojo.com/blog/2009/02/19/stamp-id3-tag-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Software</title>
		<link>http://zenmojo.com/blog/2007/10/24/software-2/</link>
		<comments>http://zenmojo.com/blog/2007/10/24/software-2/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 19:38:49 +0000</pubDate>
		<dc:creator>Zen</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://zenmojo.com/blog/2007/10/24/software-2/</guid>
		<description><![CDATA[This is where I will catalog some of my favorite software
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
7-Zip &#8211; Command-line and Windows shell utility for manipulating ZIP archives
Audacity &#8211; The Free, Cross-Platform Sound Editor
AudioGrabber &#8211; a great, and simple CD to MP3 Ripping software
CamStudio &#8211; Free Video Screen Capture Software
Clamwin &#8211; Free Software Open Source Virus and Spyware Scanner
Folder2ISO &#8211; creates an [...]]]></description>
			<content:encoded><![CDATA[<p><strong>This is where I will catalog some of my favorite software<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</strong></p>
<p><a target="_blank" href="http://www.7-zip.org/">7-Zip</a> &#8211; <font size="-1">Command-line and Windows shell utility for manipulating ZIP archives</font></p>
<p><a target="_blank" href="http://audacity.sourceforge.net/">Audacity</a> &#8211; The Free, Cross-Platform Sound Editor</p>
<p><a target="_blank" href="http://www.audiograbber.com-us.net/">AudioGrabber</a> &#8211; a great, and simple CD to MP3 Ripping software</p>
<p><a href="http://camstudio.org/">CamStudio</a> &#8211; Free Video Screen Capture Software</p>
<p><a target="_blank" href="http://www.clamwin.com/">Clamwin</a> &#8211; Free Software Open Source Virus and Spyware Scanner</p>
<p><font class="normal"><a target="_blank" href="http://www.trustfm.net/divx/SoftwareFolder2Iso.html">Folder2ISO</a> &#8211; creates an iso from any kind of folder (with the subfolders).</font></p>
<p><a target="_blank" href="http://zenmojo.com/blog/2006/05/02/split-directories-up-to-span-cddvd/">Hardlink</a> &#8211; Split directories up to Span CD/DVD</p>
<p><a target="_blank" href="http://www.vlsoftware.net/exico/">Icons from File </a>- Ever wanted to extract the icon from an exe file?  No?  Well, here is the program anyway.</p>
<p><a target="_blank" href="http://isorecorder.alexfeinman.com/isorecorder.htm">ISORecorder </a>- Free CD Image Burner and CD to CD Copier program for Windows</p>
<p><a target="_blank" href="http://www.elsdoerfer.info/=ntfslink">NTSFLink</a> &#8211;  a set of Windows Shell Extensions which hook into Explorer, providing extended functionality for creating and using hard links, as well as junction points on NTFS file systems.</p>
<p><a target="_blank" href="http://www.nvu.com/">Nvu</a> &#8211; A complete Web Authoring System</p>
<p><a target="_blank" href="http://www.hak5.org/forums/viewtopic.php?t=983">Pandora&#8217;s Jar</a> &#8211; to &#8220;time-shift&#8221; Pandora internet radio</p>
<p><a target="_blank" href="http://www.uvnc.com/screenrecorder/index.html">ScreenRecoder from UltraVNC</a> &#8211; A free Screen Recorder software package</p>
<p><a target="_blank" href="http://sdp.ppona.com/">SDP Multimedia</a> &#8211; If you want to save a streaming Microsoft video (like an ASX playlist), then this is the tool you need</p>
<p><a target="_blank" href="http://www.uvnc.com/">UltraVNC</a> &#8211; VNC that will authenticate users via ldap or AD.</p>
<p><a target="_blank" href="http://tanbir.wordpress.com/2006/05/26/vdownloader-02-download-videos-from-youtube-google-video-and-grinvi/">VDownloader</a> &#8211; If you want to save that great Google Video or YouTube video, you need this tool</p>
<p><a target="_blank" href="http://home.snafu.de/tilman/xenulink.html">Xenu&#8217;s Link Sleuth</a> &#8211; Find broken links on your site</p>
<p><a target="_blank" href="http://zamzar.com/">zamzar.com</a> &#8211; Web-based File Converter</p>
<img src="http://zenmojo.com/blog/?ak_action=api_record_view&id=37&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fzenmojo.com%2Fblog%2F2007%2F10%2F24%2Fsoftware-2%2F&amp;linkname=Software"><img src="http://zenmojo.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://zenmojo.com/blog/2007/10/24/software-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script to Install Macromedia Contribute Key</title>
		<link>http://zenmojo.com/blog/2007/09/05/script-to-install-macromedia-contribute-key/</link>
		<comments>http://zenmojo.com/blog/2007/09/05/script-to-install-macromedia-contribute-key/#comments</comments>
		<pubDate>Wed, 05 Sep 2007 18:51:54 +0000</pubDate>
		<dc:creator>Zen</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Info]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://zenmojo.com/blog/2007/09/05/script-to-install-macromedia-contribute-key/</guid>
		<description><![CDATA[I never could find a good script to check to see if a Macromedia Contribute key had been installed for a user on a machine, and if not then to run the key.  So I made one.  This one is for Contribute 2, but I think it will work with 3 (if you [...]]]></description>
			<content:encoded><![CDATA[<p>I never could find a good script to check to see if a Macromedia Contribute key had been installed for a user on a machine, and if not then to run the key.  So I made one.  This one is for Contribute 2, but I think it will work with 3 (if you change the Site folder to 3).  And it assumes that the user will only be running one Site. I make the Contribute Icon/Shortcut point to this script.</p>
<p>You will need to change &#8220;h:\key.stc&#8221; to the location of your key.  You will need to save the following script as a .vbs</p>
<p>Set objFSO = CreateObject(&#8221;Scripting.FileSystemObject&#8221;)<br />
Set objNetwork = WScript.CreateObject(&#8221;WScript.Network&#8221;)<br />
strUserName = objNetwork.UserName<br />
If objFSO.FileExists(&#8221;C:\Documents and Settings\&#8221; &#038; strUserName &#038; &#8220;\Local Settings\Application Data\Macromedia\Contribute 2\Sites\Site1\_mm\contribute.xml&#8221;) Then<br />
Set wshShell = WScript.CreateObject (&#8221;WSCript.shell&#8221;)<br />
wshshell.run &#8220;&#8221;"C:\Program Files\Macromedia\Contribute 2\Contribute.exe&#8221;"&#8221;, 6, True<br />
set wshshell = nothing<br />
Wscript.Quit<br />
Else<br />
Wscript.Echo &#8220;Your Contribute Key needs to be installed on this computer.  Click OK to begin.&#8221;<br />
Set wshShell = WScript.CreateObject (&#8221;WSCript.shell&#8221;)<br />
wshshell.run &#8220;h:\key.stc&#8221;, 6, True<br />
set wshshell = nothing<br />
End If</p>
<p>References:<br />
1) <a target="_blank" href="http://www.microsoft.com/technet/scriptcenter/resources/qanda/jun05/hey0620.mspx">http://www.microsoft.com/technet/scriptcenter/resources/qanda/jun05/hey0620.mspx<br />
</a>2) <a target="_blank" href="http://weblogs.asp.net/steveschofield/archive/2004/03/14/89240.aspx">http://weblogs.asp.net/steveschofield/archive/2004/03/14/89240.aspx</a><br />
3) <a target="_blank" href="http://www.computerperformance.co.uk/Logon/Logon_HomeDirAdv.htm">http://www.computerperformance.co.uk/Logon/Logon_HomeDirAdv.htm</a><a target="_blank" href="http://www.microsoft.com/technet/scriptcenter/resources/qanda/jun05/hey0620.mspx"><br />
</a></p>
<img src="http://zenmojo.com/blog/?ak_action=api_record_view&id=36&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fzenmojo.com%2Fblog%2F2007%2F09%2F05%2Fscript-to-install-macromedia-contribute-key%2F&amp;linkname=Script%20to%20Install%20Macromedia%20Contribute%20Key"><img src="http://zenmojo.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://zenmojo.com/blog/2007/09/05/script-to-install-macromedia-contribute-key/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
