Hello, sorry for asking, but I've been looking for an utility like this one for changing resolutions support on Windows 10, and being able to generate an .exe file for adding it to a batch file (.bat)
With this software, now I can add 1440x1080 support in Windows 10 (for a 1920x1080 monitor) generating an .exe file (1440x1080.exe, for example) "Exporting" it from CRU... and that's great
You made so easy to create a bath file for it, as simple as this:
-----------------------
@echo off
1440x1080.exe /i
restart.exe /q
-----------------------
And I can call that batch file (.bat) from a personalized installer for the game easily
Now I can change resolution to 1440x1080 in a "letterbox mode" for keedping aspect ratio with "4/3 old games"
But now, I'm trying to change the resolution from a batch file... Because I want to create a batch file that:
1-. Change display resolution to 1440x1080
2-. Run the .exe game file
3-. Change the display resolution to 1920x1080 after closing the game.
Is it possible use the CRU with any king of command (command line) on CMD for hot-changing the display resolution?
I tried to change resolution to 1440x1920 using QRes for it, in CMD; after adding the 1440x1080 resolution with CRU... but it stretch the image to the "real monitor wide"
If I change resolution to 1440x1080 using the Windows 10 menu, then it is fine and it create the letterbox (black side bars)...
I want to change the monitor resolution to 1440x1080 using "something" in a command-line mode, but keeping the aspect ratio (with those black side bars).
Thank you