June 7, 200619 yr Can anyone tell me how to get a script to execute on a set time interval, such as every 10 minutes. I need a script that will automatically import records from a predetermined location every 10 minutes with out a user physically executung it by clicking a button. Is this possible? Thanks, Ron
June 8, 200619 yr You could even use the built-in Windows SCHEDULER to execute an FMP file which can trigger your script. For the Mac users you can use a CRON taks to do the same. I have been using this myself for 4 years.
Create an account or sign in to comment