Jump to content

Recommended Posts

Posted (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 by Melba23
Added trans
  • Moderators
Posted

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

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png 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 columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Posted

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

Posted

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 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...