Recent content by pilotguy251

  1. P

    Batch File to Project Screen After Program Closes?

    Yeah, that's sort of where I came to it as well, as I had done some experimenting with the things you mentioned and it really never worked. So I'll probably make the other batch file and link to it in the main one and let it work that way. Thanks for your experimentation. Also cool to find...
  2. P

    Batch File to Project Screen After Program Closes?

    Thank you. I'll experiment with the get loop line when I get home. I copied and pasted the wrong version of the text while I was experimenting which had a lot of stray lines everywhere. The AI smooth is in the ai smooth folder in documents because it's somewhat of a self contained program within...
  3. P

    Batch File to Project Screen After Program Closes?

    Is this the way to are suggesting it should look? If not, would you mind modifying it how you see fit? @echo off DisplaySwitch.exe /internal Start /wait "" "A:\Steam\steamapps\common\FSX\fsx.exe" Start "" "C:\Users\hamha\Desktop\FSISERVER - Shortcut" Start ""...
  4. P

    Batch File to Project Screen After Program Closes?

    Hello, I am running a program, and I am trying to get the screen to extend to my second display after said program closes. I have been successful in getting the opposite to happen, take the screen from the second monitor to only my primary when the program starts, but I want to reverse it when...