Jump to content

open file, foreach script


 Share

Recommended Posts

Hi I hope this could be good example also to append into instalation.

I need script which

-opens file and

-for each line calls function

-function takes line from its input and

-call Run with input as parameter

--and makes a few other things.

Something like

------------------

FILE=Openfile(lines.txt)

foreach(LINE=readln(FILE))

{

functionX(LINE)

}

func functionX(&var)

Run:\putty.exe -address var -port 23

Send(logged in!)

funcend

------------------

var in function should be taken as string, part of RUN statement

Is this possible in autoit? :x Thanks for your time

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...