
can I use command line to launch internet explorer and open one url each time
Quote:
> I am trying to use Visual Basic to program a simple code to launch
Internet Explorer and open an url each time.
Quote:
> can it be done in command line , seems like :
> call ie.exe\www.abc.com\test1.asp
> call ie.exe\www.abc.com\test2.asp
> ..
If this is the only way you're going to read this, I'm probably waisting my
time.
Quote:
> thanks in advance
> mik
start http://www.abc.com\test1.asp
start http://www.abc.com\test2.asp
Hope this helps...
Sean