Re: Filter question

2001-01-11 Thread Thomas Fernandez

Hi Emmanuele,

On Thu, 11 Jan 2001 09:03:41 +0100GMT (11/01/2001, 16:03 +0800GMT),
Emmanuele Vigni wrote:

EV There is also unwanted text in them, but only one email to capture..

Let me play a bit here. I'm really not good at RegEx, but I'll give it
a shot:

%RegExpMatch="%Text" // The body of the message is our source

Match algorithm:
1.) Find "@" character
2.) Return the string consisting of all characters between the space
preceding this character and the space or cr following this character.

Give me a little time (couple of days should do) to put this into a
RegEx script. ;-)

-- 

Cheers,
Thomas.  

Message reply created with The Bat! 1.49
under Chinese Windows 98 4.10 Build 1998  
on a Pentium II/350 MHz.



-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--

You are subscribed as : archive@jab.org





(No Subject)

2001-01-11 Thread tracer

Thursday, January 11, 2001

Hello Bat-users,

  maybe a silly question but I often use the bat to extract mail from
  customers from messed up outlook and outlook express.
  Just had a customer who was running some beta of 98 and outlook and
  outlook express didnt want to pick up his mailboxes...
  The bat did it but how do I export FROM the bat back to outlook .
  outlook express...
  I know none of use do that normally, but this is datarecovery so I
  donot mind what I use or the uses uses..
  If I can convince them to use the bat, fine , if not , every time it
  corrupts they pay...

-- 


Best regards,

tracer

Using theBAT 1.49 Beta/2 
NO MICROSOFT VIRUS INFECTIONS

mail to : [EMAIL PROTECTED]
using FireTalk: 321338
pgp 6.5.3 : 0x909D9B10



-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--

You are subscribed as : archive@jab.org





Re: Filter question

2001-01-11 Thread Januk Aggarwal

Hello Thomas,

TF = Thomas Fernandez 

On  Thu, 11 Jan 2001  at  16:15:24 GMT +0800 (which was 12:15 AM where
I live) witnesses say Thomas Fernandez typed:

TF Hi Emmanuele,

TF On Thu, 11 Jan 2001 09:03:41 +0100GMT (11/01/2001, 16:03 +0800GMT),
TF Emmanuele Vigni wrote:

EV There is also unwanted text in them, but only one email to capture..

TF Let me play a bit here. I'm really not good at RegEx, but I'll give it
TF a shot:

TF %RegExpMatch="%Text" // The body of the message is our source

TF Match algorithm:
TF 1.) Find "@" character
TF 2.) Return the string consisting of all characters between the space
TF preceding this character and the space or cr following this character.

TF Give me a little time (couple of days should do) to put this into a
TF RegEx script. ;-)


 I already did this one some time ago.  If I remember correctly, the
 best one was:

%TO=''%TO='%SETPATTREGEXP="(?is).*?[^-_.\w]*?([-_.\w]{2,}?@[-_.\w]{3,}?)[^-_.\w]"%REGEXPBLINDMATCH="%TEXT"%SUBPATT="1"'

It finds the first e-mail address in any message.

-- 
Thanks for writing,
 Januk Aggarwal

 Using The Bat! 1.49
 under Windows 98 4.10 Build   A 

-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--

You are subscribed as : archive@jab.org





Re[2]: Filter question

2001-01-11 Thread Emmanuele Vigni

Hello Januk,

Thursday, January 11, 2001, 9:31:23 AM, you wrote:

JA Hello Thomas,

JA TF = Thomas Fernandez 

JA On  Thu, 11 Jan 2001  at  16:15:24 GMT +0800 (which was 12:15 AM where
JA I live) witnesses say Thomas Fernandez typed:

TF Hi Emmanuele,

TF On Thu, 11 Jan 2001 09:03:41 +0100GMT (11/01/2001, 16:03 +0800GMT),
TF Emmanuele Vigni wrote:

EV There is also unwanted text in them, but only one email to capture..

TF Let me play a bit here. I'm really not good at RegEx, but I'll give it
TF a shot:

TF %RegExpMatch="%Text" // The body of the message is our source

TF Match algorithm:
TF 1.) Find "@" character
TF 2.) Return the string consisting of all characters between the space
TF preceding this character and the space or cr following this character.

