SLEEP would be OK but I was hoping to avoid adding an equation that works out how many seconds from the time the script starts running until the time the process needs to run.

I could sleep for 60 seconds then read the time and IF the hour and minutes = the time I want the process to run do it! Hmmm maybe I could even write my first function.