Here is my .bat file script.
cmd /k "https://exampleserver.com/server/php/ping.php"
When i run .the file via command line it says
'https:' is not recognized as an internal or external command,
operable program or batch file.
How can i run this without any error from command line ? Any help would be greatly appreciated