TF Give me a little time (couple of days should do) to put this into a
TF RegEx script. ;-)


JA  I already did this one some time ago.  If I remember correctly, the
JA  best one was:

JA 
%TO=''%TO='%SETPATTREGEXP="(?is).*?[^-_.\w]*?([-_.\w]{2,}?@[-_.\w]{3,}?)[^-_.\w]"%REGEXPBLINDMATCH="%TEXT"%SUBPATT="1"'

JA It finds the first e-mail address in any message.


Ok, tnx. But where I have to put that code in The Bat??? I am new...

--
Emmanuele

-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--

You are subscribed as : archive@jab.org





Re[3]: Filter question

2001-01-11 Thread OK3

Hello, the Bat! list recipients,

Thursday, January 11, 2001, Emmanuele Vigni wrote to Januk Aggarwal about
Filter question:

JA 
%TO=''%TO='%SETPATTREGEXP="(?is).*?[^-_.\w]*?([-_.\w]{2,}?@[-_.\w]{3,}?)[^-_.\w]"%REGEXPBLINDMATCH="%TEXT"%SUBPATT="1"'

JA It finds the first e-mail address in any message.


EV Ok, tnx. But where I have to put that code in The Bat??? I am new...

Filter Actions/Creage message for/Template

-- 
Best regards,
Oleg Zalyalov. mailto:[EMAIL PROTECTED]

  Using The Bat! version 1.49
  under Windows NT 4.0 Build 1381 Service Pack 6

-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--

You are subscribed as : archive@jab.org





How Can I ?

2001-01-11 Thread David Elliott

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Bat! users,

When I import messages into the inbox using /IMPORT command line I have to
refilter them manually i.e folder refilter.

Is there a was to do this automatically?

I know that I can set the imported messages to read but I want the filters
to take care of it.

- --
 Regards,
   David
 _
| David  Elliott |  Software  Engineer  |  PGP Key ID 0x650F4534  |
| "I'm at a disadvantage. I'm an elected official." Clinton   |

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8
Comment: PGP Signed, sealed, delivered.

iQA/AwUBOl2dW/mK8eZlD0U0EQJT3QCfVvBmASTduGzr8cy4sdkkiPO2L6AAmwQX
CdzyjTFzuI+QCvahsmnS1RmL
=S2wr
-END PGP SIGNATURE-

-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--

You are subscribed as : archive@jab.org





synchronize with IMAP server

2001-01-11 Thread Daniel Morton

Hello Everyone,

can The bat synchronize its local folder system with the Imap server
folder system and vice versa?
I am just asking a question which my tech friend helped me with so I
hope this question makes sense. thanks.
  

-- 
Best regards,
 Daniel  mailto:[EMAIL PROTECTED]

-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--

You are subscribed as : archive@jab.org





Re: synchronize with IMAP server

2001-01-11 Thread Jannik Lindquist

Hello Daniel,

Thursday, January 11, 2001, 1:04:08 PM, you wrote:

DM Hello Everyone,

DM can The bat synchronize its local folder system with the Imap server
DM folder system and vice versa?

Yes and no! Some web-based e-mail services allow you to retrieve your
mail with any client-based e-mail program. It appears that the
standard for this is POP - which does not support "folder-retrieval"
(so to speak), but some providers offer retrieval by IMAP as well -
and this *does* support folders. The Bat! can use both of these
standards and is therefore able to import the folders of the
web-account. But it is not able to *export* its own folders to the
web-account and, so, you cannot really speak of "synchronization".

DM I am just asking a question which my tech friendhelped me with so
DM I DM hope this question makes sense. thanks.
  
It does and you're welcome :-)

Best regards,

Jannik

-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--

You are subscribed as : archive@jab.org





download.cnet.com

2001-01-11 Thread Stanislav Polozov

Hello everybody!

  Here you have a possibility to vote for you favorite program...
  ;)

  
http://download.cnet.com/downloads/0,10151,0-3356720-106-0-1-3,00.html?tag=st.dl.3356720-106-1.lst-3.lst;

-- 
Best regards,
 Stanislav   mailto:[EMAIL PROTECTED]

-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--

You are subscribed as : archive@jab.org





Re: synchronize with IMAP server

2001-01-11 Thread Jannik Lindquist

Hello Daniel,

I might add that I know only of two webmail-providers that offers
client-based retrieval by IMAP: www.myrealbox.com and
www.eudoramail.com. I don't know any of them *that* well, but on the basis
of my current kmowledge, I'd say they're both great - although
Eudoramail does not appear to offer the option of retrieving mail from
other accounts.


Best regards,

Jannik

-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--

You are subscribed as : archive@jab.org





Re[2]: synchronize with IMAP server

2001-01-11 Thread Daniel Morton

Thursday, January 11, 2001, 2:05:43 PM, 

Hello Jannik,

thanks for all this, I will pass it on.

Best regards,
Danielmailto:[EMAIL PROTECTED]

-- 
JL Hello Daniel,

JL I might add that I know only of two webmail-providers that offers
JL client-based retrieval by IMAP: www.myrealbox.com and
JL www.eudoramail.com. I don't know any of them *that* well, but on the basis
JL of my current kmowledge, I'd say they're both great - although
JL Eudoramail does not appear to offer the option of retrieving mail from
JL other accounts.


JL Best regards,

JL Jannik

-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--

You are subscribed as : archive@jab.org





TB! v1.49 - ABxxxPPP in Quotestyle

2001-01-11 Thread Jan Rifkinson

Hello BatListers,

   It would seem logical to me that the RegExp
   %ABofromHANDLE='%ABofromFIRSTNAME="%OFROMFNAME"'
   would work as a quotestyle as well as a greeting but that
   doesn't seem to be the case for me.

   It successfully returns the handle or the first name but not
   the FromFName in the event there is no AB entry.

   Can someone help me out with this?

Thank you.

-- 
Jan Rifkinson
Ridgefield, CT USA
Using The Bat 1.49
PGP-Key 0x4C9CDF9D
ICQ 41116329



-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--

You are subscribed as : archive@jab.org





Re: synchronize with IMAP server

2001-01-11 Thread Manfred Ell

On 11-01-2001 at 14:05:43GMT +0100 (which was 13:05 where I live)
Jannik Lindquist wrote regarding the subject of "synchronize with IMAP server"


Hello Jannik,

Jannik I might add that I know only of two webmail-providers that offers
Jannik client-based retrieval by IMAP: www.myrealbox.com and
Jannik www.eudoramail.com. I don't know any of them *that* well, but on the basis
Jannik of my current kmowledge, I'd say they're both great - although
Jannik Eudoramail does not appear to offer the option of retrieving mail from
Jannik other accounts.

Add Operamail. Works with TB without problems.

Regards

-- 
Manfred
___
[ TheBat 1.49b (FE1905D5), Windows 5.0 Build 2195 Service Pack 1, RC 1.1 ]



Teachers do it for good heads.

-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--

You are subscribed as : archive@jab.org





Moving Folders

2001-01-11 Thread George F Schoelles

-BEGIN PGP SIGNED MESSAGE-

Hello Bat_Users,

  Back to the folder thread, I was wondering were the bat keeps its
folder information.  In as that the structure is in the folders on
disk, though changes there are not recognized by The Bat.  Also none of the
ctrl or alt + Drag options seem to work for me.

- -- 
Best regards,
 George   mailto:[EMAIL PROTECTED]

**
*Thawte authorized WOT Notary  * ICQ: 122492 *
**

Does the name Pavlov ring a bell?

Finger: [EMAIL PROTECTED] for keys

-BEGIN PGP SIGNATURE-
Version: 2.6.2
Comment: Use PGP to protect your rights and authenticity
Comment: KeyID: 0x360563A92F592AB1
Comment: Fingerprint: 84EE 29D7 0B3F 04F5  848A 2746 DD6F 60C5

