We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
对于任何有相同问题的人。 。 。
此代码以下工作!
只需确保根据计算机更改Google安装位置即可。并将链接更改为您要使用的任何东西。也不要忘记设置正确的Google配置文件名称。 。 。
下面的代码将使用第三个Google Chrome配置文件打开YouTube!
再次感谢@Arraffafile
For Any One With The Same Problem . . .
This Code Below Work !
Just be sure to change the Google Installation Location according to your computer. And change the link to anything you want to use. Also don't forget to set the correct Google Profile profile name . . .
The Code Below Will Open YouTube With The Third Google Chrome Profile !
Thanks A Lot Again @ArraffaFile
新答案:如果我理解,您想在Chrome上与不同的Chrome配置文件打开一个链接,如果这是问题的话,我可以为您提供帮助。在此处提出问题之前,我建议您在搜索引擎(例如Google)或YouTube上进行搜索。通过进行一些研究,我找到了一个可能对您有帮助的视频: https://www.youtube.com /watch?v = xlmto_o3hju (我不上传),无论如何,这是解决方案:
您的代码正在尝试打开 https://www.youtube.com 带有系统的默认broswer。要使用Chrome的不同配置文件打开该链接,您需要更改代码:
因此,您的代码将是:
如果它不起作用,请尝试更改Chrome路径(我写了通常的默认路径),并告诉我它是否有效。希望我一直有帮助,如果没有,请发表评论,我会尝试重新编辑答案。
NEW ANSWER: If i understood, you want to open a link on chrome with batch-file in different chrome profiles, if that's the problem, i can help you. Before asking a question here, i recommend doing a search on a search engine (like Google) or on YouTube. By doing some research i found a video that may help you: https://www.youtube.com/watch?v=XLmTo_O3hjU (not uploaded by me) , anyways, Here is the solution:
your code is trying to open https://www.youtube.com with the the system's default broswer. To open that link with chrome's different profiles you need to change the code:
So your code will be:
If it doesn't work, try changing the chrome path (i writed the usual default path) and tell me if it works. Hope i've been helpful, if not, leave a comment and i will try to re-edit the answer.