Getting .txt File From Website.

Deploying to Windows? Utilizing VB Script execution? This is the place to ask Windows-specific questions.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Googie85
Posts: 199
Joined: Tue Aug 05, 2014 10:07 am

Getting .txt File From Website.

Post by Googie85 » Tue Sep 22, 2020 7:15 am

Hii Guys!!

I have had this simple code working before but I cant seem to get it going now. I am trying to get the text from a .txt file from a webserver.

The Code:

Code: Select all

on mouseUp
   put URL "http://mattsipadpro.atwebpages.com/1.txt" into blah
   answer blah
end mouseUp
Any ideas on what I am doing wrong?

Many Thanks,

Googie.

Googie85
Posts: 199
Joined: Tue Aug 05, 2014 10:07 am

Re: Getting .txt File From Website. (SOLVED)

Post by Googie85 » Tue Sep 22, 2020 7:37 am

I replaced "put URL" with "get URL". Easy Fix.

Thanks Guys.

Post Reply

Return to “Windows”