Wio Lite W600 flash through command line

Hello,
By enabling upload verbose on arduino ide preferences i got the command that used for flashing the .bin file.
C:\Users\anand\AppData\Local\Arduino15\packages\Seeeduino\tools\bossac\1.7.0-arduino3/bossac.exe -i -d --port=COM17 -U true -i -e -w -v E:\ab.bin -R
Note that it used port 17 , and i am connected my wio lite w600 board to port 11.
When i am tired to use the command again it won’t work.
Arduino ide creates a temporary port for flashing.
How do i flash my wio lite w600 board through command line using windows.
Please help me.