View Single Post
  #2 (permalink)  
Old 09-09-2005, 04:57 PM
sweta's Avatar
sweta sweta is offline
Contributors
User
 
Join Date: Feb 2005
Location: New Delhi
OS: Suse, RHEL, Vista
Posts: 199
Thanks: 12
Thanked 9 Times in 9 Posts
Rep Power: 7
sweta has a spectacular aura about sweta has a spectacular aura about
Default

Well you can use ssh itself to do the job. For example:

Code:
ssh me@somebox.com /path/to/script
Store /path/to/script on somebox.com. In the script write the logic to run job. If have a more question reply back
Reply With Quote