http://qs321.pair.com?node_id=214004


in reply to Perl and Eudora

You could write a wrapper script, e.g.,

system("D:/EudoraPro/Eudora.exe"); copy($_,'z:/mail_test') foreach glob 'D:/EudoraPro/*.mbx'; copy($_,'z:/mail_test') foreach glob 'D:/EudoraPro/*.toc';

Then, create a shortcut for the command, perl.exe eudorawrapper.pl and use THAT for starting Eudora.

dmm

If you GIVE a man a fish you feed him for a day
But,
TEACH him to fish and you feed him for a lifetime