Winstonekk Posted June 5, 2020 Share Posted June 5, 2020 I doin program, that's install programs and i don't really know how to do delay beetwen click without sleep, bcs my boss say thats every PC is not the same, and i don't know hot to do it. Can someone Help? Project.au3 Link to comment Share on other sites More sharing options...
water Posted June 5, 2020 Share Posted June 5, 2020 Welcome to AutoIt and the forum! I would use the following approach: Professional programs provide a silent installation option. So there is no need to automate the application's GUI. On the forum you will find ready-made tools to select and install programs (Example: Vollatran). You can easily add new software without the need to modify your autoit script Winstonekk 1 My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki Link to comment Share on other sites More sharing options...
Musashi Posted June 5, 2020 Share Posted June 5, 2020 13 minutes ago, Winstonekk said: i don't really know how to do delay between click without sleep, because my boss say thats every PC is not the same, and i don't know how to do it. The Sleep command is independent of the performance of the respective PC. Sleep(1000) has a duration of 1000 ms (1 sec ) on any PC. I therefore do not understand what argues against the use of Sleep in general. Recommendation : It would be beneficial if you could write function names, variable names and comments in English language. This makes it easier for potential helpers to follow your source code. Text output in message boxes or in a GUI can be written in your local language of course . Apart from that, I consider it just like @water . Winstonekk 1 "In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move." Link to comment Share on other sites More sharing options...
Winstonekk Posted June 5, 2020 Author Share Posted June 5, 2020 Here is with English comments, ye I saw what @water linked, but thats not for me. I know AutoIT for idk like 3/4 days? I think abt loop while thats works, like a timer beetwen this click, but i don't know how i do it, boss says it like in c++, but for me is somethin new soo 😕 Project.au3 Link to comment Share on other sites More sharing options...
careca Posted June 5, 2020 Share Posted June 5, 2020 What you need is the silent switches for these programs, and then you do runwait on them. Alternatively, what you could do is the WinWaitClose for the window in question. Winstonekk 1 Spoiler Renamer - Rename files and folders, remove portions of text from the filename etc. GPO Tool - Export/Import Group policy settings. MirrorDir - Synchronize/Backup/Mirror Folders BeatsPlayer - Music player. Params Tool - Right click an exe to see it's parameters or execute them. String Trigger - Triggers pasting text or applications or internet links on specific strings. Inconspicuous - Hide files in plain sight, not fully encrypted. Regedit Control - Registry browsing history, quickly jump into any saved key. Time4Shutdown - Write the time for shutdown in minutes. Power Profiles Tool - Set a profile as active, delete, duplicate, export and import. Finished Task Shutdown - Shuts down pc when specified window/Wndl/process closes. NetworkSpeedShutdown - Shuts down pc if download speed goes under "X" Kb/s. IUIAutomation - Topic with framework and examples Au3Record.exe Link to comment Share on other sites More sharing options...
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