iQEVAwUBOl29uDYFY6kvWSqxAQGVZQgAh5ruiw56g0ALqSEvDdm3ipiukdwvyenM
HpmWZ/06mWA0RevEpz3TsY13SOUNNC5od+c6V6QIHxIucxAuqkyvkHMAaH1LmniZ
yMDKHaRB6aPqV39bTqFP+AsT7musb48SZF1ku561WnHFfYxPriwWtSq0JoxHMgjT
V20XsuLgiRXqxTN48WlI8Qvud8OhHhopq6KX7W11cCsao+UtdOL2kmeAUW2GWVJl
cvGhEbDbA/7armGIcnV8/C+bxtmoUPgHZbcZDxwBDLh8AOiZ0DklkYQ8WsAOuPDx
8XVYF9Cgl867iiHRZLQym8vWcpYxxvIm1IpiV+GxTkQb6MIYxZvZvg==
=6fTl
-END PGP SIGNATURE-

-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--

You are subscribed as : archive@jab.org





Re[2]: synchronize with IMAP server

2001-01-11 Thread Jannik Lindquist

Hello Manfred,

Thursday, January 11, 2001, 2:28:48 PM, you wrote:

ME Add Operamail. Works with TB without problems.
ME 
ME Regards
ME 
ME -- 
ME Manfred

It *was* Operamail, I meant! Why I wrote Eudoramail, I really don't
know! As far as I can tell, Eudoramail does *not* support IMAP.

Here are the facts again, Daniel:

The two web-mail providers, that I know of, that offers IMAP-retrieval
are www.myrealbox.com and www.operamail.com . Since Operamail does not offer
the option of retrieving mail from other accounts, and MyRealBox has
got a couple of other goodies (no ads, for one thing), I personally prefer the latter.

Best regards,

Jannik

-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--

You are subscribed as : archive@jab.org





Re[2]: synchronize with IMAP server

2001-01-11 Thread Tim Musson

Hey Jannik,

Thursday, January 11, 2001, 8:05:43 AM, you wrote:

JL Hello Daniel,

JL I might add that I know only of two webmail-providers that offers
JL client-based retrieval by IMAP: www.myrealbox.com and

I have found MyRealBox to be very stable (this account is there
actually).  I have been using it from the start (it was originally a
method to test the new NIMS software from Novell).  The only outages I
can recall were from upgrades to the software during the Beta phase of
the product.  It just recently finished the beta phase.  Also, they
are working on the next version, so if you want to make suggestions...

One thing I like very much is you can configure it to go and get mail
from other pop or imap sites (you can get your mail from MyRealBox
with either pop or imap).

--
[EMAIL PROTECTED]
The Bat! v1.49
Windows NT 5.0.2195 (Service Pack 1)

-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--

You are subscribed as : archive@jab.org





RexEx Tutorial, where ?

2001-01-11 Thread Stefano Zamprogno

Ciao The,

  As subj say, where can i find a tutorial-manual about that ?
  Thanks.

-- 
eMail : [EMAIL PROTECTED] - [EMAIL PROTECTED]
eMail su cellulare: [EMAIL PROTECTED]
WEB   : http://www.zamprogno.com - http://www.zamprogno.it
ICQ   : 3813299

Per vedere un orologiaio al lavoro vai a:
To see a watchmaker at work go to:
http://www.edisons.it/time/cam/webcam.htm



-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--

You are subscribed as : archive@jab.org





Re: Moving Folders

2001-01-11 Thread Ming-Li

On Thursday, January 11, 2001, 6:05:46 AM, George wrote:

   Back to the folder thread, I was wondering were the bat keeps
 its folder information.

In ACCOUNT.FLX. But it's a binary file, so you can't edit it.

 In as that the structure is in the folders on disk, though changes
 there are not recognized by The Bat.

It's still preferred to do folder maintenance in TB. But if you do
make changes in your file manager, and want TB to "recognize" them,
then try the ctrl-alt-shift-L (4-key combination) shortcut. It tells
TB to find "lost" folders.

 Also none of the ctrl or alt + Drag options seem to work for
 me.

What's the problem? You can't move folders around with alt+dragging?

-- 
Best regards,
Ming-Li

The Bat! 1.49 | Win2k SP1

-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--

You are subscribed as : archive@jab.org





Re: RexEx Tutorial, where ?

2001-01-11 Thread Nick Andriash

On January 11, 2001, at 7:32:35 AM, Stefano Zamprogno Wrote:

SZ As subj say, where can i find a tutorial-manual about that ?
SZ   Thanks.

