Saturday, March 21, 2015

web site opener

Hey guys if you want you want to open websites in just 10 seconds then you are at the right place Notepad Codes had brought a very new trick for notepad to help you open sits in just 10 seconds ok now copy the code given below and pest is in notepad.

@echo off
color 0a
title web site opener

:main
echo //Main Menu\\
echo.
echo1. Youtube
echo 2. Google
echo 3. Exit
wcho.
echo ----------------------------
set /p  menu=))
if not defined menu goto main
if %menu%==1 (
set menu=
start http://www.youtube.com/
goto main
)
if %menu%===2 (
set menu=
start http://www.google.com/
goto main
)
if %menu%==3 exit



and after copying the code just Save it as anything.bat
and its all done.

Like our page on f.b :


THANKS for VISITING :D

No comments:

Post a Comment

Comment from here.