<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: USB Detect &amp; Launch</title>
	<atom:link href="http://mattcollinge.wordpress.com/software/usb-detect-and-launch/feed/" rel="self" type="application/rss+xml" />
	<link>http://mattcollinge.wordpress.com</link>
	<description>Projects and software by Matt Collinge @ www.mattcollinge.co.uk</description>
	<lastBuildDate>Mon, 19 Oct 2009 12:59:31 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: stefanpa</title>
		<link>http://mattcollinge.wordpress.com/software/usb-detect-and-launch/#comment-98</link>
		<dc:creator>stefanpa</dc:creator>
		<pubDate>Tue, 25 Nov 2008 05:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://mattcollinge.wordpress.com/software/usb-detect-and-launch/#comment-98</guid>
		<description>Geez I am funny, you can email me at spazlack AT hotmail DOT COM
Thanks !</description>
		<content:encoded><![CDATA[<p>Geez I am funny, you can email me at spazlack AT hotmail DOT COM<br />
Thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stefanpa</title>
		<link>http://mattcollinge.wordpress.com/software/usb-detect-and-launch/#comment-97</link>
		<dc:creator>stefanpa</dc:creator>
		<pubDate>Tue, 25 Nov 2008 05:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://mattcollinge.wordpress.com/software/usb-detect-and-launch/#comment-97</guid>
		<description>Hey Matt,
Just downloaded your program, yet I know nothing about coding. I just need a really simple script that runs Microsoft SyncToy as soon as the USB drive is plugged in. I am willing to PayPal you money if you could write me the script that would work.
Thanks for your time,
Stefan.</description>
		<content:encoded><![CDATA[<p>Hey Matt,<br />
Just downloaded your program, yet I know nothing about coding. I just need a really simple script that runs Microsoft SyncToy as soon as the USB drive is plugged in. I am willing to PayPal you money if you could write me the script that would work.<br />
Thanks for your time,<br />
Stefan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://mattcollinge.wordpress.com/software/usb-detect-and-launch/#comment-96</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sun, 23 Nov 2008 10:07:44 +0000</pubDate>
		<guid isPermaLink="false">http://mattcollinge.wordpress.com/software/usb-detect-and-launch/#comment-96</guid>
		<description>Hi Sjrx; thanks for the comments;

a) Guess that&#039;s lazy coding on my part.. I just assume ppl won&#039;t run it more than once.

b) Yup; it only detects when a change happens.. it&#039;s looking for new/changed system volume names &amp; has no code in it to look at the USB devices directly.

c) Execute script works fine on my systems.. for short scripts it completes almost instantly, whereas others (that do a whole bunch of processing) will take longer. Sounds like it&#039;s a system issue at your end.

d) Wow; how many scripts??

1) Heh heh.. well I guess so, but on my systems it&#039;s mimimised on start + automatically starts.. so I never really see it. It&#039;s pretty much a run and forget about it app.

2) Have you tried the &#039;menurun&#039; option? That will give you a menu item which you can script per device, giving you exactly what you&#039;ve asked for.</description>
		<content:encoded><![CDATA[<p>Hi Sjrx; thanks for the comments;</p>
<p>a) Guess that&#8217;s lazy coding on my part.. I just assume ppl won&#8217;t run it more than once.</p>
<p>b) Yup; it only detects when a change happens.. it&#8217;s looking for new/changed system volume names &amp; has no code in it to look at the USB devices directly.</p>
<p>c) Execute script works fine on my systems.. for short scripts it completes almost instantly, whereas others (that do a whole bunch of processing) will take longer. Sounds like it&#8217;s a system issue at your end.</p>
<p>d) Wow; how many scripts??</p>
<p>1) Heh heh.. well I guess so, but on my systems it&#8217;s mimimised on start + automatically starts.. so I never really see it. It&#8217;s pretty much a run and forget about it app.</p>
<p>2) Have you tried the &#8216;menurun&#8217; option? That will give you a menu item which you can script per device, giving you exactly what you&#8217;ve asked for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sjrx</title>
		<link>http://mattcollinge.wordpress.com/software/usb-detect-and-launch/#comment-95</link>
		<dc:creator>sjrx</dc:creator>
		<pubDate>Sun, 23 Nov 2008 06:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://mattcollinge.wordpress.com/software/usb-detect-and-launch/#comment-95</guid>
		<description>Hey there seems to be several bugs that are somewhat annoying

