How do I get automated scripts to save graph pictures as maximized windows, rather than small window size?
I use windows batch files to run scripts on a schedule, which will run regardless of if the computer is locked or not. The scripts gather data and then save images as .pngs to various locations. If I am signed into the computer, I can run the script and the images will be saved as maximized windows - the graphs will fill the screen and you can tell the window size is large. These same scripts when...