in reply to Run executable and follow on commands from CMD line
Otherwise, as you are on windows, maybe part of what you need can be achieved with a .bat?open(MAIL, "|/usr/sbin/sendmail -t"); print MAIL "To: $to\n"; print MAIL "From: $from\n"; print MAIL "Subject: $subject\n\n"; print MAIL $message; close(MAIL);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Run executable and follow on commands from CMD line
by Anonymous Monk on Oct 22, 2018 at 16:08 UTC |