OK - I need to run a specific command at regular time intervals HOWEVER we can not use WinNT scheduler. This is because even when running the task in interactive mode the app we need to talk to does not always respond correctly. What I have discovered is that if the app is running and you manually run some specific command line tasks it works!

Therefore what I want to do is create a KiX script that will at a predefined time shell out and run the appropriate commands (all within a user's Terminal Server session and all interactively - long story).

My question is: Can I easily have KiX natively wait until a specific time then undertake a gosub routine?

Thanks,
Mark