On 5/15/07, Andrew Bustamante <[EMAIL PROTECTED]> wrote:

>   Sorry if I joined this discussion. I also have the same query but mine is 
> specific. I am doing a repeating task in the computer. Its like Im running a 
> program to test several files. This job is tidous to do, so I  wonder if I 
> could produce a program that does the job. I hope for your positive response. 
> Thank you and God Bless. :)

Don't even need a program to do that, you can use a scheduler (like
cron on Unix, Windows has one, too) to execute your program at
selected intervals of time. Or, you can write a shell script to
execute your program multiple times using different inputs.

-- Brett
------------------------------------------------------------
"In the rhythm of music a secret is hidden;
    If I were to divulge it, it would overturn the world."
               -- Jelaleddin Rumi

Reply via email to