How to pass a url to a batch script
Posted: 26 Mar 2018 03:25
Hi, I want to pass a url to a batch script for example:
echo TaskID : %TasklId%
If the task id contains a value of 24 I want to pass that task id value to the below url
http://<server>/tasks?action=get&json=false&crit=id=24
Thanks,
Dinesh
echo TaskID : %TasklId%
If the task id contains a value of 24 I want to pass that task id value to the below url
http://<server>/tasks?action=get&json=false&crit=id=24
Thanks,
Dinesh