Scheduler - something not recognized

2008-03-31 Thread Brian Archer
I've moved my working TheBat! to my new computer, but when I run the Scheduler with the same command and template files, it isn't working correctly. When the scheduler runs the screen pops up every so often, showing that the program is recurring, but the text in the windows is shown so quickly

re: Scheduler - something not recognized

2008-04-03 Thread Brian Archer
Thank you for your reply. I have Run the same command from the command prompt as you suggested. And I received this error message: %%i was unexpected at this time I am using this .cmd script: For %%i in (C:\Documents and Settings\Administrator\Desktop\BAT1\TA\*.txt) do C:\Program

Why would a Scheduled event in TheBat! stop recurring?

2008-04-07 Thread Brian Archer
Can you think of a reason why a Scheduled recurring event that has Properties Stop repeating this event Never, would stop repeating/recurring? My scheduled event was recurring, and I left TheBat! running and came back hours later, and it is no longer recurring.

re:Why would a Scheduled event in TheBat! stop recurring?

2008-04-07 Thread Brian Archer
Roelof, Thank you for your reply. I greatly appreciate it. You ask a great question: How did you conclude that it stopped? I came to this conclusion based on the fact that the sendfile.cmd execution was no longer popping-up at each set recurring time (each minute). In other words, I could

re: Why would a Scheduled event in TheBat! stop recurring?

2008-04-08 Thread Brian Archer
Thank you again for your assitance. RO How long had TB been running? I have run it all day long. ROWhat happens when you close and restart TB When I close and restart TB, the recurring schedule runs successfully again. It ran for just over 2 hours and stopped again, this morning. Any

RE: Can TB move a file, and send a link to it?

2008-04-11 Thread Brian Archer
Can TheBat! automatically move a file to a subdirectory and then mail a link to that subdirectory file? Presently, the files have the users email address as part of the file name. A file name example is: [EMAIL PROTECTED] I am currently using to files that extract the email address from the

RE: Can TB move a file, and send a link to it?

2008-04-12 Thread Brian Archer
Can TheBat! automatically move a file to a subdirectory and then mail a link to that subdirectory file, if TheBat! is on a server? http://www.silverstones.com/thebat/TBUDLInfo.html

Re: Can TB move a file, and send a link to it?

2008-04-14 Thread Brian Archer
Thank you for your replies. Based on these replies I would like to ask for some specific help. Files now arrive into Folder XX, these renamed files have names like this name: [EMAIL PROTECTED] Presently I'm using a SendFile.cmd and Sendfile.tpl to grab the email address and send the file as

re: Can TB move a file, and send a link to it?

2008-04-14 Thread Brian Archer
Thank you again for your assistance. My apology if my messages are a bother. I don't believe I have ignored any questions, I've just tried to not include information that was irrelevant and therefore not to waste anyone's time. Your suggested changes to my SendFile.cmd and Sendfile.tpl

Re: Can TB move a file, and send a link to it?

2008-04-16 Thread Brian Archer
Thank you again very, very much for your help. You're brilliant and very kind to assist me. Much thanks. I am very grateful for your time and expertise. In regard to this (move.bat template): Copy C:\BAT\XX\%ToAddr~~%Subject C:\BAT\XX\%ToAddr\%Subject Del C:\BAT\XX\%ToAddr~~%Subject It

re: Can TheBat! create a folder?

2008-04-18 Thread Brian Archer
Thanks for all of your previous help. I greatly appreciate it!! My question is: Can TheBat! create a folder? http://www.silverstones.com/thebat/TBUDLInfo.html

How to run TheBat! in the background?

2008-05-15 Thread Brian Archer
When I launch Scheduler and then minimize it, it stays minimized until the Scheduler's time has arrived, and then it opens to full page, is there a way to keep it minimized? Or to run it in the background? Thanks. --

How to schedule a compression of folders?

2008-05-15 Thread Brian Archer
Can TheBat! be set to schedule a compression of folders? Particularly the Sent folder or Trash folder? Would this interfere with any sending email? -- http://www.silverstones.com/thebat/TBUDLInfo.html

How to bold text in a template file?

2008-05-15 Thread Brian Archer
In a template file(.tpl) below, that I'm using with TheBat! How do I bold the File Name (%SubPatt='2')? I tried using html b /b before and after %SubPatt='2' but that didn't work and showed the tags in the message. Any suggestions? Thanks. %SetPattRegExp='C:\\Folder\\(.*?)\.txt'%-

Mailing from TB to Hotmail, no arrival.

2008-05-16 Thread Brian Archer
Mailing from TB to Hotmail, no arrival. TB can email to most email accounts, but emails sent from TB are not arriving to my Hotmail account. Any ideas why? -- http://www.silverstones.com/thebat/TBUDLInfo.html

Closing the Gap on a file name

2008-05-30 Thread Brian Archer
I'm using TheBat and a SendFile.cmd and a SendFile.tpl to automatically extract an email address from a file name and send the file to the addressee. The email address and file name are seperated by ~~ The SendFile.tpl is as follows; %SetPattRegExp='C:\\Output\\(.*?)~~(.*?)\.txt'%-

How to automatically CC ?

2008-07-07 Thread Brian Archer
I'm using a TheBAT! scheduler to send outbox mail regularly. How/where can I set up a single CC email address that will get a copy of each email sent out? Thanks. -- http://www.silverstones.com/thebat/TBUDLInfo.html

How to automatically CC ?

2008-07-07 Thread Brian Archer
Hanks for your reply. Where is the reply template? I don't understand what this will do: %CC=[EMAIL PROTECTED] ? Should I replace email protected with my Bcc email address? -- http://www.silverstones.com/thebat/TBUDLInfo.html

How to automatically CC ?

2008-07-09 Thread Brian Archer
Thanks for all of your help. I added %BCC='[EMAIL PROTECTED]'%- (with an actual email address), to my sendfile.tpl as shown: %SetPattRegExp='C:\\Output\\(.*?)~~(.*?)\.txt'%- %RegExpBlindMatch='%To'%- %ModifyOnce(To)%- %SetHeader(To,%SubPatt='1')%- %SetHeader('X-Files','%SubPatt=2')%-