Hello,
Keil provides an option to create batch file for batch builds. However, the current process requires rebuilding the project through the Keil IDE before generating the batch file and subsequently executing the build via the command prompt. This approach is time-consuming, particularly for complex projects, as it involves both IDE compilation and batch build steps.
Could you please confirm if there is a way to create the batch file without performing a build in the IDE?
Thanks.