1. You can create the batch file, app.bat, on the fly with ApplicationLabel and VersionName correctly set, or
2. Treat those two parameters at Batch file commandline parameters.
1. You can create the batch file, app.bat, on the fly with ApplicationLabel and VersionName correctly set, or
2. Treat those two parameters at Batch file commandline parameters.
I am writing the 'ApplicationLabel' directly as batch parameter and parsing for 'VersionName'
But your suggestion to 'create the batch file, app.bat, on the fly' is also very good. I will check it.