I have the following page set aside for reading, but haven't as yet found
the time to read it:

http://physlab.sci.ccny.cuny.edu/%7Eorycc/vim-regex.html


Nick


N.J. Andriash [ TB! v1.49 | PGP 7.0.2 | Win 98 SE ]
 Vancouver, B.C. Canada | PGP Key ID:  0x7BA3FDCE  


-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--

You are subscribed as : archive@jab.org





Saving Attachments

2001-01-11 Thread Thomas Fernandez

Hello TBUDL!

When I save attachments (right-clicking on it and chosing Save from
the context menu), TB's default extension seems to be different
from the actual attachment's extension.

Moreover, on my home PC the default is .dwp, and in the office, it's
.cfd (or something). I have never used these extensions at all.

Why doesn't TB just use the extension from the actual file?

I could understand if it remembered the last case, but that isn't true
either.

-- 

Ciao,
Thomas  mailto:[EMAIL PROTECTED]

Generated with The Bat! 1.49
under Chinese Windows 98 4.10 Build 1998  
using an Intel Celeron 366 Mhz, 128MB RAM



-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--

You are subscribed as : archive@jab.org





Regex Help

2001-01-11 Thread Nick Danger

Let me try another plea for help

Is it possible to take today's date that is formatted 1/11/2001 by
%DATESHORT and have it reformatted to a 20010111 style? (MMDD)

TIA

-- 
 Nick [MUA: TB! 1.49]
 Danger  [OS: Win98 4.10 1998]



-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--

You are subscribed as : archive@jab.org





Re: Regex Help

2001-01-11 Thread Januk Aggarwal

Hello Nick,

ND = Nick Danger 

On  Thu, 11 Jan 2001  at  16:56:24 GMT -0600 (which was 2:56 PM where
I live) witnesses say Nick Danger typed:

ND Let me try another plea for help

ND Is it possible to take today's date that is formatted 1/11/2001 by
ND %DATESHORT and have it reformatted to a 20010111 style? (MMDD)

Try

%SETPATTREGEXP="\d{8}"%REGEXPMATCH="%SETPATTREGEXP=""(\d*)/(\d*)/(\d*)""%REGEXPBLINDMATCH=""%DATESHORT""%SUBPATT=""3""%SUBPATT=""2""%SUBPATT=""1"";;%SUBPATT=""3""0%SUBPATT=""2""%SUBPATT=""1"""

This is what it outputs for me: 20010111

-- 
Thanks for writing,
 Januk Aggarwal

 Using The Bat! 1.49
 under Windows 98 4.10 Build   A 

-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--

You are subscribed as : archive@jab.org





Re: Regex Help

2001-01-11 Thread Manfred Ell

On 11-01-2001 at 15:22:56GMT -0800 (which was 23:22 where I live)
Januk Aggarwal wrote regarding the subject of "Regex Help"


Hello Januk,

Januk Try

Januk 
%SETPATTREGEXP="\d{8}"%REGEXPMATCH="%SETPATTREGEXP=""(\d*)/(\d*)/(\d*)""%REGEXPBLINDMATCH=""%DATESHORT""%SUBPATT=""3""%SUBPATT=""2""%SUBPATT=""1"";;%SUBPATT=""3""0%SUBPATT=""2""%SUBPATT=""1"""

Januk This is what it outputs for me: 20010111


It outputs "" (meaning nothing) here.

Regards

-- 
Manfred
___
[ TheBat 1.49c (FE1905D5), Windows 5.0 Build 2195 Service Pack 1, RC 1.1 ]



Politeness is asking a beggar if he'll take a check.

-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--

You are subscribed as : archive@jab.org





Re[2]: Moving Folders

2001-01-11 Thread George F Schoelles

-BEGIN PGP SIGNED MESSAGE-

Hello Ming-Li,

Thursday, January 11, 2001, 8:29:06 AM, you wrote:

 Also none of the ctrl or alt + Drag options seem to work for
 me.

ML What's the problem? You can't move folders around with alt+dragging?

Correct, no key + mouse operation will work,

- --
Best regards,
 George   mailto:[EMAIL PROTECTED]

**
*Thawte authorized WOT Notary  * ICQ: 122492 *
**

