Hello,
I use a batch file to starting the programming in our production. The batch file ist called by an other programm.
The flashing function, but if one board had in issue and can't be flashed, so the batch file closed and i dont get an answer that something is wrong.
my batch file looks like that.
start /min /wait "J-Flash" "C:\SEGGER\JLink_V640\JFlash.exe" -openprjC:\xxxx\0.jflash -openC:\xxxx\abc.hex -auto -exit
What can i do to get an return value for any error massage.
I use a batch file to starting the programming in our production. The batch file ist called by an other programm.
The flashing function, but if one board had in issue and can't be flashed, so the batch file closed and i dont get an answer that something is wrong.
my batch file looks like that.
start /min /wait "J-Flash" "C:\SEGGER\JLink_V640\JFlash.exe" -openprjC:\xxxx\0.jflash -openC:\xxxx\abc.hex -auto -exit
What can i do to get an return value for any error massage.