jason2020 Posted November 13, 2020 Share Posted November 13, 2020 Hi all, I'm automating actions in Powershell command prompt. Example: sending a command to Powershell command prompt and waiting a response text and then running another command. So how to get this response text in the command prompt ? I'm using C# and AutoItX.Dotnet package. Thanks. Link to comment Share on other sites More sharing options...
jason2020 Posted November 13, 2020 Author Share Posted November 13, 2020 I want to wait until this response text exists to send another command after that. Link to comment Share on other sites More sharing options...
Zawarujqa Posted February 5, 2021 Share Posted February 5, 2021 I will allow myself to fill the information wasteland prevailing on this forum. See information about output redirection. Maybe it will lead you to some thoughts. With Autoit I can't figure out how to do this. Link to comment Share on other sites More sharing options...
Developers Jos Posted February 5, 2021 Developers Share Posted February 5, 2021 18 minutes ago, Zawarujqa said: I will allow myself to fill the information wasteland prevailing on this forum. Why don't you simply waste your space and presence somewhere else with that attitude? Earthshine 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...
Nine Posted February 5, 2021 Share Posted February 5, 2021 @Zawarujqa Instead of complaining at this forum and software, why don't you start reading the .chm of AutoItX. The answers to your questions are all very described in there. It is not the software that is sluggish in here. Take a careful look at your programming and learning talents... Earthshine 1 “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...
Zawarujqa Posted February 5, 2021 Share Posted February 5, 2021 39 minutes ago, Jos said: Why don't you simply waste your space and presence somewhere else with that attitude? I'm curious: is the NuGet package uploaded by the official Autoit development team or just a concerned user? Link to comment Share on other sites More sharing options...
Developers Jos Posted February 5, 2021 Developers Share Posted February 5, 2021 What do you think? 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...
Zawarujqa Posted February 5, 2021 Share Posted February 5, 2021 10 minutes ago, Nine said: @Zawarujqa Instead of complaining at this forum and software, why don't you start reading the .chm of AutoItX. The answers to your questions are all very described in there. It is not the software that is sluggish in here. Take a careful look at your programming and learning talents... Do you really think I didn't read the documentation before that? The problem lies in the implementation of the .NET assembly. Link to comment Share on other sites More sharing options...
Zawarujqa Posted February 5, 2021 Share Posted February 5, 2021 2 minutes ago, Jos said: What do you think? I do not know who these people are, so it is not clear. Link to comment Share on other sites More sharing options...
Developers Jos Posted February 5, 2021 Developers Share Posted February 5, 2021 1 minute ago, Zawarujqa said: I do not know who these people are, Ditto 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...
Nine Posted February 5, 2021 Share Posted February 5, 2021 (edited) No you did not read the document, if you did, you would notice this : Quote WinTitleMatchMode Alters the method that is used to match window titles during search operations. 1 = Match the title from the start (default) 2 = Match any substring in the title 3 = Exact title match 4 = Advanced mode, see Window Titles & Text (Advanced) Where do you see it allows non case-sensitive ? And stop repeating every single thing we say, we know what we have told you... Edited February 5, 2021 by Nine “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...
Zawarujqa Posted February 5, 2021 Share Posted February 5, 2021 3 minutes ago, Nine said: No you did not read the document, This is some kind of madhouse… I see the following: Link to comment Share on other sites More sharing options...
Nine Posted February 5, 2021 Share Posted February 5, 2021 LoL - you are not looking at the right chm. I am done with you... Earthshine 1 “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 February 5, 2021 Moderators Share Posted February 5, 2021 Zawarujqa, Firstly, when you reply in future, please use the "Reply to this topic" button at the top of the thread or the "Reply to this topic" editor at the bottom rather than the "Quote" button - responders know what they wrote and it just pads the thread unnecessarily. Thanks in advance for your cooperation. Secondly, what you have quoted is indeed from the Help file, so I have no idea what Nine is talking about. However, I have no idea if that functionality is present in the AutoItX command subset as I do not use it myself. Thirdly, your attitude when posting here since your arrival leaves a lot to be desired. Being critical of lacunae in AutoIt is one thing - attacking those volunteers who develop and support AutoIt (in which I number) is quite another. There are many satisfied users of AutoIt - if you are among the minority who do not find it to your liking then please accept our apologies and go in peace to look for another scripting language which better serves your purpose. However, continued posting along the lines of your previous unnecessarily provocative offering may result in you not having a choice in the matter - I hope I make myself clear. M23 Earthshine 1 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...
Zawarujqa Posted February 5, 2021 Share Posted February 5, 2021 8 minutes ago, Nine said: LoL - you are not looking at the right chm. I am done with you... In any case, it didn't work either way for me. And I've already migrated to System.Diagnostics. Nine and Earthshine 2 Link to comment Share on other sites More sharing options...
Developers Jos Posted February 5, 2021 Developers Share Posted February 5, 2021 (edited) 4 minutes ago, Melba23 said: so I have no idea what Nine is talking about The AutoItX.chm is a separate helpfile located in its subdirectory and doesn't have the -1 to -4 option. Edited February 5, 2021 by Jos Nine and Earthshine 1 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...
Moderators Melba23 Posted February 5, 2021 Moderators Share Posted February 5, 2021 Jos, As I suspected - which is why I made the point: Quote no idea if that functionality is present in the AutoItX command subset Apologies to Nine. M23 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...
Moderators Melba23 Posted February 5, 2021 Moderators Share Posted February 5, 2021 Zawarujqa, Quote I've already migrated to System.Diagnostics Excellent - then what follows will have no effect upon you. M23 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...
Moderators JLogan3o13 Posted February 5, 2021 Moderators Share Posted February 5, 2021 @Zawarujqa I will add on to what @Jos and @Melba23 have said about your attitude, as I think between the two of them now you have been given more than fair warning. Thus far in your 16 posts, you have been simultaneously unable to solve your own issues AND ugly toward those who do have the skill sets you lack. This is not a combination that will gain you any friends on this forum (or anywhere I suspect). And as you've received multiple warnings about your attitude, to no apparent effect, I have placed your account on Moderation preview; for the foreseeable future anything you post will need to be reviewed and approved first. As Melba stated, much more nicely than I would have, you are free to choose one of three paths: Find a way to rein in your attitude toward others when posting, Find another language that better suits you and your complaints of what should be, or continue as you have been and be shown the door. Earthshine 1 "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...
Recommended Posts