Jump to content

FileRead and Send


 Share

Recommended Posts

im in the process of making an install script. im needing to post the contents of a txt file into the program im installing.

this is what i have so far

$text = FileRead ("text.txt", 400)

WinActivate ( $title, "" )

Send ( $text )

the problem im having is it will read the text and it will put it into the program but it adds

a line in between every line of text it reads

so instead of

texthere some more text here

testing text here

when it get to the Send command and sends to the program it looks like this

texthere some more text here

testing text here

any ideas?

Link to comment
Share on other sites

Hi,

you can try to read the file into an array with _FileReadToArray.

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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