OK,
After hours of trying I finally had success using this little tool called cmdow.exe
https://ritchielawrence.github.io/cmdow/!
The batch file I made, loads the two instances of Supermodel, and than moves one window to the second screen. I've tested many variations of it, and this one just works... I think cmdow catches the first launched window of supermodel before the other one fully loads because If I try moving cmdow to right after the first instance launches, it doesn't work. Even though I'm sure it can be done more elegantly, it works for me, so I'm happy!
I have two 1920*1080 screens, so the position written in the batch file (1910.-31) is for not showing the window frame, if I try running -fullscreen, cmdow can't move the window.
Here's a demo of the dual screen launch:
https://youtu.be/Oq8TBdZn6MUAs you can hear, the audio is doubled, even though one is launched with "-sound-volume=0 -music-volume=0", so if you have any ideas with that...
- Code: Select all
cd supermodel3-car2
start cmd.exe /k call Supermodel-car2.bat
timeout 4
cd..
cd supermodel3
start cmd.exe /k call supermodel.bat
cd..
cmdow.exe supermodel /mov 1910 -31