I have a program I wrote that I want to execute regularly. Right now, I have compiled it as an .exe and it runs every minute using Windows Scheduler. This works fine.
Is there any way to do it in intervals less than a minute, say every 30 seconds?
Thanks.