Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Triggering automatically a script at a certain time and generate notfication mails out of it.

Status
Not open for further replies.

anubhav65

Technical User
Mar 18, 2014
1
0
0
US
Hi can anybody tell me
1-how can I trigger my TCL script to run at a certain period of time automatically.
2-Generating email notifications about the report that script ran succesfully or not.


actually I am trying to automate the process of backup of config files of certain switches by ftp and if for a certain switch backup doesn't happens it may notify me via email.
 
I think it depends on your platform. On Linux and UNIX systems you could run your script from a cron job. On Windows (at least the versions through XP; I don't know anymore) there was an AT configuration that would do something similar.

_________________
Bob Rashkin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top