bhunji Posted May 21, 2004 Posted May 21, 2004 (edited) Hi, I created an autoit script (v2.64) awhile ago that would help me to update users McAfee .dats when they plug into the network. Unfortunately this script is for McAfee 4.5 SP1 and we've just upgraded to McAfee 7.1. The Problem I'm having is, when my autoit script runs it will bring up the VirusScan Console window and then it just sits there, until I close the window, then it continues with the rest of the script. At first I thought it was because I had RunWait instead of just Run, but when I switched it, It came up and closed right away, so I removed the WinClose commands I had at the end in hopes of seeing if it was doing anything else but it went back to waiting for me to close the window before it would continue the script... Any idea what I might be doing wrong? Edited May 21, 2004 by bhunji
bhunji Posted May 21, 2004 Author Posted May 21, 2004 Nevermind I found I just needed a WinWaitActive before I gave my keyboard commands
Recommended Posts