There is a simple command to open the website using the CMD.
- In Windows environment please use the below command.
start "" "https://systemssupports.blogspot.com/"
- In Linux environment please use the below command.
xdg-open https://systemssupports.blogspot.com
for /l %x in (1, 1, 10) do (echo %xstart "" "https://systemssupports.blogspot.com")