<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title>www.ritlabs.com [Topic: All scheduled tasks]</title>
		<link>http://www.ritlabs.com</link>
		<description>New posts in All scheduled tasks of  forum at www.ritlabs.com [www.ritlabs.com]</description>
		<language>en</language>
		<docs>http://backend.userland.com/rss2</docs>
		<lastBuildDateTag>Sat, 13 Sep 2008 20:59:58 +0300</lastBuildDateTag>		<item>
			<title>All scheduled tasks</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum4/topic6601/message25121/">All scheduled tasks</a></b> <i>(to open this window when TB is lauched)</i> in forum <a href="http://www.ritlabs.com/en/forums/forum4/">The Bat! - Configuring the E-mail Client</a>. <br />
			yes.<br />Basically it works as follows:<br /><br />launch theBat<br />wait some seconds (defined by .Sleep) for theBat to start <br />send to it emulated keystrokes ALT+F11 (which open theBat's scheduler)<br /><br />If theBat is not yet fully started, it will not process the ALT+F11 keystrokes, and nothing will happen.<br />Sleep delay should be long enough for theBat to fully start and be able to respond to commands.<br /><br />So on your system theBat needs 6+ seconds to start. On mine it needs 2 <img src="http://www.ritlabs.com/bitrix/images/main/smiles/5/icon_smile.gif" border="0" data-code=":)" data-definition="SD" alt=":)" style="width:16px;height:16px;" title="" class="bx-smile" /> <br />
			<i>13 September 2008 20:59:58, <a href="http://www.ritlabs.com/en/forums/">bigg one</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum4/topic6601/message25121/</link>
			<guid>http://www.ritlabs.com/en/forums/forum4/topic6601/message25121/</guid>
			<pubDate>Sat, 13 Sep 2008 20:59:58 +0300</pubDate>
			<category>The Bat! - Configuring the E-mail Client</category>
		</item>
		<item>
			<title>All scheduled tasks</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum4/topic6601/message25119/">All scheduled tasks</a></b> <i>(to open this window when TB is lauched)</i> in forum <a href="http://www.ritlabs.com/en/forums/forum4/">The Bat! - Configuring the E-mail Client</a>. <br />
			Thanks.<br /><br />The VBscript works fine if the parameter Sleep is 6000 or more.<br /><br />Can you explain this? <br />
			<i>13 September 2008 18:44:15, <a href="http://www.ritlabs.com/en/forums/">Sacles</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum4/topic6601/message25119/</link>
			<guid>http://www.ritlabs.com/en/forums/forum4/topic6601/message25119/</guid>
			<pubDate>Sat, 13 Sep 2008 18:44:15 +0300</pubDate>
			<category>The Bat! - Configuring the E-mail Client</category>
		</item>
		<item>
			<title>All scheduled tasks</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum4/topic6601/message25117/">All scheduled tasks</a></b> <i>(to open this window when TB is lauched)</i> in forum <a href="http://www.ritlabs.com/en/forums/forum4/">The Bat! - Configuring the E-mail Client</a>. <br />
			copy text below, paste it Notepad and save it with a .vbs extension, then double click it.<br />If needed adjust the path to thebat.exe<br />After .Sleep there is a delay in milliseconds needed for theBat to start - for faster PC's decrease it<br /><br />
====code====
<pre>


'=========================
set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run Chr(34) &#38; "C:&#92;Program Files&#92;The Bat!&#92;thebat.exe" &#38; Chr(34) &#38; "/NOLOGO", vbnormalfocus
WScript.Sleep 5000
WshShell.SendKeys "%{F11}"
set WshShell = nothing
'=========================
</pre>
=============
<br /><br />if you need to do this from a .bat file/command prompt, simply start the .vbs from it <br />
			<i>13 September 2008 15:22:14, <a href="http://www.ritlabs.com/en/forums/">bigg one</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum4/topic6601/message25117/</link>
			<guid>http://www.ritlabs.com/en/forums/forum4/topic6601/message25117/</guid>
			<pubDate>Sat, 13 Sep 2008 15:22:14 +0300</pubDate>
			<category>The Bat! - Configuring the E-mail Client</category>
		</item>
		<item>
			<title>All scheduled tasks</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum4/topic6601/message25116/">All scheduled tasks</a></b> <i>(to open this window when TB is lauched)</i> in forum <a href="http://www.ritlabs.com/en/forums/forum4/">The Bat! - Configuring the E-mail Client</a>. <br />
			I don't think you can open the scheduler from the command line. <br />
			<i>13 September 2008 13:03:48, <a href="http://www.ritlabs.com/en/forums/">Roelof Otten</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum4/topic6601/message25116/</link>
			<guid>http://www.ritlabs.com/en/forums/forum4/topic6601/message25116/</guid>
			<pubDate>Sat, 13 Sep 2008 13:03:48 +0300</pubDate>
			<category>The Bat! - Configuring the E-mail Client</category>
		</item>
		<item>
			<title>All scheduled tasks</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum4/topic6601/message25115/">All scheduled tasks</a></b> <i>(to open this window when TB is lauched)</i> in forum <a href="http://www.ritlabs.com/en/forums/forum4/">The Bat! - Configuring the E-mail Client</a>. <br />
			Hello,<br /><br />How to open The Bat! with the window "All scheduled tasks" open (command line?).<br /><br />In advance, thanks for your reply. <br />
			<i>13 September 2008 12:10:10, <a href="http://www.ritlabs.com/en/forums/">Sacles</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum4/topic6601/message25115/</link>
			<guid>http://www.ritlabs.com/en/forums/forum4/topic6601/message25115/</guid>
			<pubDate>Sat, 13 Sep 2008 12:10:10 +0300</pubDate>
			<category>The Bat! - Configuring the E-mail Client</category>
		</item>
	</channel>
</rss>
