Write lines of the Txt in a web.

Hints, tips and tricks for newbies

Moderators: Dorian (MJT support), JRL

Post Reply
devak
Newbie
Posts: 2
Joined: Thu Jun 07, 2007 7:48 am

Write lines of the Txt in a web.

Post by devak » Thu Jun 07, 2007 8:27 am

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:D

=) thanks, im keep learning, but im still cant PASTE, WRITE, etc, the line!

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


Surprise!

Done :D


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

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts