tonydotigr
August 17th, 2006, 07:53 AM
Hi all,
I'm trying to get a back file to open multiple web addresses using start /iexplore.exe . My problem revolves around trying to open pages with an & in it.
Example:
start /iexplore.exe http://www.thisisatest.com/blah&blah/test
What is will actually open is:
start /iexplore.exe http://www.thisisatest.com/blah
The & kills the link and it makes it end at the &. Any ideas?
Thanks!
I'm trying to get a back file to open multiple web addresses using start /iexplore.exe . My problem revolves around trying to open pages with an & in it.
Example:
start /iexplore.exe http://www.thisisatest.com/blah&blah/test
What is will actually open is:
start /iexplore.exe http://www.thisisatest.com/blah
The & kills the link and it makes it end at the &. Any ideas?
Thanks!