Jump to content

Recommended Posts

Posted (edited)

What you can do is to:
Copy the content of the edit field into a variable. e.g. $copy=GuiCtrlRead($edit1)
Add $cmdlineraw to the variable. $copy=$copy & $cmdlineraw (eventually add "& @crlf" here as well, if needed)

Clear the editor text, then add the $copy to the edit field.

then repeat as much as you like

 

Edit: Try this 1st:

You mentioned a truncated text.

This can be due to the byte limit of the editor field.

You can increase it with :

_GUICtrlEdit_SetLimitText($Edit1, 20000000)

Edited by Dan_555

Some of my script sourcecode

Posted

If you place all the files in an otherwise empty directory, you could try this --

  • Navigate to the desired directory in the File Upload dialog (you can do that by setting Edit1 to the directory and then clicking Open)
  • Send Ctrl+A to control containing the file listing to select all files
  • Click Open button again

P.S. How are you interacting with the other web elements?

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...