1.

Solve : is this even possible??

Answer»

I want to make a batch file that GETS the ADRESSES of the websites i have open, stores them in a text file, and closes the windows. I want another batch file taht opens the websites LISTED in the text file. If this is possible, it would be great if som1 could help me make the file.

EDIT: i also want to delete contents of the text file when the second batch file is run

EDIT2: lol :/ oh well. I know u can open SITES with batch files, and i think u can store them as variables, all i would need is a way to figure out what websites are open.Erm... no. Batch is *not* a programming language. Heck, I am not even sure how to do that in C++. :-/ Quote

I want to make a batch file that gets the adresses of the websites i have open, stores them in a text file, and closes the windows. I want another batch file taht opens the websites listed in the text file. If this is possible, it would be great if som1 could help me make the file.

EDIT: i also want to delete contents of the text file when the second batch file is run

EDIT2: lol :/ oh well. I know u can open sites with batch files, and i think u can store them as variables, all i would need is a way to figure out what websites are open.

this can be easily done in langauges like Perl/Python etc, but if you want a batch soln, you can try wget.
The wget command is from the GNU Tools.
Should be possible with it. Please post your solution when it works. :-)

uli


Discussion

No Comment Found