I have the following batch file:
@echo off REM Starts a chrome browser with multiple tabbed sites C:\Users\UserName\AppData\Local\Google\Chrome\Application\chrome.exe "site1.com" "site2.com"
But when I run it, it causes the invitation to hang and makes it unusable until Chrome is closed. (Or, if I donβt use the prompt and run it from the icon, it opens a blank prompt that is unusable and disappears when Chrome is closed.)
Is there any way to prevent this? I.E. after the web pages are open, the invitation is no longer associated.
It just opens web pages. I also noticed that if a chrome window is open, the package works fine (leaving a useful prompt), adding tabs to an existing chrome session.
windows google-chrome batch-file command-prompt
user1473784 Jan 15 '13 at 23:27 2013-01-15 23:27
source share