Re: Aborting a Connection Centre Task

2005-11-04 Thread Gerard

ON Friday, November 4, 2005, 3:36:32 PM, you wrote:
AW> Ah, were it that simple. I don't have any plugins. Heck, on this
AW> version, there aren't plugins. Maybe OpenPGP counts, sort of, but I
AW> can't do much about that.Hi Arthur,

I did see you had an older version but I tought I mention it anyway for
the benefit of the lurkers.  You know who you are. ;-)
-- 
Best regards,
 Gerard 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Using The Bat! v3.62.05 on Windows XP 5.1 Build 2600 Service Pack 2




http://www.silverstones.com/thebat/TBUDLInfo.html


Re[2]: /BATCH command line

2005-11-04 Thread Nikolay Cankoff
Hello Stefan,

Friday, November 4, 2005, 7:54:39 PM, you wrote:

Stefan> I am using Blat for simple commandline mail actions:

10x, I'll try It.

-- 
Best regards,
 Nikolaymailto:[EMAIL PROTECTED]


http://www.silverstones.com/thebat/TBUDLInfo.html


Re: /BATCH command line

2005-11-04 Thread Stefan Riegler
Hello List! Hi Nikolay Cankoff,

on 01.11.2005 at 22:00 [UTC +0200] you wrote:

> How can I force TheBat! to send the message and exit after that.

Well I see you simply send one file as an attachment, is it necessary
to use TheBat?

I am using Blat for simple commandline mail actions:
http://www.blat.net/

-- 
Regards, Stefan

TheBat! v3.62.11 with Windows XP v5.1 Build 2600 Service Pack 2




http://www.silverstones.com/thebat/TBUDLInfo.html


Re: Aborting a Connection Centre Task

2005-11-04 Thread Arthur Warren
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On or about Thursday, November 03, 2005 at 17:03:26 (GMT +0100),
Gerard did scrawl:

> ON Tuesday, November 1, 2005, 2:37:05 PM, you wrote:
AW>> Maybe there's some progress then - I don't download anything. TB! just
AW>> hangs forever waiting to connect (as far as I can tell). Next time, I'll
AW>> check what ports are in use to see if it's really connected or just
AW>> confused. I suppose that I could keep a copy of ethereral around to
AW>> diagnose, but I'm on a version that nobody is going to fix :(Hi Arthur,

> Well I figured out my problem. It was the bayesIT spam plugin.
> Will the Connection centre was hanging I deleted the pulg-in and viola,
> normal operation resumed.

Ah, were it that simple. I don't have any plugins. Heck, on this
version, there aren't plugins. Maybe OpenPGP counts, sort of, but I
can't do much about that.

> I am open to suggestions of other spam plug-ins :)

FWIW, I run popfile - no plugin per se - but it's pretty decent. And I
had the connection problem *long* before using popfile.

- --
Herb Warren

  Using The Bat! 1.62r
  on: Windows 2000 5.0
  Build 2195 Service Pack 4

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8
Comment: Send mail with the subject "PGP Key Request" for public key

iQA/AwUBQ2tx9ZW3c64KxgfCEQL9hACggs5ZNwMcgeTAllsZ2ae4d24RXUIAoJzp
5Q7whtfi/7DUoudbz14EJTU3
=+BLx
-END PGP SIGNATURE-





http://www.silverstones.com/thebat/TBUDLInfo.html


Re[2]: /BATCH command line

2005-11-04 Thread Nikolay Cankoff
Hello George,

Friday, November 4, 2005, 3:36:37 PM, you wrote:

George> Is that mail the only one that needs to be sent?  If so, try the SEND
George> parameter for the /MAIL command:

That's it... thanks a lot George. It works perfect now.

George> OT:  So you know what stendec means?  Maybe you can solve a long
George> standing mystery:

Definitely I know George, it is not a coincidence.

Thanks again.

-- 
Best regards,
 Nikolaymailto:[EMAIL PROTECTED]


http://www.silverstones.com/thebat/TBUDLInfo.html


Re: /BATCH command line

2005-11-04 Thread George Mitchell
Nikolay Cankoff wrote:

NC> Unfortunately, I notice The Bat! execute only the first line in
NC> /BATCH file and that's it.

NC> If I have 2 lines in .bat file as follow:
NC> /[EMAIL 
PROTECTED];SUBJECT=ReportStendec;ATTACH="d:\BackUp\BackupReport\stendec.rar"
NC> /SEND"Nikolay Cankoff"
NC> , The Bat! only create mail and put it in the Outbox, but do not 
send it.

Is that mail the only one that needs to be sent?  If so, try the SEND
parameter for the /MAIL command:

/[EMAIL 
PROTECTED];SUBJECT=ReportStendec;ATTACH="d:\BackUp\BackupReport\stendec.rar";SEND

That should cause it to be sent immediately.

OT:  So you know what stendec means?  Maybe you can solve a long
standing mystery:

http://www.pbs.org/wgbh/nova/vanished/stendec.html

-- 
George

Using The Bat! 3.61.11 Echo (Beta) on Windows XP Pro, Service Pack 2.




http://www.silverstones.com/thebat/TBUDLInfo.html


Re[2]: /BATCH command line

2005-11-04 Thread Nikolay Cankoff
Hello Roelof,

Wednesday, November 2, 2005, 11:35:51 AM, you wrote:

Roelof> In that case have you tried
Roelof> /Send"Nikolay Cankoff"
Roelof> or
Roelof> /SendNiko*  (without your preceding asterisk)

Roelof> When it's your only account you could also use /sendall

Unfortunately, I notice The Bat! execute only the first line in /BATCH file and 
that's it.

If I have 2 lines in .bat file as follow:
/[EMAIL 
PROTECTED];SUBJECT=ReportStendec;ATTACH="d:\BackUp\BackupReport\stendec.rar"
/SEND"Nikolay Cankoff"
, The Bat! only create mail and put it in the Outbox, but do not send 
it.

If I call 2 .bat files with 1 line in everyone, everything works:
For example:

BackupReport.bat
"c:\program files\The Bat!\thebat.exe" 
/BATCH:"D:\Utils\Batch\test\Mail_CreateReport.bat"
"c:\program files\The Bat!\thebat.exe" /BATCH:"D:\Utils\Batch\test\Send.bat"

Mail_CreateReport.bat
/[EMAIL 
PROTECTED];SUBJECT=ReportStendec;ATTACH="d:\BackUp\BackupReport\stendec.rar"

Send.bat
/SEND"Nikolay Cankoff"
I hope that is no The Bat! bug, but my mistake through ignorance.

I think the batch file must looke like this:
/[EMAIL 
PROTECTED];SUBJECT=ReportStendec;ATTACH="d:\BackUp\BackupReport\stendec.rar"
/SEND"Nikolay Cankoff"
/SMARTEXIT
The Bat! create mail, send it, and then exit. And this will be the perfect 
schedule task for me and my work.

Thanks in advance for support!!!

 
Best regards,
 Nikolaymailto:[EMAIL PROTECTED]


http://www.silverstones.com/thebat/TBUDLInfo.html