Hide message with jlink commander

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Hide message with jlink commander

    Hello, I'm using jlink commander to program my device with the following script file

    speed 1000
    exec device = MK30N512VMD100
    loadbin meterfab.bin 0x00000
    r
    q

    The first time I execute the script a message appears. "Cortex-M identification" "Do you want to unsecure the device? .I have to validate this message box to continue the process. Is it possible to hide this message?
    [attach]216[/attach]

    The other problem is that I need connect two jlink to the same PC and another selection box appears. "Please select the emulator you want to connect to"
    [attach]217[/attach]

    I need that the process runs automatically without user's action for production aplication. Could you give me a solution for the automation of this process?
    Thank you