Jump to content

Let FM know when a Windows program ends...


This topic is 8249 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Hello,

I have to call a windows programs called "wget.exe" from within filemaker. The program ends by saving its result in a little file that I import in a field in FM. In principle, no problem.

However, in order to let wget do its job, i have included a "pause script for 1 sec" command, so that wget has time and FM imports correctly. I realise now that the speed of wget is different from PC to PC (some running Win98, some Win2000, some are slower, some are faster) which makes the "pause script" command set to a constant time senseless.

Now the questions:

* To be independent of the speed/systems of the various computers I would like to let filemaker check whether or not the called program has finished already, and then continue the script. Does anyone know a way?

* Or: do programs under windows sent "end messages" to the system that can be queried by FM; if yes, how?

* Or: How can FM ask the system whether or not a program is still running?

Thank you in advance!!!!!

Daniel

FMPro 5.0 latest update, Win2000Pro latest update

Link to comment
Share on other sites

I have the same problem as I am using WinBatch to perform a number of functions which I communicate through the use of a temporary file. The only thing that I've come up with is to put your script statement that reads the file (I'm using the Troi file plugin to do this) into a loop and allow ten 1 second pauses. After every pause I test to see what's been returned: the information or an error code. It's not great, but it does work.

Link to comment
Share on other sites

This topic is 8249 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.