Hi, just wondered if anyone knew of a way to instigate a bat file to be run on 92 random clients. I would want the file to run in invisible mode and it would have to be executed by myself and not the users. Preferably the users would not notice anything happening
The bat file opens a url, I have copied its code below,
I also need this code changing so that it logs the results, I basically need to know if the client visited the URL successfully or not
Regards
Matt
"C:\Program Files\Internet Explorer\iexplore.exe" "MY WEBPAGE"
The bat file opens a url, I have copied its code below,
I also need this code changing so that it logs the results, I basically need to know if the client visited the URL successfully or not
Regards
Matt
"C:\Program Files\Internet Explorer\iexplore.exe" "MY WEBPAGE"
Last edited: