我想製作一個cmd批處理文件,在Internet Explorer窗口中打開3個標籤 如果已經有Internet Explorer窗口打開,對我無關 我有這個commant,但它打開在Chrome的標籤(我的默認瀏覽器,不要想改變它。)用cmd在Internet Explorer中打開標籤
START /d iexplore.exe "C:\Program Files (x86)\Internet Explorer\iexplore.exe" "http://marathon:7040/console/jsp/login/j_security_check?j_username=wc&j_password=12345"
START /d iexplore.exe "C:\Program Files (x86)\Internet Explorer\iexplore.exe" "http://sparta:7040/console/jsp/login/j_security_check?j_username=wc&j_password=12345"
START /d iexplore.exe "C:\Program Files (x86)\Internet Explorer\iexplore.exe" "http://sparta:7040/console/jsp/login/j_security_check?j_username=wc&j_password=12345"
請幫助:)
測試它,但它打開Internet Explorer的3個不同的窗口。我想用3個不同的標籤打開一個Internet Explorer窗口 – Erez 2014-09-29 11:58:15
@Erez - 檢查你的Internet Explorer設置 - > http://answers.microsoft.com/en-us/ie/forum/ie8-windows_other/internet-explorer-is -opening-new-windows-instead/d18f1b43-e79e-40a4-ac5f-d1b53098d243 – npocmaka 2014-09-29 12:06:06
不工作。你的代碼打開3個不同的窗口,而不是標籤。測試2臺電腦,IE9和IE11 – Erez 2014-09-30 06:42:33