- প্রথমে নোটপ্যাড (Notepad) ওপেন করুন।
- এবার নিচের দেয়া কোড গুলো কপি করে নোটপ্যাড এ পেস্ট করুন ।
color 2f
title Site Selector by computerjajot.com
:top
echo ***************************************************************
echo.
echo Site Selector
echo.
echo ***************************************************************
echo.
echo Key: [1] Computer Tips
echo [2] Puja Date Time
echo [3] Tips Tweet
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 http://www.computerjajot.com
if %udefine%==2 start http://www.pujadatetime.in
if %udefine%==3 start http://www.tipstweet.in
if %udefine%==e goto exit
cls
echo ***************************************************************
echo.
echo Thank You for using Site Selector by computerjajot.com
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 computerjajot.com
echo.
echo ***************************************************************
pause
exit
Post a Comment Blogger Facebook
Click to see the code!
To insert emoticon you must added at least one space before the code.