What may be done at any time will be done at no time. 

Finger: [EMAIL PROTECTED] for keys

-BEGIN PGP SIGNATURE-
Version: 2.6.2
Comment: Use PGP to protect your rights and authenticity
Comment: KeyID: 0x360563A92F592AB1
Comment: Fingerprint: 84EE 29D7 0B3F 04F5  848A 2746 DD6F 60C5

iQEVAwUBOl5bIzYFY6kvWSqxAQEBuwf+L9yVhNfpG5li03fjmFJ/Dc4aNF6xyAXJ
jBnnbQk9+T+q6ij//LQyWg4n+Sc4HcRCtKaMDLn1tc9XbpAqje+Wma2bGXTrf0id
SM7DyD6Rjzeed+imwIH6aOJbQ/8h3MtcYUCC1ZjKwaINliapiS5DvpbkycztvRva
VhCHSAAFNtGv8zQxQ5peRG+iaY+K/CYUkVTkppnthTlhBMl0Z5Xp4yyIhq6Yj49T
jM3nUS94D+aUZIU3b5jFn9LFz6bw+cTBEc5S1FdKDGnVlbRUd8iNqz9fDTYxek09
WPi/vbxqlEOEAjAzaJRUSS5IwgPeRyTZ0GYRalT4n9KUjUFM9mcdcg==
=cpab
-END PGP SIGNATURE-

-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--

You are subscribed as : archive@jab.org





Re: Regex Help

2001-01-11 Thread Januk Aggarwal

Hello Manfred,

ME = Manfred Ell 

On  Thu, 11 Jan 2001  at  23:32:02 GMT + (which was 3:32 PM where
I live) witnesses say Manfred Ell typed:

ME It outputs "" (meaning nothing) here.

Did you use cut and paste to put it into your QT?  If not, did you
accidentally use %REGEXPBLINDMATCH instead of %REGEXPMATCH?  Are all
the quotation marks correct?

I cut and pasted this one into a QT, and this is the output: 20010111

What is the output of the %ODATESHORT macro on your system?  If it is
not digits separated by '/', the regexp will fail.

-- 
Thanks for writing,
 Januk Aggarwal

 Using The Bat! 1.49
 under Windows 98 4.10 Build   A 

-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--

You are subscribed as : archive@jab.org





Re: Regex Help

2001-01-11 Thread Nick Danger

Subject: Regex Help
   From: Januk Aggarwal
  Dated: Thu, 11 Jan  2001, 15:22:56 (5:22:56 PM Local)
~~

Hi Januk,

J Try

J 
%SETPATTREGEXP="\d{8}"%REGEXPMATCH="%SETPATTREGEXP=""(\d*)/(\d*)/(\d*)""%REGEXPBLINDMATCH=""%DATESHORT""%SUBPATT=""3""%SUBPATT=""2""%SUBPATT=""1"";;%SUBPATT=""3""0%SUBPATT=""2""%SUBPATT=""1"""

J This is what it outputs for me: 20010111

Worked like a charm!  A thousand thanks for making a mundane task
automated for me.  You're my hero for the day!

-- 
|-|-|
|  Nick|   "All the world's a game,  |  
|  |
|  Danger |   and we are just niggly bits" |
|-|-|
| "We don't stop playing when we grow old,  |
| We grow old when we stop playing" |
|---|
  MUA: The Bat! V:1.49 Beta/1



-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--

You are subscribed as : archive@jab.org





Re: Moving Folders

2001-01-11 Thread Thomas Fernandez

Hi George,

On Thu, 11 Jan 2001 17:17:26 -0800GMT (12/01/01, 09:17 +0800GMT),
George F Schoelles wrote:

 Also none of the ctrl or alt + Drag options seem to work for
 me.

ML What's the problem? You can't move folders around with alt+dragging?

GFS Correct, no key + mouse operation will work,

I undersatand this to mean: no (key + mouse) operation, rather than:
(no key) + mouse operation...

This is odd. Do these combos work in other applications?

-- 

Cheers,
Thomas.  

Message reply created with The Bat! 1.49
under Chinese Windows 98 4.10 Build 1998  
on a Pentium II/350 MHz.



-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--

You are subscribed as : archive@jab.org