mhonarc-users

Re: Converting entire directories on Windows NT

2000-06-29 19:14:04
On June 29, 2000 at 16:38, Bosco Tsang wrote:

Yes, it work under Cygwin but how can I put it under scheduler... I need to 
run MHonArc daily without attention.

You could try invoking bash with the -c option.  Of course, have
the Cygwin bin/lib directory in your PATH.  Example invocation:

        bash -c "mhonarc.pl [options] *.msg"

--ewh