<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: 18 Portable Apps that Every Tech Needs</title>
	<atom:link href="http://www.emergingtechs.com/posts/18-portable-apps-that-every-tech-needs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emergingtechs.com/posts/18-portable-apps-that-every-tech-needs/</link>
	<description>A Weblog for Emerging Computer Technicians</description>
	<lastBuildDate>Fri, 12 Mar 2010 22:35:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Aaron</title>
		<link>http://www.emergingtechs.com/posts/18-portable-apps-that-every-tech-needs/comment-page-1/#comment-722</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Fri, 12 Mar 2010 03:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.caseytech.com/18-portable-apps-that-every-tech-needs/#comment-722</guid>
		<description>Excellent tools. Thanks for posting all these, saved me decades of finding them on my own. I agree with the top comment, ghostzilla is amazing and I&#039;m running off it right now. Thanks for all the nice tools; I&#039;ll have a blast using all my new toys!!!</description>
		<content:encoded><![CDATA[<p>Excellent tools. Thanks for posting all these, saved me decades of finding them on my own. I agree with the top comment, ghostzilla is amazing and I&#8217;m running off it right now. Thanks for all the nice tools; I&#8217;ll have a blast using all my new toys!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobeus</title>
		<link>http://www.emergingtechs.com/posts/18-portable-apps-that-every-tech-needs/comment-page-1/#comment-432</link>
		<dc:creator>Tobeus</dc:creator>
		<pubDate>Wed, 26 Nov 2008 16:08:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.caseytech.com/18-portable-apps-that-every-tech-needs/#comment-432</guid>
		<description>Dial-a-Fix
A very useful shortcut for common windows XP repairs (includes re-registration of common dll files, registry fixes, etc).  I usually get it from softpedia.com.  Not exactly designed as a portable app, but it runs as a stand-alone tool without need for installation.</description>
		<content:encoded><![CDATA[<p>Dial-a-Fix<br />
A very useful shortcut for common windows XP repairs (includes re-registration of common dll files, registry fixes, etc).  I usually get it from softpedia.com.  Not exactly designed as a portable app, but it runs as a stand-alone tool without need for installation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus</title>
		<link>http://www.emergingtechs.com/posts/18-portable-apps-that-every-tech-needs/comment-page-1/#comment-171</link>
		<dc:creator>Marcus</dc:creator>
		<pubDate>Wed, 07 Nov 2007 04:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.caseytech.com/18-portable-apps-that-every-tech-needs/#comment-171</guid>
		<description>Truecrypt is a very powerful on the fly encryption program.  Either on local or USB mode.  See http://www.truecrypt.org/</description>
		<content:encoded><![CDATA[<p>Truecrypt is a very powerful on the fly encryption program.  Either on local or USB mode.  See <a href="http://www.truecrypt.org/" rel="nofollow">http://www.truecrypt.org/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.emergingtechs.com/posts/18-portable-apps-that-every-tech-needs/comment-page-1/#comment-169</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 06 Sep 2007 19:59:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.caseytech.com/18-portable-apps-that-every-tech-needs/#comment-169</guid>
		<description>Follow-Me IP seems to be a dead link.  fmip.org does not respond to DNS searches.  If you have a copy of the app and the license allows it, please post a copy on your server so the rest of us can benefit.

Thanks for a great list of useful apps.

There are several sites that have tremendous lists of portable apps (tinyapps.org, no-install.com, etc.).  Depending on your needs, there are many that are very helpful to have on your thumbdrive.  I personally like a copy of Perl installed there (portable xamp or other sources) and I use quite a few of the GNU Win32 tools (all portable by definition).

One hint that I find useful, I use a lot of command line tools so I have a batch file in the root of my thumb drive that appends the executable directories on my thumb drive to the path.  I&#039;ve included that below for those who are interested ...

----------------------------
rem Setup DOS path to access thumb drive programs
@if &#039;%1&#039; == &#039;&#039; goto Usage

set PATH=%PATH%;%1\public;%1\GnuWin32\bin;%1\PortableApps;%1\xampp\xampplite\perl\bin

@goto done

:Usage
@echo Usage: %0 drive_letter:

:done
---------------------

Obviously you will have to change the PATH= statement to fit your configuration.

Usage is simply &quot;thumbpath i:&quot; where you replace &quot;i:&quot; with the drive letter that your thumbdrive gets assigned.

Thanks,

- James</description>
		<content:encoded><![CDATA[<p>Follow-Me IP seems to be a dead link.  fmip.org does not respond to DNS searches.  If you have a copy of the app and the license allows it, please post a copy on your server so the rest of us can benefit.</p>
<p>Thanks for a great list of useful apps.</p>
<p>There are several sites that have tremendous lists of portable apps (tinyapps.org, no-install.com, etc.).  Depending on your needs, there are many that are very helpful to have on your thumbdrive.  I personally like a copy of Perl installed there (portable xamp or other sources) and I use quite a few of the GNU Win32 tools (all portable by definition).</p>
<p>One hint that I find useful, I use a lot of command line tools so I have a batch file in the root of my thumb drive that appends the executable directories on my thumb drive to the path.  I&#8217;ve included that below for those who are interested &#8230;</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
rem Setup DOS path to access thumb drive programs<br />
@if &#8216;%1&#8242; == &#8221; goto Usage</p>
<p>set PATH=%PATH%;%1\public;%1\GnuWin32\bin;%1\PortableApps;%1\xampp\xampplite\perl\bin</p>
<p>@goto done</p>
<p>:Usage<br />
@echo Usage: %0 drive_letter:</p>
<p>:done<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Obviously you will have to change the PATH= statement to fit your configuration.</p>
<p>Usage is simply &#8220;thumbpath i:&#8221; where you replace &#8220;i:&#8221; with the drive letter that your thumbdrive gets assigned.</p>
<p>Thanks,</p>
<p>- James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: icemax</title>
		<link>http://www.emergingtechs.com/posts/18-portable-apps-that-every-tech-needs/comment-page-1/#comment-173</link>
		<dc:creator>icemax</dc:creator>
		<pubDate>Fri, 13 Jul 2007 13:11:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.caseytech.com/18-portable-apps-that-every-tech-needs/#comment-173</guid>
		<description>Hey .. people ...

very very good portable application :?
please go to
http://www.WinPenPack.com .....

very very good .... please go to it.....

helo friends. ;-)</description>
		<content:encoded><![CDATA[<p>Hey .. people &#8230;</p>
<p>very very good portable application <img src='http://www.emergingtechs.com/wp-includes/images/smilies/icon_confused.gif' alt=':?' class='wp-smiley' /><br />
please go to<br />
<a href="http://www.WinPenPack.com" rel="nofollow">http://www.WinPenPack.com</a> &#8230;..</p>
<p>very very good &#8230;. please go to it&#8230;..</p>
<p>helo friends. <img src='http://www.emergingtechs.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: badR</title>
		<link>http://www.emergingtechs.com/posts/18-portable-apps-that-every-tech-needs/comment-page-1/#comment-172</link>
		<dc:creator>badR</dc:creator>
		<pubDate>Mon, 25 Jun 2007 17:03:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.caseytech.com/18-portable-apps-that-every-tech-needs/#comment-172</guid>
		<description>you can find any portable app in
http://usbtools.wordpress.com/

regards</description>
		<content:encoded><![CDATA[<p>you can find any portable app in<br />
<a href="http://usbtools.wordpress.com/" rel="nofollow">http://usbtools.wordpress.com/</a></p>
<p>regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Techguns</title>
		<link>http://www.emergingtechs.com/posts/18-portable-apps-that-every-tech-needs/comment-page-1/#comment-170</link>
		<dc:creator>Techguns</dc:creator>
		<pubDate>Wed, 30 May 2007 20:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.caseytech.com/18-portable-apps-that-every-tech-needs/#comment-170</guid>
		<description>This TCP/IP has been portable for years.

NetstatViewer

http://www.misec.net/freeware/</description>
		<content:encoded><![CDATA[<p>This TCP/IP has been portable for years.</p>
<p>NetstatViewer</p>
<p><a href="http://www.misec.net/freeware/" rel="nofollow">http://www.misec.net/freeware/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Tootill</title>
		<link>http://www.emergingtechs.com/posts/18-portable-apps-that-every-tech-needs/comment-page-1/#comment-168</link>
		<dc:creator>Peter Tootill</dc:creator>
		<pubDate>Thu, 10 May 2007 07:46:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.caseytech.com/18-portable-apps-that-every-tech-needs/#comment-168</guid>
		<description>I&#039;ve found the solution to my virtual desktop need: monitors from http://www.godlikesoft.de/html/products.html

Also useful for snmp devices is ireasoning&#039;s mib browser, which also doesn&#039;t need install if you use the zip version: http://www.ireasoning.com/mibbrowser.shtml

Rgrds

Peter</description>
		<content:encoded><![CDATA[<p>I&#8217;ve found the solution to my virtual desktop need: monitors from <a href="http://www.godlikesoft.de/html/products.html" rel="nofollow">http://www.godlikesoft.de/html/products.html</a></p>
<p>Also useful for snmp devices is ireasoning&#8217;s mib browser, which also doesn&#8217;t need install if you use the zip version: <a href="http://www.ireasoning.com/mibbrowser.shtml" rel="nofollow">http://www.ireasoning.com/mibbrowser.shtml</a></p>
<p>Rgrds</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Musings of a Wired Pig &#187; Blog Archive &#187; USB Smart Drive?</title>
		<link>http://www.emergingtechs.com/posts/18-portable-apps-that-every-tech-needs/comment-page-1/#comment-167</link>
		<dc:creator>Musings of a Wired Pig &#187; Blog Archive &#187; USB Smart Drive?</dc:creator>
		<pubDate>Wed, 28 Mar 2007 00:00:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.caseytech.com/18-portable-apps-that-every-tech-needs/#comment-167</guid>
		<description>[...] 18 Portable Apps That Every Tech Needs    Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages. [...]</description>
		<content:encoded><![CDATA[<p>[...] 18 Portable Apps That Every Tech Needs    Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon</title>
		<link>http://www.emergingtechs.com/posts/18-portable-apps-that-every-tech-needs/comment-page-1/#comment-166</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Wed, 21 Mar 2007 14:18:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.caseytech.com/18-portable-apps-that-every-tech-needs/#comment-166</guid>
		<description>Here is a list of some useful websites to find some of the apps I previously mentioned:
http://en.wikipedia.org/wiki/List_of_portable_software
http://www.theinfobox.com/index.php?title=Main_Page
http://portableapps.com/apps
http://www.portablefreeware.com/
http://www.kikizas.net/en/usbapps.html
http://www.tinyapps.org/</description>
		<content:encoded><![CDATA[<p>Here is a list of some useful websites to find some of the apps I previously mentioned:<br />
<a href="http://en.wikipedia.org/wiki/List_of_portable_software" rel="nofollow">http://en.wikipedia.org/wiki/List_of_portable_software</a><br />
<a href="http://www.theinfobox.com/index.php?title=Main_Page" rel="nofollow">http://www.theinfobox.com/index.php?title=Main_Page</a><br />
<a href="http://portableapps.com/apps" rel="nofollow">http://portableapps.com/apps</a><br />
<a href="http://www.portablefreeware.com/" rel="nofollow">http://www.portablefreeware.com/</a><br />
<a href="http://www.kikizas.net/en/usbapps.html" rel="nofollow">http://www.kikizas.net/en/usbapps.html</a><br />
<a href="http://www.tinyapps.org/" rel="nofollow">http://www.tinyapps.org/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
