Toni Posted May 5, 2011 Posted May 5, 2011 Is there a way to run a script at scheduled time? I don't want it to run at open or close file, i want to be executed at scheduled time. Using FileMaker 11 on Windows 7 Thank you, Toni
Cabinetman Posted May 5, 2011 Posted May 5, 2011 Is there a way to run a script at scheduled time? I don't want it to run at open or close file, i want to be executed at scheduled time. Using FileMaker 11 on Windows 7 Thank you, Toni Well there is the 'InstallOnTimer' ..... 1 per window is allowed in FM
Fitch Posted May 5, 2011 Posted May 5, 2011 Another possibility is the good old "robot" technique: Create a separate file, let's call it X. In file X create a script that looks like: Perform Script( the script in your target file ) Close File( current file ) Now in file X's file options, set it to run this script at startup. You will need to create an account and password matching an account/password in your target file. Again in the file options, set it to log in automatically, with that account. Finally, use the windows task scheduler to launch file X on a schedule. It will run its script on open, which will run the script in your target file and then close itself.
bcooney Posted May 5, 2011 Posted May 5, 2011 We're assuming that you do not have a Filemaker Server. Right?
Toni Posted May 10, 2011 Author Posted May 10, 2011 Thank you guys for answering, and forgive me for not providing feedback. Looks like my email alert for my topic isn't working. No, I don't have FileMaker Server. What can be done through server version? does it have included an option to run scripts at scheduled time? I will try the other workarounds suggested here. Look like they will do it.
bcooney Posted May 11, 2011 Posted May 11, 2011 I would suggest checking out FM Server. You'll get scheduled scripts and backups.
Recommended Posts
This topic is 4945 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now