Newbies Steve W. Posted February 2, 2009 Newbies Posted February 2, 2009 I have created a series of Send Events that moves some files, zips the files, and deletes the files. There could be as little as 2 files and as many as 80, so the time to pause the script in between send events will be variable. Instead of having to overestimate the time required to process the aforementioned steps, is there a way to pause the script indefinitely until the command line returns a result, or closes? Thanks, -Steve
Wim Decorte Posted February 14, 2009 Posted February 14, 2009 The easiest way of doing this is to use VBscript instead of command lines. VBscript can use FM's activeX implementation so it can call a script when it's done. Check the "Windows automation" forum for more info on this.
Genx Posted February 14, 2009 Posted February 14, 2009 Take a look here for a method relating to a looping error trapping import of a text doc that is output by your VBS http://www.filemakerdesign.com/blog/?bid=10.
Recommended Posts
This topic is 5762 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