Jump to content

Recommended Posts

Posted

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.

Posted

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().
Posted

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.

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...