A) You shouldn&#039;t allow multiple instances of the application, it seems that the system really slows down when this happens.

B) It seems (and maybe this is a limitation of how you are polling, only can detect that a change has occured, not necessarily what has changed), that you fire all events when any device is inserted. I think it should only fire an event for a given drive, when that drive is inserted.

C) It seems that the execute command, i.e. Run Script on XXXXXXX, seems to take a VERY long time to run, i.e. a minute or two before it starts. Hitting the Start and Stop button, or inserting the drive cause the script to run right away.

D) There was some sluggishness when using the validator with a large number of scripts.

Suggestions:  

1) I think the BIG Start/Stop button looks bad.

2) On Disconnect option - I realize that for a few reasons this is impossible, but it would be really cool if you could have a button that that lets you run a script, and when it finishes running, disconnects the drive (if possible). Obviously if you don&#039;t disconnect the drive this way it won&#039;t happen, but for what I&#039;m using your application for it would be nicer.

Otherwise Great App, Thanks.</description>
		<content:encoded><![CDATA[<p>Hey there seems to be several bugs that are somewhat annoying</p>
<p>A) You shouldn&#8217;t allow multiple instances of the application, it seems that the system really slows down when this happens.</p>
<p>B) It seems (and maybe this is a limitation of how you are polling, only can detect that a change has occured, not necessarily what has changed), that you fire all events when any device is inserted. I think it should only fire an event for a given drive, when that drive is inserted.</p>
<p>C) It seems that the execute command, i.e. Run Script on XXXXXXX, seems to take a VERY long time to run, i.e. a minute or two before it starts. Hitting the Start and Stop button, or inserting the drive cause the script to run right away.</p>
<p>D) There was some sluggishness when using the validator with a large number of scripts.</p>
<p>Suggestions:  </p>
<p>1) I think the BIG Start/Stop button looks bad.</p>
<p>2) On Disconnect option &#8211; I realize that for a few reasons this is impossible, but it would be really cool if you could have a button that that lets you run a script, and when it finishes running, disconnects the drive (if possible). Obviously if you don&#8217;t disconnect the drive this way it won&#8217;t happen, but for what I&#8217;m using your application for it would be nicer.</p>
<p>Otherwise Great App, Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Collinge</title>
		<link>http://mattcollinge.wordpress.com/software/usb-detect-and-launch/#comment-87</link>
		<dc:creator>Matt Collinge</dc:creator>
		<pubDate>Mon, 08 Sep 2008 19:53:17 +0000</pubDate>
		<guid isPermaLink="false">http://mattcollinge.wordpress.com/software/usb-detect-and-launch/#comment-87</guid>
		<description>Hey eninehax; try the &#039;label:(any)&#039; option listed in the examples. Give me a shout if you have problems.</description>
		<content:encoded><![CDATA[<p>Hey eninehax; try the &#8216;label:(any)&#8217; option listed in the examples. Give me a shout if you have problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: euginehax</title>
		<link>http://mattcollinge.wordpress.com/software/usb-detect-and-launch/#comment-86</link>
		<dc:creator>euginehax</dc:creator>
		<pubDate>Sat, 06 Sep 2008 07:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://mattcollinge.wordpress.com/software/usb-detect-and-launch/#comment-86</guid>
		<description>Great app - when used with Robocopy it makes for a great backup stratagey.  I would like the option though to backup ANY USB stick inserted into my computer and I suggest that a method be added that allows for this - ie, any stick gets the first script run against it (if there is one) and then the label gets checked and that script is run for subsequent USB drives.

Can this be added?</description>
		<content:encoded><![CDATA[<p>Great app &#8211; when used with Robocopy it makes for a great backup stratagey.  I would like the option though to backup ANY USB stick inserted into my computer and I suggest that a method be added that allows for this &#8211; ie, any stick gets the first script run against it (if there is one) and then the label gets checked and that script is run for subsequent USB drives.</p>
<p>Can this be added?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Collinge</title>
		<link>http://mattcollinge.wordpress.com/software/usb-detect-and-launch/#comment-79</link>
		<dc:creator>Matt Collinge</dc:creator>
		<pubDate>Thu, 19 Jun 2008 20:04:13 +0000</pubDate>
		<guid isPermaLink="false">http://mattcollinge.wordpress.com/software/usb-detect-and-launch/#comment-79</guid>
		<description>Oh really.. I&#039;ve got it installed on my mother-in-law&#039;s PC and it&#039;s working fine under Vista. It fires up their backup software. I&#039;ll have to take a look when I&#039;m next over there &amp; see whether they have any issues with the latest version.</description>
		<content:encoded><![CDATA[<p>Oh really.. I&#8217;ve got it installed on my mother-in-law&#8217;s PC and it&#8217;s working fine under Vista. It fires up their backup software. I&#8217;ll have to take a look when I&#8217;m next over there &amp; see whether they have any issues with the latest version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cjakeman</title>
		<link>http://mattcollinge.wordpress.com/software/usb-detect-and-launch/#comment-75</link>
		<dc:creator>cjakeman</dc:creator>
		<pubDate>Thu, 12 Jun 2008 17:52:43 +0000</pubDate>
		<guid isPermaLink="false">http://mattcollinge.wordpress.com/software/usb-detect-and-launch/#comment-75</guid>
		<description>Hi Matt,

This is brilliant. Just what I was looking for. Works a treat on Win XP but how do I make it work on Vista? The task bar flickers but nothing happens.

Has anyone made it work on Vista?

Thanks, Chris</description>
		<content:encoded><![CDATA[<p>Hi Matt,</p>
<p>This is brilliant. Just what I was looking for. Works a treat on Win XP but how do I make it work on Vista? The task bar flickers but nothing happens.</p>
<p>Has anyone made it work on Vista?</p>
<p>Thanks, Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maddy2</title>
		<link>http://mattcollinge.wordpress.com/software/usb-detect-and-launch/#comment-71</link>
		<dc:creator>maddy2</dc:creator>
		<pubDate>Sun, 25 May 2008 10:35:40 +0000</pubDate>
		<guid isPermaLink="false">http://mattcollinge.wordpress.com/software/usb-detect-and-launch/#comment-71</guid>
		<description>I recently got hold of this program
Excellent program
I found a small issue 
The drive letter detection protocol is not the best so I am forced to add ignore option 

In ignore option you have to give all the existing drive letters i.e.: floppy drive(a:), HDD (c: and e:) CD drive (g:)

 

Even after that it cannot handle a new drive letter which is greater than an existing removable drive letter i.e.. 

If you have a USB drive with drive letter H existing and another flash disk is added and it is assigned a letter I the program will not launch the with I drive but with H drive. ie %1 is assigned H:

But if it was visa versa i.e.. I drive was already present and H was added the program will launch with %1=H:
I am sure it is a small bug which can be corrected.
Maddy</description>
		<content:encoded><![CDATA[<p>I recently got hold of this program<br />
Excellent program<br />
I found a small issue<br />
The drive letter detection protocol is not the best so I am forced to add ignore option </p>
<p>In ignore option you have to give all the existing drive letters i.e.: floppy drive(a:), HDD (c: and e:) CD drive (g:)</p>
<p>Even after that it cannot handle a new drive letter which is greater than an existing removable drive letter i.e.. </p>
<p>If you have a USB drive with drive letter H existing and another flash disk is added and it is assigned a letter I the program will not launch the with I drive but with H drive. ie %1 is assigned H:</p>
<p>But if it was visa versa i.e.. I drive was already present and H was added the program will launch with %1=H:<br />
I am sure it is a small bug which can be corrected.<br />
Maddy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: julianmclean</title>
		<link>http://mattcollinge.wordpress.com/software/usb-detect-and-launch/#comment-62</link>
		<dc:creator>julianmclean</dc:creator>
		<pubDate>Mon, 11 Feb 2008 12:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://mattcollinge.wordpress.com/software/usb-detect-and-launch/#comment-62</guid>
		<description>Hi, great idea and program that looks like it does nearly exactly what I need need. One question though - is it possible for it to fire a script for any media inserted, irrelevant of the label on the card/usb stick. i.e. a &quot;(any label)&quot; equivalent of &quot;(no label)&quot;? I want to run a script irrelevant of what card is inserted with no prior knowledge of the card label.

Thanks,
Julian</description>
		<content:encoded><![CDATA[<p>Hi, great idea and program that looks like it does nearly exactly what I need need. One question though &#8211; is it possible for it to fire a script for any media inserted, irrelevant of the label on the card/usb stick. i.e. a &#8220;(any label)&#8221; equivalent of &#8220;(no label)&#8221;? I want to run a script irrelevant of what card is inserted with no prior knowledge of the card label.</p>
<p>Thanks,<br />
Julian</p>
]]></content:encoded>
	</item>
</channel>
</rss>
