[pmmail-list] Message filename?

James Moe pmmail-list@blueprintsoftwareworks.com
Tue, 23 Sep 2003 09:34:22 -0700 (MST)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Tue, 23 Sep 2003 08:22:59 -0400, Allan McLane wrote:

>Occasionally I need to know and I always have to go through the actual 
>file directory and use a text-file viewer to ID the message in question.
>
  I, too, use a manual filter to do this. Here is a script in rexx and batch that works 
well enough. Use "User hook (foreground)" when setting up the filter.

rexx:
    parse arg cmdline;
   'mode co120,25';
    x = sysfiletree(cmdline, "files.", "fo");
    say "";
    say "Filename:" files.1;
    say "";
    'pause';

batch:
    mode co120,25
    echo .
    echo Filename: %1
    echo .
    pause
	

- -- 
jimoe at sohnen-moe dot com
pgp/gpg public key: http://www.keyserver.net/en/
-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 5.0 OS/2 for non-commercial use
Comment: PGP 5.0 for OS/2
Charset: cp850

wj8DBQE/cHYOsxxMki0foKoRAnVcAJ49jjJrnTwrSEdhv/BYmlswo06WOQCghMBv
oCOvpIiqnvuQhe7FjzuSYHQ=
=zaR2
-----END PGP SIGNATURE-----
- pmmail-list - The PMMail Discussion List ---------------------------
To POST to the list, send your message to:
pmmail-list@blueprintsoftwareworks.com

To UNSUBSCRIBE, send a message to mdaemon@bmtmicro.com 
with the first line of the message body being...
UNSUBSCRIBE pmmail-list@blueprintsoftwareworks.com
---------------------------------------------------------------------