I have a series of batch files that execute some action on a windows server, and then call a web url that registers on a database that the actions are completed and when.
I call the web file like this
Start "http://the_url"
It works fine, but i noticed that the browser persist in the background processes, but if I log in with the user there's no opened browser's window.
Ho can I close the browser in the same batch file? There's a better way to call an url?