• Why not just schedule a job to run hourly and if the file exists process it.

    Then the code in one job is:

    If file exists THen

    run job to process file

    Else

    exit

    End If