Im currently looking for a method to set variables in a windows batch file from linkes in txt document.
So for example, if the text file reads:
http:
Here ya go! Have fun with this one.
( set /p var1= set /p var2= set /p var3= )
Lands you with the same results!