Reputation: 1
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
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