GUI Initialization Automation

This is instructions on creating a file that will open multiple GUIs and place them around the screen (NOTE: these instructions were made with only the Windows OS in mind). 

The structure of a batch file is fairly simple. Prefix + Application File Path + Pixel Coordinates. A file can have multiple lines, meaning multiple file opens. Each line will follow the same ingredients and structure.

Save notepad textfile as "[YOURFILENAME].bat". The file extension is a critical step here to ensure the file type is a batch file. Save to whichever favorable file folder location and run to ensure GUIs open up as desired. 

Congratulate yourself on a job well done!