user1419560
user1419560

Reputation: 1

VB.NET - is it possible to open / run a webrequest from a text file?

I have about 50 web requests that are saved on .txt files on my desktop. Is it possible to open and run each of those web request from a folder after my program has been compiled or do they have to be compiled before hand?

Thanks

Upvotes: 0

Views: 210

Answers (1)

Mike Miller
Mike Miller

Reputation: 16575

Yes it possible. Create an EXE that reads the file and opens the urls. Add this as a post build step.

Upvotes: 1

Related Questions