|
|||||||||||
Technical Support Support Resources
Product Information |
µVISION: µVISION Returns Immediately when Called in Batch ModeInformation in this knowledgebase article applies to:
QUESTIONI am using µVision IDE to build a project in batch mode. Therefor I enter a command like: C:/Keil_v5/UV4/UV4.exe -b MyProject.uvproj in the Windows command window and noticed, that the command prompt returns immediately, even while the build is still not finished. So, is there also a way to call µVision IDE in blocking mode? ANSWERThe command to build the project can be put into a batch file. When calling this batch file, the command window from where this is called, is blocked until the batch file finished. Another option is to use the DOS START command with the /WAIT switch: START /WAIT C:/Keil_v5/UV4/UV4.exe -b MyProject.uvproj MORE INFORMATION
Last Reviewed: Friday, October 23, 2020 | ||||||||||
|
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.