myspacee Posted February 19, 2009 Posted February 19, 2009 Hello to all, use often RunWait() func, now i'm calling PDFCreator.exe to convert *.doc into *.pdf using its 'engine' Sometime PDFCreator.exe go mad and wait for > 10-15 min before crash. My script go ahead, but want to monitor PDFCreator.exe and kill it before it every 10 minutes... anyone can help me ? thank you, m.
Andreik Posted February 19, 2009 Posted February 19, 2009 Hello to all,use often RunWait() func, now i'm calling PDFCreator.exe to convert *.doc into *.pdf using its 'engine'Sometime PDFCreator.exe go mad and wait for > 10-15 min before crash.My script go ahead, but want to monitor PDFCreator.exe and kill it before it every 10 minutes...anyone can help me ?thank you,m.Try with ShellExecute().
myspacee Posted February 19, 2009 Author Posted February 19, 2009 thank you for reply, can't use ShellExecute() pdfcreator doesn't support more than 1 instance at same time. Must wait until finish (or crash) m.
myspacee Posted February 19, 2009 Author Posted February 19, 2009 I know that question can be understand for this specific problem, but it's more general, i ask for RunWaitFor() function... m.
Recommended Posts
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