
can I use command line to launch internet explorer and open one url each time
start http://www.abc.com/test1.asp
start http://www.abc.com/test2.asp
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
> ..
> thanks in advance
> mik