I have a batch file that does a lot of stuff, then at the end needs to call a URL and pass it a querystring. The remote file in turn just does some PHP stuff and doesn’t really need to give any output.
How can I go about doing it? Something just like run http://myurl.com/myfile.php?ID=123? Can’t find it anywhere. I don’t need to open a browser, however if I have to I will.
Try using curl.
See here.
It also runs in Windows (not sure which OS you’re talking about)