for a project I need to load and then run a JavaScript script using Batch. My JavaScript script write "Website visited" to a file on my server each time that I visit my website. What I want to do is to call "http://.../js/myscript.js" with Batch in order to run this code as if I visit the URL from the browser.
Do you know how can I do?
Thank you!