Batch script for opening an application at desired window position from command line
I recently had the need to launch/open multiple instances of the same windows application at different window positions. The web provided various solutions, but there wasn’t any single tidy batch script that tied everything together. My desire was
…