1831408 Members
3179 Online
110025 Solutions
New Discussion

Re: Nickel script

 
SOLVED
Go to solution
Praba Charen Nathan
Occasional Contributor

Nickel script

Hi ..

Is there any possibility of automating the process of sending the nickel to a prticular e-mail address?

Doea anyone have a sample?
3 REPLIES 3
harry d brown jr
Honored Contributor
Solution

Re: Nickel script

Are you talking about this (http://www.dutchworks.nl/htbin/hpsysadmin?h=3&dn=76403&q=nickel%20script&fh) or something else?

If it creates output, then you can email it!

live free or die
harry d brown jr
Live Free or Die
Praba Charen Nathan
Occasional Contributor

Re: Nickel script

Thanks.

I wiil test it out 1st.

Regards
Praba
harry d brown jr
Honored Contributor

Re: Nickel script


Try this: https://owa01.paychex.com/exchweb/bin/redir.asp?URL=http://www.hp.com/workstations/segments/mcad/dassault/plmcc/perf_tools.html it appears to be a "newer" nickel.

btw, you can use this to email a file:

uuencode file file.txt |mailx -m -s "Heading for email"

or for multiple files:

for i in `echo filename1 filename2 filename3 ...`
do
uuencode $i $i.txt
done|mailx -m -s "your subject here" username@where_ever.com


live free or die
harry d brown jr
Live Free or Die