I have a system with 3 monitors attached to my computer using 2 different video cards. Here is a code that I will like to output to a secondary or third monitor
Do[CreateDocument["text",
WindowSize -> ws], {ws, {All, Medium, Small, Tiny}}]
But the problem I am facing is how to set the window options when I want this output to a secondary or third monitor other that the primary monitor with the primary code.
Any help?