<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title>www.ritlabs.com [Topic: Grabbing files from a unicode-named folder and sending]</title>
		<link>http://www.ritlabs.com</link>
		<description>New posts in Grabbing files from a unicode-named folder and sending of  forum at www.ritlabs.com [www.ritlabs.com]</description>
		<language>en</language>
		<docs>http://backend.userland.com/rss2</docs>
		<lastBuildDateTag>Tue, 25 Mar 2008 16:52:38 +0200</lastBuildDateTag>		<item>
			<title>Grabbing files from a unicode-named folder and sending</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum4/topic5952/message22811/">Grabbing files from a unicode-named folder and sending</a></b> in forum <a href="http://www.ritlabs.com/en/forums/forum4/">The Bat! - Configuring the E-mail Client</a>. <br />
			Thank you.<br /><br />I will try the new version. <br />
			<i>25 March 2008 16:52:38, <a href="http://www.ritlabs.com/en/forums/">Alex</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum4/topic5952/message22811/</link>
			<guid>http://www.ritlabs.com/en/forums/forum4/topic5952/message22811/</guid>
			<pubDate>Tue, 25 Mar 2008 16:52:38 +0200</pubDate>
			<category>The Bat! - Configuring the E-mail Client</category>
		</item>
		<item>
			<title>Grabbing files from a unicode-named folder and sending</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum4/topic5952/message22794/">Grabbing files from a unicode-named folder and sending</a></b> in forum <a href="http://www.ritlabs.com/en/forums/forum4/">The Bat! - Configuring the E-mail Client</a>. <br />
			IIRC = If I Recall Correctly (that's an abbreviation you'll encounter rewagularly on forums)<br /><br />There's no cost to switch from 4.0.11 to 4.0.18<br /><br />Just install the new version on top of the old one (don't unistall anything) and all of your settings will be be kept. <br />
			<i>24 March 2008 18:56:39, <a href="http://www.ritlabs.com/en/forums/">Roelof Otten</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum4/topic5952/message22794/</link>
			<guid>http://www.ritlabs.com/en/forums/forum4/topic5952/message22794/</guid>
			<pubDate>Mon, 24 Mar 2008 18:56:39 +0200</pubDate>
			<category>The Bat! - Configuring the E-mail Client</category>
		</item>
		<item>
			<title>Grabbing files from a unicode-named folder and sending</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum4/topic5952/message22793/">Grabbing files from a unicode-named folder and sending</a></b> in forum <a href="http://www.ritlabs.com/en/forums/forum4/">The Bat! - Configuring the E-mail Client</a>. <br />
			Thanks for your reply.<br /><br />Can you tell me what IIRC is please?<br /><br />I have version 4.0.11 currently?<br /><br />Is there a cost to upgrade to 4.0.18?<br /><br />And upon upgrade will i have to recreate the scheduling & sorting office parameters?<br /><br />thanks again <br />
			<i>24 March 2008 18:49:04, <a href="http://www.ritlabs.com/en/forums/">Alex</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum4/topic5952/message22793/</link>
			<guid>http://www.ritlabs.com/en/forums/forum4/topic5952/message22793/</guid>
			<pubDate>Mon, 24 Mar 2008 18:49:04 +0200</pubDate>
			<category>The Bat! - Configuring the E-mail Client</category>
		</item>
		<item>
			<title>Grabbing files from a unicode-named folder and sending</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum4/topic5952/message22788/">Grabbing files from a unicode-named folder and sending</a></b> in forum <a href="http://www.ritlabs.com/en/forums/forum4/">The Bat! - Configuring the E-mail Client</a>. <br />
			Did you try the latest version of TB?<br />Support for unicode has improved IIRC.<br />In case you're using 4.0.18 already you're out of luck <br />
			<i>24 March 2008 18:26:09, <a href="http://www.ritlabs.com/en/forums/">Roelof Otten</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum4/topic5952/message22788/</link>
			<guid>http://www.ritlabs.com/en/forums/forum4/topic5952/message22788/</guid>
			<pubDate>Mon, 24 Mar 2008 18:26:09 +0200</pubDate>
			<category>The Bat! - Configuring the E-mail Client</category>
		</item>
		<item>
			<title>Grabbing files from a unicode-named folder and sending</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum4/topic5952/message22749/">Grabbing files from a unicode-named folder and sending</a></b> in forum <a href="http://www.ritlabs.com/en/forums/forum4/">The Bat! - Configuring the E-mail Client</a>. <br />
			I am using TheBat! (and it works successfully) to grab files from a folder, make the file into the attachment, and then send the file by email to the email address in the file name. With the help these:<br />Sendfile.cmd:<br />For %%i in ("C:\Documents and Settings\Desktop\BAT\XXX\*.txt") do "C:\Program Files\The Bat!\thebat.exe" /MailT="C:\Documents and Settings\Desktop\BAT\Sendfile.tpl";A="%%i";To="%%i";Send<br /><br />And a Sendfile.tpl:<br />%SetPattRegExp='C:\\Documents and Settings\\Desktop\\BAT\XXX\\(.*?)~~(.*?)\.txt'%- <br />%RegExpBlindMatch='%To'%-<br />%ModifyOnce(To)%- <br />%SetHeader(To,%SubPatt='1')%- <br />%Subject="Hello." <br />Hi %ABToFirstName="%ToFName", <br />Thank you.<br />Regards, %FromFName<br /><br />And this Sorting Office template:<br />copy "C:\Documents and Settings\Desktop\BAT\XXX\%Attachments"<br />"C:\Documents and Settings\brian\Desktop\BAT\Sent"<br />del "C:\Documents and Settings\Desktop\BAT\XXX\%Attachments"<br /><br />The file I've named here, as an example, with XXX has to actually be named with unicode characters, &nbsp;but TheBat! won't grab and send unless the folder has an english name. Is there a way to make this work? (besides renaming the folder to a non-unicode name).<br /><br />thanks.<br /> <br />
			<i>22 March 2008 17:29:13, <a href="http://www.ritlabs.com/en/forums/">Alex</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum4/topic5952/message22749/</link>
			<guid>http://www.ritlabs.com/en/forums/forum4/topic5952/message22749/</guid>
			<pubDate>Sat, 22 Mar 2008 17:29:13 +0200</pubDate>
			<category>The Bat! - Configuring the E-mail Client</category>
		</item>
	</channel>
</rss>
