Open two windows on different monitors

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
mtbe
Posts: 1
Joined: 08 Nov 2010 16:41

Open two windows on different monitors

#1 Post by mtbe » 08 Nov 2010 18:58

I have an application where I want to open on of the windows on one monitor and a second window on a second monitor (off the same computer of course).

The application is called Aspen, but, let's just say it is Word, and I want to open one Word document on one monitor and a second Word document in another monitor.

I can get two docs to open with the batch file, but not open in separate monitors.

How do I do this with a batch file?

rodrigolima
Posts: 21
Joined: 19 Jul 2013 11:35
Location: Brazil

Re: Open two windows on different monitors

#2 Post by rodrigolima » 27 Nov 2013 11:34

Hello mtbe

At this moment I am trying some code to switch between monitors by batch.

When I finish the tests I am going to send you a message.

The command in Windows 7 is DisplaySwitch.exe
Windows XP is MultiMonitorTool.exe

see You

Squashman
Expert
Posts: 4472
Joined: 23 Dec 2011 13:59

Re: Open two windows on different monitors

#3 Post by Squashman » 27 Nov 2013 17:02

rodrigolima wrote:Hello mtbe

At this moment I am trying some code to switch between monitors by batch.

When I finish the tests I am going to send you a message.

The command in Windows 7 is DisplaySwitch.exe
Windows XP is MultiMonitorTool.exe

see You

this thread is 3 years old and the user has never bothered to make another post in 3 years.

Post Reply