Win: run script after executing the VisualStudio-environment-command

Written by  on July 11, 2019 

Problem: our CMakeLists.txt contained one specific variable which is just set via the VisualStudio-command-prompt. But I did not want to start that cmd, then execute our “start IDE”-script from there. Naa, too much clicks πŸ˜‰
Copy this as bat-file to the directory where the qtcreator.bat would be.

Category : Batch β€’ VisualStudio β€’ Win