XxAlucardXx Posted May 23, 2023 Posted May 23, 2023 (edited) Guten Tag, Also mein Problem sieht ungefĂ€hr so aus: Ich habe eine.exe die ein inetget-Befehl anwendet und den Pfad und location per Parameter bekommt. Funktioniert auch so halb. đ Wenn ich sie Aufrufe per Runwait In der ich vorher die Parameter als Variablen speicher wie $path="xyz" denn klappt es mit dem Aufruf ohne Probleme und es lĂ€dt mir die Datei runter. Aber in einer anderen hole ich mir den Pfad per InetGetRead und speicher es in einer Variable und es funktioniert einfach nicht. Was ist der Fehler und wie kann ich es funktionstĂŒchtig machen? Mit freundlichen GrĂŒĂen  Trans: Good day, So my problem looks something like this: I have an .exe that runs an inetget command and gets the path and location as parameters. Works half the time. đ When I call them via runwait In which I previously save the parameters as variables like $path="xyz" because the call works without any problems and it downloads the file for me. But in another one I get the path via InetGetRead and store it in a variable and it just doesn't work. What is the error and how can I make it work? Best regards Edited May 23, 2023 by Melba23 Added trans
Moderators Melba23 Posted May 23, 2023 Moderators Posted May 23, 2023 XxAlucardXx, Welcome to the AutoIt forums. But this is an English-speaking forum, so please use a translator tool to post. Or go to the German AutoIt forum AutoIt.de. 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 Â
ioa747 Posted May 23, 2023 Posted May 23, 2023 Guten Tag auch Ihnen. ZunÀchst einmal ist das Forum hier englischsprachig. Es ist also besser, Englisch zu sprechen, damit andere uns verstehen können what I understand from your words is that either the Runwait is waiting the InetGetRead InetRead to end a good tactic is to post the script to us so we can see it to draw a conclusion I know that I know nothing
XxAlucardXx Posted May 23, 2023 Author Posted May 23, 2023 Okayđ I'm not at home yet. I use r the Text from the InetGetRead before i run the RunWait function. And all wirhout Problems. I thought i must the variable convert in to a string before i run the RunWait function. Greetings from GermanyÂ
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