About This File
So I wrote a quick command line tool, that does what I personally think that Launch box should do.
We should have options on how a program is executed.
It’s written in C# and is on Github feel free to use any of this code to give launchbox some application launching options.
https://github.com/ninken/vidswitch/releases/tag/1.0
Vidswitch is a simple command line application that allows you to launch a application maximized on any monitor, and can rotates that monitor. (Requires Dotnet 4.0 or higher)
Parameter 1 - Display Number [ 1, 2, 3, 4, .... ]
Parameter 2 - Rotation [ 0, 90, 180, 270 ]
Parameter 3 - Application to launch
Example: vidswitch 2 90 "c:\windows\system32\notepad.exe"
Result: Launches notepad.exe on display 2, flips the monitor 90° and maximizes Notepad.
After Notepad closes, it returns the monitor back to it's starting orientation.
What's New in Version 1.0.1 See changelog
Released
Corrected some methods, forgot to remove notepad.exe for testing, now will use parameters that you specified.