perform httprequest in batch file

让人想犯罪 __ 提交于 2019-12-25 02:38:41

问题


I have created a batch file (.cmd) to perform numerous tasks when installing a web application One of the tasks I want to perform is start the web application by performing a http request to the sites homepage. How can I do this? I would prefer not to have to use any external libraries or the like if possible.


回答1:


You will need to use wget, which is a command-line utility that can be used to retrieve webpages.



来源:https://stackoverflow.com/questions/4284866/perform-httprequest-in-batch-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!