Trang web này sẽ có chức năng hạn chế trong khi chúng tôi trải qua bảo trì để cải thiện trải nghiệm của bạn. Nếu một bài viết không giải quyết được vấn đề của bạn và bạn muốn đặt câu hỏi, chúng tôi có cộng đồng hỗ trợ của chúng tôi đang chờ để giúp bạn tại @FirefoxSupport trên Twitter và /r/firefox trên Reddit.

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

Start two Firefox instances with two different websites on dual monitors

  • 1 trả lời
  • 1 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi smorele

more options

hey,

so basically what im searching for is the following:

I need to open two Firefox instances with two different links... I have done this with the following batch:

@echo off cd "C:\Programme\Mozilla Firefox\"

start firefox.exe URL1

start firefox.exe URL2

This just starts two Firefox instances and opens them on one Monitor. What i need is, that when you start the batch file the two Firefox windows seperate and one link opens on one screen and the other one opens on the other screen. Is there any way to do this?! Maybe a firefox addon i couldn't find? Maybe some batch commands to give the second window another position?

thanks! :)

hey, so basically what im searching for is the following: I need to open two Firefox instances with two different links... I have done this with the following batch: @echo off cd "C:\Programme\Mozilla Firefox\" start firefox.exe URL1 start firefox.exe URL2 This just starts two Firefox instances and opens them on one Monitor. What i need is, that when you start the batch file the two Firefox windows seperate and one link opens on one screen and the other one opens on the other screen. Is there any way to do this?! Maybe a firefox addon i couldn't find? Maybe some batch commands to give the second window another position? thanks! :)

Được chỉnh sửa bởi rctn vào

Tất cả các câu trả lời (1)

more options

Hello, to me, it's not a Firefox issue and I think you should ask to batch experts. I've found some literature on the internet as this one.

Hope it helps.