Thanhvu90 Posted July 18, 2020 Share Posted July 18, 2020 hello! i want to copy or rename some file in emulator android (memu). but i don't know how to do that with autoit. Link to comment Share on other sites More sharing options...
argumentum Posted July 18, 2020 Share Posted July 18, 2020 19 minutes ago, Thanhvu90 said: in emulator android In an emulator for android, you would use a android tool. AutoIt is for Windows only. Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting. Link to comment Share on other sites More sharing options...
Nine Posted July 18, 2020 Share Posted July 18, 2020 I suppose the Android Emulator is running under a Windows Machine, right ? “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Screen Scraping Multi-Threading Made Easy Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted July 18, 2020 Moderators Share Posted July 18, 2020 Moved to the appropriate forum. Moderation Team Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
Thanhvu90 Posted July 19, 2020 Author Share Posted July 19, 2020 9 hours ago, Nine said: I suppose the Android Emulator is running under a Windows Machine, right ? Yes, you right! I can create auto click in this emulator but i cannot do some action with file in it Link to comment Share on other sites More sharing options...
Thanhvu90 Posted July 19, 2020 Author Share Posted July 19, 2020 9 hours ago, argumentum said: In an emulator for android, you would use a android tool. AutoIt is for Windows only. A emulator run under window, bro Link to comment Share on other sites More sharing options...
argumentum Posted July 19, 2020 Share Posted July 19, 2020 Just now, Thanhvu90 said: A emulator run under window, bro ok bro, have fun Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting. Link to comment Share on other sites More sharing options...
Nine Posted July 19, 2020 Share Posted July 19, 2020 Show what you have coded so far that does not work “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Screen Scraping Multi-Threading Made Easy Link to comment Share on other sites More sharing options...
Thanhvu90 Posted July 19, 2020 Author Share Posted July 19, 2020 3 hours ago, Nine said: Show what you have coded so far that does not work So, i only want you can show you how i can copy or rename a file in emulator run under window by autoit. A example, a document or link guide that i can refer. I don't know where to start now. Link to comment Share on other sites More sharing options...
Nine Posted July 19, 2020 Share Posted July 19, 2020 Unless you want to share more of your informations (emulator software, target application, code you have scripted so far), I am afraid I will not be able to assist you any further. “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Screen Scraping Multi-Threading Made Easy Link to comment Share on other sites More sharing options...
lorenkinzel Posted July 19, 2020 Share Posted July 19, 2020 Lacking any information we can only stab in the dark & guess. Here is mine. Open Autoit help file, expand "function reference", expand "file directory and disk management", select "file copy". That shows how to copy files. Select "file move". You can use that to rename files. Of course hacking away at this without any help can be quite time consuming. If you give a wee bit of info on what you are doing, the highly experienced people of this forum can save you all that time and frustration. If your script is some kind of big secret, you can search the forum for "file copy" or "rename files" and see what others have done. Link to comment Share on other sites More sharing options...
adamve Posted November 29, 2022 Share Posted November 29, 2022 It worked fine, thank you 😙 On 7/19/2020 at 9:08 AM, Thanhvu90 said: A emulator run under window, bro 🤨 Link to comment Share on other sites More sharing options...
Developers Jos Posted November 29, 2022 Developers Share Posted November 29, 2022 Please stop added these type of thank you posts as it doesn't contribute at all to the thread and only resurrects it. there is a "Like" option for that available you should use. adamve 1 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. 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