<?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: File Mover</title>
	<atom:link href="http://mattcollinge.wordpress.com/software/file-mover/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: Matt Collinge</title>
		<link>http://mattcollinge.wordpress.com/software/file-mover/#comment-90</link>
		<dc:creator>Matt Collinge</dc:creator>
		<pubDate>Thu, 16 Oct 2008 08:56:30 +0000</pubDate>
		<guid isPermaLink="false">https://mattcollinge.wordpress.com/software/file-mover/#comment-90</guid>
		<description>FileMover uses the same syntax as copy or move would use from the Command Prompt. Therefore, if you can get it to work in a Command Prompt you can use it in FileMover. For your example you could try:

source:c:\test\file.??

This moves files with only 2 characters after the dot. Let me know how you get on.</description>
		<content:encoded><![CDATA[<p>FileMover uses the same syntax as copy or move would use from the Command Prompt. Therefore, if you can get it to work in a Command Prompt you can use it in FileMover. For your example you could try:</p>
<p>source:c:\test\file.??</p>
<p>This moves files with only 2 characters after the dot. Let me know how you get on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piero</title>
		<link>http://mattcollinge.wordpress.com/software/file-mover/#comment-89</link>
		<dc:creator>Piero</dc:creator>
		<pubDate>Wed, 15 Oct 2008 11:45:37 +0000</pubDate>
		<guid isPermaLink="false">https://mattcollinge.wordpress.com/software/file-mover/#comment-89</guid>
		<description>Hello, 
I have a problem with the syntax of the advanced mode. 
my temporary files are called &quot;file.ok.tmp&quot; and the end of the process upstream of all, become &quot;file.ok.&quot; 
writing in advanced mode: 

source: c: \ test \ *. ok 
dest: d: \ testok \ 

filemover.exe move the files *. ok.tmp. 
how can I fix this? 
Thank you, 
PM</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I have a problem with the syntax of the advanced mode.<br />
my temporary files are called &#8220;file.ok.tmp&#8221; and the end of the process upstream of all, become &#8220;file.ok.&#8221;<br />
writing in advanced mode: </p>
<p>source: c: \ test \ *. ok<br />
dest: d: \ testok \ </p>
<p>filemover.exe move the files *. ok.tmp.<br />
how can I fix this?<br />
Thank you,<br />
PM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lettermonkey</title>
		<link>http://mattcollinge.wordpress.com/software/file-mover/#comment-33</link>
		<dc:creator>lettermonkey</dc:creator>
		<pubDate>Thu, 16 Aug 2007 16:43:21 +0000</pubDate>
		<guid isPermaLink="false">https://mattcollinge.wordpress.com/software/file-mover/#comment-33</guid>
		<description>Thanks for your response, Matt.

Yes, I see the helperscript.cmd file in the same directory as the filemover.exe.

The UNC path I am using is quite long, using the administrative drive mapping, and has a space in it. It could be one of those issues, perhaps?

example:

\\machinename\c$\program files\comvurgent\xtrecorder\

I have tried running the script with quotation marks around the address and without, and I get the same error.

I should re-state that I only get the error when the source machine is turned off and not available.

And it is Windows XP, SP2. I think I have everything covered now!</description>
		<content:encoded><![CDATA[<p>Thanks for your response, Matt.</p>
<p>Yes, I see the helperscript.cmd file in the same directory as the filemover.exe.</p>
<p>The UNC path I am using is quite long, using the administrative drive mapping, and has a space in it. It could be one of those issues, perhaps?</p>
<p>example:</p>
<p>\\machinename\c$\program files\comvurgent\xtrecorder\</p>
<p>I have tried running the script with quotation marks around the address and without, and I get the same error.</p>
<p>I should re-state that I only get the error when the source machine is turned off and not available.</p>
<p>And it is Windows XP, SP2. I think I have everything covered now!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Collinge</title>
		<link>http://mattcollinge.wordpress.com/software/file-mover/#comment-32</link>
		<dc:creator>Matt Collinge</dc:creator>
		<pubDate>Wed, 15 Aug 2007 12:31:48 +0000</pubDate>
		<guid isPermaLink="false">https://mattcollinge.wordpress.com/software/file-mover/#comment-32</guid>
		<description>Hi Lettermonkey, the app should see that you&#039;re using a UNC path and will call out to a helper script which should be located in the same folder as filemover.exe. The script is called helperscript.cmd and will be called automatically.

Could you check that the script exists in the same folder as filemover.exe, and give me an example of the UNC path.. it should look like \\server\share

I have it working on a UNC path here at the office so I&#039;m sure we can nail the problem.

Oh, and what version of Windows are you using.. I can run it up in a Virtual Machine and test it locally.

Matt.</description>
		<content:encoded><![CDATA[<p>Hi Lettermonkey, the app should see that you&#8217;re using a UNC path and will call out to a helper script which should be located in the same folder as filemover.exe. The script is called helperscript.cmd and will be called automatically.</p>
<p>Could you check that the script exists in the same folder as filemover.exe, and give me an example of the UNC path.. it should look like \\server\share</p>
<p>I have it working on a UNC path here at the office so I&#8217;m sure we can nail the problem.</p>
<p>Oh, and what version of Windows are you using.. I can run it up in a Virtual Machine and test it locally.</p>
<p>Matt.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lettermonkey</title>
		<link>http://mattcollinge.wordpress.com/software/file-mover/#comment-31</link>
		<dc:creator>lettermonkey</dc:creator>
		<pubDate>Mon, 13 Aug 2007 14:20:44 +0000</pubDate>
		<guid isPermaLink="false">https://mattcollinge.wordpress.com/software/file-mover/#comment-31</guid>
		<description>There seems to be a bug whereas if you specify a UNC path that is not available (machine is not turned on or connected to the network) that it times out and gives an error &quot;Bad file name or number&quot;. You must hit OK on the error and the count down resets, but never continues past the unavailable entry (in the event of multiple location moves).

It seems to me that it should simply skip the entry and continue without user intervention.

I love the software and I&#039;ve only just downloaded it. If I can get it working for this, I will make a small donation.</description>
		<content:encoded><![CDATA[<p>There seems to be a bug whereas if you specify a UNC path that is not available (machine is not turned on or connected to the network) that it times out and gives an error &#8220;Bad file name or number&#8221;. You must hit OK on the error and the count down resets, but never continues past the unavailable entry (in the event of multiple location moves).</p>
<p>It seems to me that it should simply skip the entry and continue without user intervention.</p>
<p>I love the software and I&#8217;ve only just downloaded it. If I can get it working for this, I will make a small donation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mattcollinge</title>
		<link>http://mattcollinge.wordpress.com/software/file-mover/#comment-18</link>
		<dc:creator>mattcollinge</dc:creator>
		<pubDate>Sun, 01 Apr 2007 19:50:15 +0000</pubDate>
		<guid isPermaLink="false">https://mattcollinge.wordpress.com/software/file-mover/#comment-18</guid>
		<description>Thanks for the donation rocklobsta! Much appreciated!! :-D

The application would have to be re-written to be able to handle folders as well.. it&#039;d basically have to recurse down the folder structure looking for new files and that&#039;d be a real pain. It&#039;s make a simple app into something a lot more complex.

However, I might take up the challenge and write a new app to do exactly what you&#039;re asking. It depends if I get the time really. Drop me an email and I&#039;ll email you if I get round to writing it.

I&#039;m glad you like File Mover &amp; thanks for taking the time to both leave some comments, and make a donation! :)</description>
		<content:encoded><![CDATA[<p>Thanks for the donation rocklobsta! Much appreciated!! :-D</p>
<p>The application would have to be re-written to be able to handle folders as well.. it&#8217;d basically have to recurse down the folder structure looking for new files and that&#8217;d be a real pain. It&#8217;s make a simple app into something a lot more complex.</p>
<p>However, I might take up the challenge and write a new app to do exactly what you&#8217;re asking. It depends if I get the time really. Drop me an email and I&#8217;ll email you if I get round to writing it.</p>
<p>I&#8217;m glad you like File Mover &amp; thanks for taking the time to both leave some comments, and make a donation! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rocklobsta</title>
		<link>http://mattcollinge.wordpress.com/software/file-mover/#comment-17</link>
		<dc:creator>rocklobsta</dc:creator>
		<pubDate>Sat, 31 Mar 2007 06:06:15 +0000</pubDate>
		<guid isPermaLink="false">https://mattcollinge.wordpress.com/software/file-mover/#comment-17</guid>
		<description>I appreciate the freeware you have provided us, however, i think you should add a &quot;folder mover&quot; option, or something that can let you move entire folders. or maybe i am just stupid. 

also, it would be nice to have a &quot;save directory&quot; feature instead of saving everything in notepad. or have like a save command that saves in a .txt file or notepad and you can open it through File Mover but saved in the program file.

other than that, i really like the program. nice and simple- i like!!

P.S. i donated 3.96 via paypal. so i expect some feedback :}</description>
		<content:encoded><![CDATA[<p>I appreciate the freeware you have provided us, however, i think you should add a &#8220;folder mover&#8221; option, or something that can let you move entire folders. or maybe i am just stupid. </p>
<p>also, it would be nice to have a &#8220;save directory&#8221; feature instead of saving everything in notepad. or have like a save command that saves in a .txt file or notepad and you can open it through File Mover but saved in the program file.</p>
<p>other than that, i really like the program. nice and simple- i like!!</p>
<p>P.S. i donated 3.96 via paypal. so i expect some feedback :}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mattcollinge</title>
		<link>http://mattcollinge.wordpress.com/software/file-mover/#comment-15</link>
		<dc:creator>mattcollinge</dc:creator>
		<pubDate>Fri, 16 Mar 2007 11:16:09 +0000</pubDate>
		<guid isPermaLink="false">https://mattcollinge.wordpress.com/software/file-mover/#comment-15</guid>
		<description>File Mover simply waits for a certain amount of time, then moves any files in the folder(s) you specify into a destination folder. It therefore doesn&#039;t have to work out whether a file has appeared since it last looked.. it&#039;s just moving whatever is there.

Using the execute script option opens up possibilities of copying the moved file to another location.</description>
		<content:encoded><![CDATA[<p>File Mover simply waits for a certain amount of time, then moves any files in the folder(s) you specify into a destination folder. It therefore doesn&#8217;t have to work out whether a file has appeared since it last looked.. it&#8217;s just moving whatever is there.</p>
<p>Using the execute script option opens up possibilities of copying the moved file to another location.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: molup</title>
		<link>http://mattcollinge.wordpress.com/software/file-mover/#comment-14</link>
		<dc:creator>molup</dc:creator>
		<pubDate>Tue, 13 Mar 2007 17:27:32 +0000</pubDate>
		<guid isPermaLink="false">https://mattcollinge.wordpress.com/software/file-mover/#comment-14</guid>
		<description>does the program only move files or it is possible to choose it to copy them ?

it is a long time i look for a program like this, but with the copy option, a program that monitor a directory for new files and that when see a new file then automatically copy them to a different location. any idea about a program like this?

or can i obtain this result with the &quot;execute&quot; field ?

thanks and best regards
molup</description>
		<content:encoded><![CDATA[<p>does the program only move files or it is possible to choose it to copy them ?</p>
<p>it is a long time i look for a program like this, but with the copy option, a program that monitor a directory for new files and that when see a new file then automatically copy them to a different location. any idea about a program like this?</p>
<p>or can i obtain this result with the &#8220;execute&#8221; field ?</p>
<p>thanks and best regards<br />
molup</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: harry85</title>
		<link>http://mattcollinge.wordpress.com/software/file-mover/#comment-13</link>
		<dc:creator>harry85</dc:creator>
		<pubDate>Tue, 20 Feb 2007 02:43:10 +0000</pubDate>
		<guid isPermaLink="false">https://mattcollinge.wordpress.com/software/file-mover/#comment-13</guid>
		<description>Hi ,..


It would be nice if you give more detail in log.
For ex : 192.168.1.100 moved test.txt in Tue Feb 20 2007, 10:00

And we can also save the log file.

Email me pls if you have change your program harry85@gmail.com

Thanks</description>
		<content:encoded><![CDATA[<p>Hi ,..</p>
<p>It would be nice if you give more detail in log.<br />
For ex : 192.168.1.100 moved test.txt in Tue Feb 20 2007, 10:00</p>
<p>And we can also save the log file.</p>
<p>Email me pls if you have change your program <a href="mailto:harry85@gmail.com">harry85@gmail.com</a></p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
