View Single Post
  #2  
Old 12-03-2004, 09:34 PM
 
jhug jhug is offline
 

Advanced Member
  
Join Date: Nov 2004
Posts: 31
 

Default

Not that I am aware of. Cron uses the Cron Table for time specific invocation of the job only and can't rely on the type of "if" logic you are suggesting. It really depends on what you are doing but an alternative would be to combine the jobs you want performed into some sort of executable script on your system e.g. Perform task a; check to see if task a is complete; when task a completes perform task b. Then use cron to invoke the script.
Reply With Quote