[tkined] nothing seems to work for email sending in nt scotty script

Jaques, Bob (BJaques@thinklinkinc.com)
Fri, 3 Dec 1999 11:16:18 -0800

I am trying to put paging into NT scotty. Nothing seems to work
I cannot seem to execute commands in nt - what am i missing

i tried
exec echo "hi"
echo "hi"

it fails I never reach the message page sent.

if i remove a line line echo "hi" i do reach page sent

1. how can I get a log of the failure the monitor job simply dies

2. what is the syntex to get a command line to work in NT

here is the code fragment its from library.tcl


}
if {[lsearch $action email] >= 0} {
writeln "page pending"
c:\smail\mail -s "SA" -f w.w jaques @mail.com <mailto:somemail@mail.com>
writeln "[clock format [clock seconds]]:"
writeln "page sent"
writeln
}

Bob Jaques
Director, Technical Operations

ThinkLink Inc.
650 Townsend, Suite 350
San Francisco, CA 94103
ThinkLink (Ph/Fax) 415-252-6200 x 295
Main 415-252-6200
< mailto:bjaques@thinklinkinc.com <mailto:bjaques@thinklinkinc.com> >

Free voicemail, fax and email
accessible over the internet
with five cent a minute calling:
www.thinklink.com <http://www.thinklink.com/>



--
!! This message is brought to you via the `tkined & scotty' mailing list.
!! Please do not reply to this message to unsubscribe. To subscribe or
!! unsubscribe, send a mail message to <tkined-request@ibr.cs.tu-bs.de>.
!! See http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/ for more information.