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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

automating routines

Status
Not open for further replies.

simplyJ

MIS
Jul 12, 2001
59
US
i am trying to figure out a way to automate repeated tasks. everyday i have to backup servers. how would i go about creating a script that would basically macro a typical backup routine?

how do i write a program that will interact with system functions?
 
Easiest is probably a batch file... if you want to use Java, pay close attention to the File class. Good on you for being lazy and wanting to automate dumb tasks. Laziness is a programmers' greatest virtue!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top