Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图创建一个简单的批处理文件来在 Google Chrome 中打开 Grooveshark 播放列表,但我对播放列表在新选项卡中打开而不是在弹出窗口中的事实不满意。
我尝试了很多方法,但找不到是否有可能通过批处理文件在 Chrome 中打开新的弹出窗口。
我也在考虑在 .exe 中用 Visual Basic 之类的东西创建它,但我是那里的初学者,所以我不知道该怎么做。
凹槽鲨.cmd
@echo off start "Chrome" chrome --new-window www.grooveshark.com
http://peter.sh/experiments/chromium-command-line-switches/