Using curl -XGET,-XPUT on cmd Windows?

Hello ,all
I have a problem,i using elasticsearch on windows but i can run command on commandlinne windows
,but on linux it ok!
Vd:
curl -XPUT 'http://127.0.0.1:9200/_river/my_jdbc_river/_meta' -d '{
"type" : "jdbc",
"jdbc" : {
"driver" : "com.mysql.jdbc.Driver",
"url" : "jdbc:mysql://localhost:3306/gate",
"user" : "root",
"password" : "root",
"sql" : "select * from news"
},
"index" : {
"index" : "news",
"type" : "news"
}
}'
Or curl -XGET “localhost:9200/news/news/_search?pretty&q=*”

I installed url on my windows

are you know that? can point to me ?

thanks all!