gknuth Posted July 9, 2008 Posted July 9, 2008 Hi all, Is the simulation or playback speed of a script adjustable? For instance, I want the script to fire up Notepad, type in text, and quit. When I do it manually, it takes a few minutes. When I replay it, it takes just a few seconds. I know I can't replicate the pauses and style that the person has, but I'd just like the script to take a more accurate amount of time to execute. Any thoughts? Thanks
muncherw Posted July 9, 2008 Posted July 9, 2008 Hi all,Is the simulation or playback speed of a script adjustable? For instance, I want the script to fire up Notepad, type in text, and quit. When I do it manually, it takes a few minutes. When I replay it, it takes just a few seconds.I know I can't replicate the pauses and style that the person has, but I'd just like the script to take a more accurate amount of time to execute.Any thoughts?ThanksYou could use the SendKeyDelay option to slow down the typing. Other People's Stuff:Andy Flesner's AutoIt v3: Your Quick Guide[topic="34302"]Locodarwin's ExcelCom_UDF[/topic][topic="61090"]MrCreatorR's Opera Library[/topic]
AdmiralAlkex Posted July 9, 2008 Posted July 9, 2008 You could always throw down a few Sleep() here and there muttley .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
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