Drive selection on windows (etcher cli)

Hello.

I try to use etcher cli on windows(1.3 cause 1.4 doesn’t work at all).

I have an USB key on E: drive, so I do :

etcher -y -d E:\ myImage.img and I get an error “the selected drive does not exist”

I try to do wmic to get all details about my key, and I try :

etcher -y -d \.\PHYSICALDRIVE1 myImage.img
etcher -y -d 1 myImage.img

but always the same error. How can we indicate the key drive to etcher cli ?