In this Post, I'll tell you that how you can access any website by the command prompt.
1.All of first, Press windows+R.
2.Now Type,cmd in the box and press Enter.
3.Now your command prompt is open and Type start (any website's address) and press Enter.
4.For ex. we want to access google then just type start www.google.com and press Enter.
NOW, I write a code which through you can access any website via command prompt.
Just copy the following code and paste on notepad and save it site selector name with '.bat' extension.
Now code is:-
@echo off
color 1f
title Site Selector by Deepak sharma
:top
echo ***************************************************************
echo.
echo Site Selector
echo.
echo ***************************************************************
echo.
echo Key: [1] Google - Search Engine
echo [2] Hotmail - Mail Server
echo [3] Yahoo - Search Engine/Mail Server
echo [4] Facebook - Social Networking
echo [5] Myspace - Social Networking
echo [6] CNN - News
echo [7] Instructables - A How-To Website
echo [8] YouTube - Online Videos
echo [9] Wikipedia - Online Encyclopedia
echo [10]Gbtu-University website
echo.
echo [e] Exit
echo.
echo ***************************************************************
echo Enter the number of the website which you would like to go to:
echo.
set /p udefine=
echo.
echo ***************************************************************
if %udefine%==1 start www.google.com
if %udefine%==2 start www.hotmail.com
if %udefine%==3 start www.yahoo.com
if %udefine%==4 start www.facebook.com
if %udefine%==5 start www.myspace.com
if %udefine%==6 start www.cnn.com
if %udefine%==7 start www.instructables.com
if %udefine%==8 start www.youtube.com
if %udefine%==9 start www.wikipedia.com
if %udefine%==10 start www.gbtu.nic.in
if %udefine%==e goto exit
cls
echo ***************************************************************
echo.
echo Thank You for using Site Selector by Deepak sharma
echo.
echo ***************************************************************
echo Type [e] to exit or [b] to go back and select another site.
echo.
set /p udefine=
echo.
echo ***************************************************************
if %udefine%==b goto top
if %udefine%==e goto exit
:exit
cls
echo ***************************************************************
echo.
echo Thank You for using Site Selector by Deepak sharma
echo.
echo ***************************************************************
pause
exit
Few imortant Tricks
Set the password on any folder by the command prompt(Without any software)
Install windows xp in less than 15 minutes
Use the computer's disk cleanup
Fastest dns for boost net speed
Avast Antivirus get 1 year license free
1.All of first, Press windows+R.
2.Now Type,cmd in the box and press Enter.
3.Now your command prompt is open and Type start (any website's address) and press Enter.
4.For ex. we want to access google then just type start www.google.com and press Enter.
NOW, I write a code which through you can access any website via command prompt.
Just copy the following code and paste on notepad and save it site selector name with '.bat' extension.
Now code is:-
@echo off
color 1f
title Site Selector by Deepak sharma
:top
echo ***************************************************************
echo.
echo Site Selector
echo.
echo ***************************************************************
echo.
echo Key: [1] Google - Search Engine
echo [2] Hotmail - Mail Server
echo [3] Yahoo - Search Engine/Mail Server
echo [4] Facebook - Social Networking
echo [5] Myspace - Social Networking
echo [6] CNN - News
echo [7] Instructables - A How-To Website
echo [8] YouTube - Online Videos
echo [9] Wikipedia - Online Encyclopedia
echo [10]Gbtu-University website
echo.
echo [e] Exit
echo.
echo ***************************************************************
echo Enter the number of the website which you would like to go to:
echo.
set /p udefine=
echo.
echo ***************************************************************
if %udefine%==1 start www.google.com
if %udefine%==2 start www.hotmail.com
if %udefine%==3 start www.yahoo.com
if %udefine%==4 start www.facebook.com
if %udefine%==5 start www.myspace.com
if %udefine%==6 start www.cnn.com
if %udefine%==7 start www.instructables.com
if %udefine%==8 start www.youtube.com
if %udefine%==9 start www.wikipedia.com
if %udefine%==10 start www.gbtu.nic.in
if %udefine%==e goto exit
cls
echo ***************************************************************
echo.
echo Thank You for using Site Selector by Deepak sharma
echo.
echo ***************************************************************
echo Type [e] to exit or [b] to go back and select another site.
echo.
set /p udefine=
echo.
echo ***************************************************************
if %udefine%==b goto top
if %udefine%==e goto exit
:exit
cls
echo ***************************************************************
echo.
echo Thank You for using Site Selector by Deepak sharma
echo.
echo ***************************************************************
pause
exit
Few imortant Tricks
Set the password on any folder by the command prompt(Without any software)
Install windows xp in less than 15 minutes
Use the computer's disk cleanup
Fastest dns for boost net speed
Avast Antivirus get 1 year license free
No comments:
Post a Comment