mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-27 20:59:00 +08:00
8 lines
177 B
Batchfile
8 lines
177 B
Batchfile
cd %1
|
|
start /WAIT /B C:\Keil_v5\UV4\UV4.exe -cr device-dashboard.uvprojx -j0 -o output.txt -t %2
|
|
if %ERRORLEVEL% NEQ 0 (
|
|
type output.txt
|
|
exit /B %ERRORLEVEL%
|
|
)
|
|
del output.txt
|