Sounds simple, but i cant do it =( ..
i need to write lines of a Txt into the Web (it will be always the same notepad)
Line 1, write in web
line 2, write in web
and so on...
thanks, im new here, i read alot of topics, and helped in others scripts.
bye
ok i get so far
------------------------------------------
setfocus>Title - Mozilla Firefox
LABEL>Start
MouseMove>657,168
LClick
wait>2
Let>Temporal=
ReadLn>c:\a.txt,1,Temporal
Let>msg= %Temporal%
send>msg
GOTO>Start
##EOF##,end
Label>end
:D
=) thanks, im keep learning, but im still cant PASTE, WRITE, etc, the line!
-------------------------------------------------------
Surprise!
Done
Let>INPUT_BROWSE=0
Input>file,Where is the file?:
IfFileExists>file
Let>k=1
Label>start
ReadLn>file,k,line
If>line=##EOF##,finish
VBRun>WebFormFill,"INPUT name",%line%,1
VBRun>WaitBusy
Wait>5
VBRun>WebFormFill,"INPUT name",3,1
VBRun>WaitBusy
Wait>5
Let>k=k+1
VBRun>Navigate,http://www.url.es/
VBRun>WaitBusy
Wait>5
Goto>start
Label>finish