I'm looking at this SO post and trying to apply it in my scenario.
My batch file is as follows:
@echo off
REM // https://stackoverflow.com/a/39084914/122687
set QT_OPENGL=angle
start "D:\ProgramFilesOnD_NoSpaces\Qt\Qt5.7.0\Tools\QtCreator\bin\qtcreator.exe"
And I've created a shortcut (pinned to the Windows 7 start menu) that points to this batch file.
When I click the shortcut, the following happens:
- а command prompt window appears for an instant, then it disappears
- another command prompt windows appears. It doesn't disappear, and it looks like this:
- Nothing else happens.
Any idea what's going wrong?