obrien2003
08-12-2008, 01:55 PM
I have a batch file that launches several http sites in sequence. However, it will not launch the second link until the first page is closed. I need them all to be launched at once. Ideas?
here is an example:
C:\Progra~1\intern~1\Iexplore.EXE "http://linecontrol.ric.qimonda.com/reports/Daily Reports/DGRAndWIPMain.asp?CSS_size=""
(will not proceed to the next line of the bat file until first window is closed)
C:\Progra~1\intern~1\Iexplore.EXE "http://linecontrol.ric.qimonda.com/Reports/Daily Reports/DGRAndWIPMain_80P.asp?CSS_size="
here is an example:
C:\Progra~1\intern~1\Iexplore.EXE "http://linecontrol.ric.qimonda.com/reports/Daily Reports/DGRAndWIPMain.asp?CSS_size=""
(will not proceed to the next line of the bat file until first window is closed)
C:\Progra~1\intern~1\Iexplore.EXE "http://linecontrol.ric.qimonda.com/Reports/Daily Reports/DGRAndWIPMain_80P.asp?CSS_size="