how do i upload a binary

How do i upload a binary file to my computer from an esp32 microcontroller. I am using esptool esptool.py -p COM3 -b 460800 read_flash 0 0x200000 flash_justin.bin. The problem is it isnt creating a bin file.

Please help what am I doing wrong