cURL command failure

后端 未结 4 524
陌清茗
陌清茗 2021-01-13 03:02

I am attempting to use curl commands in a batch file I am writing. I have downloaded the latest curl executable and run it but I cannot use the command \"curl\" What steps

4条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-13 03:46

    You will have to add the directory containing curl.exe to your path, probably the bin directory. In Windows XP you can do this by:

    1. Right click your computer and choose properties
    2. Click the advanced tab
    3. Click environmental variables
    4. Find path in the list and add the path to your curl directory

提交回复
热议问题