<?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: How to create shortcuts with a relative path for use on USB drives</title>
	<atom:link href="http://www.freewaregenius.com/2008/07/24/how-to-create-shortcuts-with-a-relative-path-for-use-on-usb-drives/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.freewaregenius.com/2008/07/24/how-to-create-shortcuts-with-a-relative-path-for-use-on-usb-drives/</link>
	<description>Freeware reviews and downloads, featuring the coolest, best free software</description>
	<lastBuildDate>Sat, 21 Nov 2009 03:11:20 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Wouter Lievens</title>
		<link>http://www.freewaregenius.com/2008/07/24/how-to-create-shortcuts-with-a-relative-path-for-use-on-usb-drives/comment-page-1/#comment-253349</link>
		<dc:creator>Wouter Lievens</dc:creator>
		<pubDate>Mon, 09 Nov 2009 15:52:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.freewaregenius.com/?p=2056#comment-253349</guid>
		<description>This is not good enough, unfortunately. Virus scanners will not pick up on the shortcut, but they will complain about the executable you create :-(</description>
		<content:encoded><![CDATA[<p>This is not good enough, unfortunately. Virus scanners will not pick up on the shortcut, but they will complain about the executable you create <img src='http://www.freewaregenius.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CMedina</title>
		<link>http://www.freewaregenius.com/2008/07/24/how-to-create-shortcuts-with-a-relative-path-for-use-on-usb-drives/comment-page-1/#comment-252715</link>
		<dc:creator>CMedina</dc:creator>
		<pubDate>Mon, 26 Oct 2009 21:45:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.freewaregenius.com/?p=2056#comment-252715</guid>
		<description>I&#039;ve found another way.. it is pretty simple but will leave you a cmd window opened until main application is closed.

1. Create a Shortcut

2. Just write in &quot;&lt;b&gt;Traget:&lt;b&gt;&quot;
&lt;b&gt;%windir%\system32\cmd.exe /c cd &quot;__RELPATH_TO_MY_WORKING_DIR__&quot; &amp; &quot;__APP_NAME__&quot;&lt;/b&gt;

3. In the &quot;&lt;b&gt;Start In:&lt;b&gt;&quot; (Leave it blank)

Note:
I dont know if using the command &lt;b&gt;cd&lt;/b&gt; approach will work for you as &quot;Start In:&quot; does but it worked for me.

Also, you can set &quot;Run:&quot; to minimized but will leave window still opened... I hate that window!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve found another way.. it is pretty simple but will leave you a cmd window opened until main application is closed.</p>
<p>1. Create a Shortcut</p>
<p>2. Just write in &#8220;<b>Traget:</b><b>&#8221;<br />
</b><b>%windir%\system32\cmd.exe /c cd &#8220;__RELPATH_TO_MY_WORKING_DIR__&#8221; &amp; &#8220;__APP_NAME__&#8221;</b></p>
<p>3. In the &#8220;<b>Start In:</b><b>&#8221; (Leave it blank)</p>
<p>Note:<br />
I dont know if using the command </b><b>cd</b> approach will work for you as &#8220;Start In:&#8221; does but it worked for me.</p>
<p>Also, you can set &#8220;Run:&#8221; to minimized but will leave window still opened&#8230; I hate that window!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.freewaregenius.com/2008/07/24/how-to-create-shortcuts-with-a-relative-path-for-use-on-usb-drives/comment-page-1/#comment-252185</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 14 Oct 2009 19:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.freewaregenius.com/?p=2056#comment-252185</guid>
		<description>Best comment by Joe. This works flawlessly; no bat files, no extra applications to download. Of course, I only need these shortcuts for Vista/Win7. I have an autorun.inf in the root for shell integration in XP. (Best to mark it as read only.)

&lt;code&gt;
shell=0cmd
shellcmd=CMD NAME
shellcmd\command=explorer \PATH\Path
#clicking on the drive launches a window to specified folder.

shell=1KPX
shell\1KPX=1. KeePassX
shell\1KPX\command=PATH\Path\KeePassX.exe
#right click drive, click on &#039;1. KeePassX&#039; to launch KeePassX

shell=2True
shell\2True=2. TrueCrypt
shell\2True\command= PATH\Path\TrueCrypt.exe /v PATH\Path\volume
#right click drive, click on &#039;2. TrueCrypt&#039; to launch TrueCrypt to a 
#specified volume.

shell=3dismounttc
shell\3dismounttc=3. Dismount
shell\3dismounttc\command=PATH\Path\TrueCrypt.exe /d /q
#right click drive, click on &#039;3. Dismount&#039; to dismount TrueCrypt 
#volumes and exit program.
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Best comment by Joe. This works flawlessly; no bat files, no extra applications to download. Of course, I only need these shortcuts for Vista/Win7. I have an autorun.inf in the root for shell integration in XP. (Best to mark it as read only.)</p>
<p><code><br />
shell=0cmd<br />
shellcmd=CMD NAME<br />
shellcmd\command=explorer \PATH\Path<br />
#clicking on the drive launches a window to specified folder.</p>
<p>shell=1KPX<br />
shell\1KPX=1. KeePassX<br />
shell\1KPX\command=PATH\Path\KeePassX.exe<br />
#right click drive, click on '1. KeePassX' to launch KeePassX</p>
<p>shell=2True<br />
shell\2True=2. TrueCrypt<br />
shell\2True\command= PATH\Path\TrueCrypt.exe /v PATH\Path\volume<br />
#right click drive, click on '2. TrueCrypt' to launch TrueCrypt to a<br />
#specified volume.</p>
<p>shell=3dismounttc<br />
shell\3dismounttc=3. Dismount<br />
shell\3dismounttc\command=PATH\Path\TrueCrypt.exe /d /q<br />
#right click drive, click on '3. Dismount' to dismount TrueCrypt<br />
#volumes and exit program.<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Help?</title>
		<link>http://www.freewaregenius.com/2008/07/24/how-to-create-shortcuts-with-a-relative-path-for-use-on-usb-drives/comment-page-1/#comment-251185</link>
		<dc:creator>Help?</dc:creator>
		<pubDate>Wed, 30 Sep 2009 22:35:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.freewaregenius.com/?p=2056#comment-251185</guid>
		<description>on some public computers the cmd is disabled and you cant use it. any way to get past that?</description>
		<content:encoded><![CDATA[<p>on some public computers the cmd is disabled and you cant use it. any way to get past that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.freewaregenius.com/2008/07/24/how-to-create-shortcuts-with-a-relative-path-for-use-on-usb-drives/comment-page-1/#comment-248566</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Fri, 28 Aug 2009 11:12:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.freewaregenius.com/?p=2056#comment-248566</guid>
		<description>My mistake, I pasted the debug code.  All you need is:

@echo off
“Program Files\Support Tools\setx.exe” %*</description>
		<content:encoded><![CDATA[<p>My mistake, I pasted the debug code.  All you need is:</p>
<p>@echo off<br />
“Program Files\Support Tools\setx.exe” %*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.freewaregenius.com/2008/07/24/how-to-create-shortcuts-with-a-relative-path-for-use-on-usb-drives/comment-page-1/#comment-248564</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Fri, 28 Aug 2009 10:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.freewaregenius.com/?p=2056#comment-248564</guid>
		<description>I have improved on this slightly so that you can use command line options with the batch file, and pass it on.  This also works with spaces, you just need to enclose them with quotations.

Simply use this template, and replace the 4th line down with your path from above, remembering the %* at the end.

@echo off
set count=0
call :loop %*
&quot;Program Files\Support Tools\setx.exe&quot; %*
goto :EOF
:loop
if !%1!==!! goto :EOF
shift
set /a count+=1
goto :loop</description>
		<content:encoded><![CDATA[<p>I have improved on this slightly so that you can use command line options with the batch file, and pass it on.  This also works with spaces, you just need to enclose them with quotations.</p>
<p>Simply use this template, and replace the 4th line down with your path from above, remembering the %* at the end.</p>
<p>@echo off<br />
set count=0<br />
call :loop %*<br />
&#8220;Program Files\Support Tools\setx.exe&#8221; %*<br />
goto :EOF<br />
:loop<br />
if !%1!==!! goto :EOF<br />
shift<br />
set /a count+=1<br />
goto :loop</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir Orlovsky</title>
		<link>http://www.freewaregenius.com/2008/07/24/how-to-create-shortcuts-with-a-relative-path-for-use-on-usb-drives/comment-page-1/#comment-242002</link>
		<dc:creator>Vladimir Orlovsky</dc:creator>
		<pubDate>Fri, 01 May 2009 18:29:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.freewaregenius.com/?p=2056#comment-242002</guid>
		<description>I do it in a much more simpler way:
RelativePathForUSB.1.bat -&gt;
start \usb\T\Test\Test1\Test1.txt

&#039;usb&#039; is a main directory.
You can store *.bat files in any directory on your usb drive, .. it will find any file/application on your usb drive.
Thanks, Vladimir Orlovsky</description>
		<content:encoded><![CDATA[<p>I do it in a much more simpler way:<br />
RelativePathForUSB.1.bat -&gt;<br />
start \usb\T\Test\Test1\Test1.txt</p>
<p>&#8216;usb&#8217; is a main directory.<br />
You can store *.bat files in any directory on your usb drive, .. it will find any file/application on your usb drive.<br />
Thanks, Vladimir Orlovsky</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moman256</title>
		<link>http://www.freewaregenius.com/2008/07/24/how-to-create-shortcuts-with-a-relative-path-for-use-on-usb-drives/comment-page-1/#comment-241466</link>
		<dc:creator>Moman256</dc:creator>
		<pubDate>Thu, 16 Apr 2009 03:40:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.freewaregenius.com/?p=2056#comment-241466</guid>
		<description>Ok, if you guys don&#039;t want a black DOS windows to pop up. Then, when you are making the conversion, check invisible application instead of visible application (the default)</description>
		<content:encoded><![CDATA[<p>Ok, if you guys don&#8217;t want a black DOS windows to pop up. Then, when you are making the conversion, check invisible application instead of visible application (the default)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jedi_Master_Revan@yahoo.ca</title>
		<link>http://www.freewaregenius.com/2008/07/24/how-to-create-shortcuts-with-a-relative-path-for-use-on-usb-drives/comment-page-1/#comment-241351</link>
		<dc:creator>Jedi_Master_Revan@yahoo.ca</dc:creator>
		<pubDate>Wed, 08 Apr 2009 04:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.freewaregenius.com/?p=2056#comment-241351</guid>
		<description>The scary part is, though I&#039;ll never use this for what the article explains, but I&#039;ll probably find a hundred other uses. Especially the icon thing. Thanks :)</description>
		<content:encoded><![CDATA[<p>The scary part is, though I&#8217;ll never use this for what the article explains, but I&#8217;ll probably find a hundred other uses. Especially the icon thing. Thanks <img src='http://www.freewaregenius.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Firestorm</title>
		<link>http://www.freewaregenius.com/2008/07/24/how-to-create-shortcuts-with-a-relative-path-for-use-on-usb-drives/comment-page-1/#comment-241198</link>
		<dc:creator>Firestorm</dc:creator>
		<pubDate>Thu, 02 Apr 2009 01:37:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.freewaregenius.com/?p=2056#comment-241198</guid>
		<description>Help please.
Won&#039;t work for Launchy. 
Here&#039;s what I typed in:
&quot;\PortableApps\Launchy\Launchy.exe&quot;

I tested it with the portableapps menu and that one works
This is what I typed in for that one:
&quot;\PortableApps\PortableAppsMenu\PortableAppsMenu.exe&quot;

I&#039;m stumped, why won&#039;t ot work for launchy?   The only dif is the last folder name and obviously the exe .  I can run launchy manualy from there or from the portableapps menu but not from the bat/exe.  :&#039;(</description>
		<content:encoded><![CDATA[<p>Help please.<br />
Won&#8217;t work for Launchy.<br />
Here&#8217;s what I typed in:<br />
&#8220;\PortableApps\Launchy\Launchy.exe&#8221;</p>
<p>I tested it with the portableapps menu and that one works<br />
This is what I typed in for that one:<br />
&#8220;\PortableApps\PortableAppsMenu\PortableAppsMenu.exe&#8221;</p>
<p>I&#8217;m stumped, why won&#8217;t ot work for launchy?   The only dif is the last folder name and obviously the exe .  I can run launchy manualy from there or from the portableapps menu but not from the bat/exe.  :&#8217;(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 10 Tips To Make A USB Drive More Functional Than Just Storing Data</title>
		<link>http://www.freewaregenius.com/2008/07/24/how-to-create-shortcuts-with-a-relative-path-for-use-on-usb-drives/comment-page-1/#comment-237433</link>
		<dc:creator>10 Tips To Make A USB Drive More Functional Than Just Storing Data</dc:creator>
		<pubDate>Wed, 18 Feb 2009 07:01:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.freewaregenius.com/?p=2056#comment-237433</guid>
		<description>[...] To get around this problem, freewaregenius.com has a nice solution using a batch file and converting it to an executable. For the complete how-to, check out How To Create Shortcuts For Use On USB Drives. [...]</description>
		<content:encoded><![CDATA[<p>[...] To get around this problem, freewaregenius.com has a nice solution using a batch file and converting it to an executable. For the complete how-to, check out How To Create Shortcuts For Use On USB Drives. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ran</title>
		<link>http://www.freewaregenius.com/2008/07/24/how-to-create-shortcuts-with-a-relative-path-for-use-on-usb-drives/comment-page-1/#comment-236831</link>
		<dc:creator>ran</dc:creator>
		<pubDate>Mon, 09 Feb 2009 04:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.freewaregenius.com/?p=2056#comment-236831</guid>
		<description>what if i want to run some .exe with command line?
like  &quot;abc\game&quot; -console</description>
		<content:encoded><![CDATA[<p>what if i want to run some .exe with command line?<br />
like  &#8220;abc\game&#8221; -console</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suuk</title>
		<link>http://www.freewaregenius.com/2008/07/24/how-to-create-shortcuts-with-a-relative-path-for-use-on-usb-drives/comment-page-1/#comment-236526</link>
		<dc:creator>suuk</dc:creator>
		<pubDate>Wed, 04 Feb 2009 12:19:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.freewaregenius.com/?p=2056#comment-236526</guid>
		<description>when i tried to make the .bat file executable, my antivirus jumped right over it screaming it was a trojan horse. i don&#039;t like this solution!</description>
		<content:encoded><![CDATA[<p>when i tried to make the .bat file executable, my antivirus jumped right over it screaming it was a trojan horse. i don&#8217;t like this solution!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Relatieve paden in een Windows snelkoppeling &#171; fransmarks.nl</title>
		<link>http://www.freewaregenius.com/2008/07/24/how-to-create-shortcuts-with-a-relative-path-for-use-on-usb-drives/comment-page-1/#comment-235426</link>
		<dc:creator>Relatieve paden in een Windows snelkoppeling &#171; fransmarks.nl</dc:creator>
		<pubDate>Sat, 17 Jan 2009 08:56:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.freewaregenius.com/?p=2056#comment-235426</guid>
		<description>[...] is een perfecte en relatief eenvoudige oplossing, die ik heb gevonden op Freewaregenius.com. Je hebt 2 eenvoudige gratis tooltjes nodig. Eén om het ikoontje van de toepassing op te halen uit [...]</description>
		<content:encoded><![CDATA[<p>[...] is een perfecte en relatief eenvoudige oplossing, die ik heb gevonden op Freewaregenius.com. Je hebt 2 eenvoudige gratis tooltjes nodig. Eén om het ikoontje van de toepassing op te halen uit [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.freewaregenius.com/2008/07/24/how-to-create-shortcuts-with-a-relative-path-for-use-on-usb-drives/comment-page-1/#comment-235242</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 14 Jan 2009 16:39:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.freewaregenius.com/?p=2056#comment-235242</guid>
		<description>Doesn&#039;t work for me. My batch file reads:
&quot;\PDFV_Portable\PDFXCview.exe&quot;
(quotes included)
Upon executing it, it launches PDF Viewer as expected.
After &quot;compiling&quot; it to EXE, I get a flashing window. Both EXE and BAT are in T:\

If I run the exe from the command prompt, I get the following result:
C:\DOKUME~1\Alex\LOKALE~1\Temp\232.tmp&gt;&quot;\PDFV_Portable\PDFXCview.exe&quot;
Das System kann den angegebenen Pfad nicht finden.

First line suggests that the exe is launched from a temp directory (and not from t:\ where the exe resides)
Second line says that the system could not find the specified path (i.e. \PDFV_Portable), which is understandable, given the fact that it starts from C:\ and not T:\
So, while the problem is clear (program is executed from a different place), I don&#039;t know the solution.</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t work for me. My batch file reads:<br />
&#8220;\PDFV_Portable\PDFXCview.exe&#8221;<br />
(quotes included)<br />
Upon executing it, it launches PDF Viewer as expected.<br />
After &#8220;compiling&#8221; it to EXE, I get a flashing window. Both EXE and BAT are in T:\</p>
<p>If I run the exe from the command prompt, I get the following result:<br />
C:\DOKUME~1\Alex\LOKALE~1\Temp\232.tmp&gt;&#8221;\PDFV_Portable\PDFXCview.exe&#8221;<br />
Das System kann den angegebenen Pfad nicht finden.</p>
<p>First line suggests that the exe is launched from a temp directory (and not from t:\ where the exe resides)<br />
Second line says that the system could not find the specified path (i.e. \PDFV_Portable), which is understandable, given the fact that it starts from C:\ and not T:\<br />
So, while the problem is clear (program is executed from a different place), I don&#8217;t know the solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://www.freewaregenius.com/2008/07/24/how-to-create-shortcuts-with-a-relative-path-for-use-on-usb-drives/comment-page-1/#comment-176126</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Wed, 10 Sep 2008 18:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.freewaregenius.com/?p=2056#comment-176126</guid>
		<description>When I do this, the command doesn&#039;t know that it has opened the program so the script stays open.   Any thoughts?</description>
		<content:encoded><![CDATA[<p>When I do this, the command doesn&#8217;t know that it has opened the program so the script stays open.   Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stumpy</title>
		<link>http://www.freewaregenius.com/2008/07/24/how-to-create-shortcuts-with-a-relative-path-for-use-on-usb-drives/comment-page-1/#comment-147999</link>
		<dc:creator>Stumpy</dc:creator>
		<pubDate>Thu, 21 Aug 2008 08:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.freewaregenius.com/?p=2056#comment-147999</guid>
		<description>Joe&#039;s Solution (5 up) is working great for me, and is the simplest.
Change the double quotes if you cut and paste his example, as they come out funny.</description>
		<content:encoded><![CDATA[<p>Joe&#8217;s Solution (5 up) is working great for me, and is the simplest.<br />
Change the double quotes if you cut and paste his example, as they come out funny.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.freewaregenius.com/2008/07/24/how-to-create-shortcuts-with-a-relative-path-for-use-on-usb-drives/comment-page-1/#comment-143421</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Sat, 16 Aug 2008 03:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.freewaregenius.com/?p=2056#comment-143421</guid>
		<description>Seems to work pretty well, except that I ran it on the GUI for JkDefrag and it put the INI in the root of the drive.

I find that the drive letter shifts to the correct letter if you use a shortcut anyway, though.  Just doesn&#039;t show the icon until the path changes.</description>
		<content:encoded><![CDATA[<p>Seems to work pretty well, except that I ran it on the GUI for JkDefrag and it put the INI in the root of the drive.</p>
<p>I find that the drive letter shifts to the correct letter if you use a shortcut anyway, though.  Just doesn&#8217;t show the icon until the path changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.freewaregenius.com/2008/07/24/how-to-create-shortcuts-with-a-relative-path-for-use-on-usb-drives/comment-page-1/#comment-134545</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Tue, 05 Aug 2008 21:27:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.freewaregenius.com/?p=2056#comment-134545</guid>
		<description>This worked great for me. Thanks a ton!!! Also, I found if you run the Bat To Exe Converter and, above the &quot;Compile&quot; button, if you select &quot;Ghost application&quot; instead of &quot;Console application&quot;, no DOS Shell popped up. Knityster, you might want to try this.</description>
		<content:encoded><![CDATA[<p>This worked great for me. Thanks a ton!!! Also, I found if you run the Bat To Exe Converter and, above the &#8220;Compile&#8221; button, if you select &#8220;Ghost application&#8221; instead of &#8220;Console application&#8221;, no DOS Shell popped up. Knityster, you might want to try this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wyatt</title>
		<link>http://www.freewaregenius.com/2008/07/24/how-to-create-shortcuts-with-a-relative-path-for-use-on-usb-drives/comment-page-1/#comment-132709</link>
		<dc:creator>Wyatt</dc:creator>
		<pubDate>Sat, 02 Aug 2008 16:59:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.freewaregenius.com/?p=2056#comment-132709</guid>
		<description>THANKYOU SO MUCH!!!!!</description>
		<content:encoded><![CDATA[<p>THANKYOU SO MUCH!!!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
