If you ever wondered if we can open a website using command prompt then yes we can do it. There is a simple command in windows for that. You can open a website using command prompt by 'start' command and the website will be opened in your default web browser. The syntax for this command is "start www.knowcrazy.com"
Step 1: Press the windows button and go to start menu.
Step 2: Write cmd in start menu and select the first option of command prompt.
Step 3: Type start www.knowcrazy.com and hit enter.
Step 4: To open a website multiple time use for loop with it e.g. if you want to open it 100 times type
For /L %d In (1,1,100) do start www.knowcrazy.com
No comments:
Post a Comment