SuperNatural Posted December 7, 2010 Posted December 7, 2010 (edited) Hello people I looked into the "Help File" and I understood how to make auto installation to winzip, so I tried it on another application (Everest Ultimate Edition) and it worked.. kinda.I have a questions about it:How can I change the speed of the Send("Enter") for exmaple? (NOT MOUSE CLICKS)Thanks a lot !!! Edited December 8, 2010 by SuperNatural
JohnOne Posted December 7, 2010 Posted December 7, 2010 (edited) You could try sending a spacebar to that finish window to close it. Keeping in with your methods of script you could probably uncheck the control with a series of tabs and spacebar/enter. Edited December 7, 2010 by JohnOne AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
SuperNatural Posted December 7, 2010 Author Posted December 7, 2010 I don't really understood what you answered me about .. :]
JohnOne Posted December 7, 2010 Posted December 7, 2010 Send("!f") = Send("{SPACE}") Try Send("{TAB}") fot documentation. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
SuperNatural Posted December 8, 2010 Author Posted December 8, 2010 Ohh.. ok, but I still need answer for this question:2. How can I change the speed of the Send("Enter") for exmaple? (NOT MOUSE CLICKS)Thanks
JohnOne Posted December 8, 2010 Posted December 8, 2010 Im not 100% sure what you mean, but perhaps SendKeyDownDelay option is what you need, thats assuming that even works with the send function. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
SuperNatural Posted December 8, 2010 Author Posted December 8, 2010 I mean, like you can change mouse click's speed with Opt("WinWaitDelay",100) so how can I change the send speed's? like send enter and so on?
PsaltyDS Posted December 8, 2010 Posted December 8, 2010 Opt("SendKeyDelay", 10) 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
SuperNatural Posted December 8, 2010 Author Posted December 8, 2010 oh, thanks and one more question: How can I hide the icon when the script is run? the icon in the Taskbar?
PsaltyDS Posted December 8, 2010 Posted December 8, 2010 Dog ate your help file? Get another copy and look under 'Tray Management'. 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
SuperNatural Posted December 8, 2010 Author Posted December 8, 2010 (edited) Oh, thanks.. =/But just another little question that I didn't find in the Help File:If for example, I want to do this:FileInstall("E:\Driver\File.exe", @TempDir & "\File.exe", 1)FileCopy(@TempDir & "\File.exe", "C:\Program Files\Driver-Soft\DriverGenius\DriverGenius.exe", 1)I install in the script the crack that named Crack.exe to the temp folder,then I copy it to C:\Program Files\Directory..But:If for exmaple, someone have the program files on G:\?How can I do this ?How can I copy a file to the program files \ driver soft \ driver genius directory, like the @TempDir?Thanks a lot !!!BTWif you can help me here: I'll glad! Edited December 8, 2010 by SuperNatural
PsaltyDS Posted December 8, 2010 Posted December 8, 2010 Topic reported as a license crack. No more replies. 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
SuperNatural Posted December 8, 2010 Author Posted December 8, 2010 Sry, but I didn't post this or something .. O_o Anything, I didn't no sry... anyway, I need help here: Thanks.
Developers Jos Posted December 8, 2010 Developers Posted December 8, 2010 *click* SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts