dsfphczao23473056 2015-09-21 06:27 采纳率: 100%
浏览 638

如何使用Windows命令提示符多次运行curl脚本

I am a total novice at scripting, and need some help in curl scripting. I need to access a URL multiple times using CURL script in Windows command prompt, So that would need calling curl script multiple times. Is there any way to : (A) access the URL request multiple times using single curl script, (B) or a way in command prompt to call the single curl script multiple times?

  • 写回答

1条回答 默认 最新

  • drdawt9210 2016-04-20 14:30
    关注

    To execute a curl program 3 times, try...

    for /L %i in (1,1,3) do your_curl_script
    

    The last number in (1,1,3) controls your looping count.

    NOTE: This is a solution to your (B) option. You could put your CURL code inside a batch file and call the batch file X number of times. The DOS command line would look slightly different, as such:

    for /L %i in (1,1,3) do your_batch_file
    
    评论

报告相同问题?

悬赏问题

  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 对于相关问题的求解与代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 信号傅里叶变换在matlab上遇到的小问题请求帮助
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作
  • ¥15 求NPF226060磁芯的详细资料