Astro_Kitty Posted August 17, 2018 Share Posted August 17, 2018 So this is what i have so far: WinActivate("Window with thing i want to copy") Send("{LSHIFT down}") Send("{LEFT down}") Sleep(550) Send("{LSHIFT up}") Send("{LEFT up}") Send("{LCTRL down}") Send("{c down}") Sleep(250) Send("{LCTRL up}") Send("{c up}") WinActivate("My script that is running all of this") MouseClick("left", 1348, 190) Send("{LCTRL down}") Send("{v down}") Sleep(250) Send("{LCTRL up}") Send("{v up}") Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted August 18, 2018 Moderators Share Posted August 18, 2018 @Astro_Kitty welcome to the forum. Number one, you state "this is what I have so far" - you don't state whether it is working as written, or giving you an error, or precisely what you need help with. Secondly, if you would explain exactly what you are trying to accomplish it would be much easier to help you; at present we're simply having to guess at a bunch of Send commands. Help us help you with a detailed explanation "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
careca Posted August 18, 2018 Share Posted August 18, 2018 Once you copy with the ctrl+c you can then use ClipGet ( ) to assign to a variable. Astro_Kitty 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...
Astro_Kitty Posted August 18, 2018 Author Share Posted August 18, 2018 No need to worry about my question anymore JLogan3o13, careca's suggestion fixed my problem. Link to comment Share on other sites More sharing options...
careca Posted August 18, 2018 Share Posted August 18, 2018 Thats good but it probably could be done better and or faster. 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