I'm trying to automate the launch of many applications at once with some customization. I am aware of Batch and Powershell, the fact that they can launch applications, and have done some minor programming with them both before (although it's been awhile).
Ideally, I would like to launch certain applications such as multiple Chrome windows, OBS, VLC... Once the applications are launched, I would like them to appear in a defined location on my screen, as well as adjusted to a pre-defined window size.
I've been able to launch the applications with basic batch but i'm not sure where to go or look to do the custom sizing and location.
Can I accomplish this with simple batch, or will I need powershell or some sort of third party application?