vfsmoe Posted October 26, 2009 Posted October 26, 2009 OK now this is my second request fro help here. I was helped with a trapcode install. Using that script as a basis for another install, unbelievably the same problems keep coming up. Here is the script Run ("\\tek01\Applications\Celtx\celtxsetup.exe") WinWaitActive ("Open File - Security Warning") ControlClick ("Open File - Security Warning" , "Cancel", "Button1") sleep(500) WinWaitActive ("Celtx Setup" , "Welcome to the Celtx Setup Wizard") ControlClick ( "Celtx Setup" , "Cancel", "Button2") sleep(500) ControlClick ( "Celtx Setup" , "Cancel", "Button2") WinWait(500) Here is a portion of the script I used as a template Run ("\\tek01\Applications\Trapcode\EchoSpace\EchoSpace_Win_Full\EchoSpace_Win_Full\Adobe After Effects\TrapcodeEchoSpace.exe") WinWaitActive ("Trapcode EchoSpace Setup" , "Cancel") ControlClick ( "Trapcode EchoSpace Setup" , "Cancel", "Button2") sleep(500) WinWaitActive ("Trapcode EchoSpace Setup" , "Cancel") ControlClick ("Trapcode EchoSpace Setup" , "Cancel", "Button2") sleep(500) WinWaitActive ("Welcome", "Welcome") ControlClick ( "Welcome", "Welcome", "Button1") sleep(500) WinWaitActive ("Software License Agreement", "License Agreement") ControlClick ( "Software License Agreement", "License Agreement", "Button4") sleep(500) WinWaitActive ("Red Giant Software Registration", "Demo Version") ControlClick ( "Red Giant Software Registration", "Demo Version", "Button1") My question is why when I substitute for the appropriate buttons in the new script, nothing happens? It sits at the one window. Does this have something to do with my work computer? I would like to be able to build and run these scripts and this is really a pain now. Thanks in advance
vfsmoe Posted October 26, 2009 Author Posted October 26, 2009 OK so I figured out the problem. I had winwait instead of sleep and some other issues. How to I exit the script? Thanks
PsaltyDS Posted October 26, 2009 Posted October 26, 2009 How to I exit the script?ExitMaybe? Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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