I have about 10 sites that I need to walk. Some of them are of the form
www.domain.com
and the others are
www.domain2.com/directory
I want to set up a batch file to fire through the sites so that I can
just feed this list to webinator and let it run. What is the proper way
to make this file and how would it be invoked? Would it be just plain
text like
http://www.domain.com
http://www.domain2.com
jhttp://www.domain3.com/directory3 http://www.domain3.com/directory3
jhttp://www.domain4.com/directory4 http://www.domain4.com/directory4
and then fed to the command with some argument? Thanks.