Jump to content

Recommended Posts

Posted

Hello,

I just created my first script to launch a program called gemsignplus9. It is very simple and only requires that the Enter key be hit about 5 times. When I launch the script by right clicking it, it executes perfectly. However, after compiling the script and executing the exe file my notification bar overflows with AutoIT icons and it keeps replicating within my task manager. Has anyone seen this? What am I doing wrong?

Here is my script:

Run("gemsignplus9.exe")

WinWaitActive ("Topaz GemSignPlus Installation for Acrobat 9")

WinActivate("Topaz GemSignPlus Installation for Acrobat 9")

Send("{ENTER}")

WinWaitActive ("Select Destination Directory", "The GemSign support files will be")

WinActivate("Select Destination Directory")

Send("{ENTER}")

WinWaitActive ("Install", "would you like to install")

WinActivate("Install")

Send("{ENTER}")

WinWaitActive ("License Agreement", "License Agreement")

WinActivate("License Agreement")

Send("{ENTER}")

WinWaitActive ("PLEASE NOTE:", "from the menu")

WinActivate("PLEASE NOTE:")

Send("{ENTER}")

Posted

Is the script named 'gemsignplus9'? It may just be the case of your compiled script calling itself with the Run command.

Same thing happened to me when I made a sample script involving notepad.exe

Posted

Is the script named 'gemsignplus9'? It may just be the case of your compiled script calling itself with the Run command.

Same thing happened to me when I made a sample script involving notepad.exe

That solved my problem. Thank you!

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...