1 Site selection Batch 13th May 2009, 10:09 pm
sHa92
Founder
Site selection Batch လို႔ အမည္ေပးထားပါတယ္
စမ္းသံုးၾကည့္လုိက္ပါ
အၿခား .bat ေတြလုိမ်ိဳး Notepad ထဲထည့္ .bat နဲ႔ save လိုက္ရင္ရပါၿပီ
စမ္းသံုးၾကည့္လုိက္ပါ
အၿခား .bat ေတြလုိမ်ိဳး Notepad ထဲထည့္ .bat နဲ႔ save လိုက္ရင္ရပါၿပီ
- Code:
@echo off
color 1a
:start
echo Key:
echo.
echo --------------------------------------------------------------
echo.
echo 1 = Google
echo 2 = Myanmar IT Resource
echo 3 = Myanmar Galaxy
echo 4 = YouTube
echo 5 = Myanmar Genius
echo 6 = Myanmar Family
echo.
echo --------------------------------------------------------------
echo Press "e" to exit.
echo.
echo --------------------------------------------------------------
echo.
echo Enter the number of the website you wish to visit:
set /p input=
echo.
if %input%==1 start [You must be registered and logged in to see this link.]
if %input%==2 start [You must be registered and logged in to see this link.]
if %input%==3 start http://www.myanmargalaxy.com
if %input%==4 start [You must be registered and logged in to see this link.]
if %input%==5 start [You must be registered and logged in to see this link.]
if %input%==6 start [You must be registered and logged in to see this link.]
if %input%==e goto exit
cls
echo.
echo --------------------------------------------------------------
echo.
echo Press "e" to exit, "b" to select another site.
echo.
set /p input=
if %input%==e goto exit
if %input%==b goto start
echo.
:exit
echo --------------------------------------------------------------
echo.
echo you can change the sites to whatever you want. thanks for using
echo.
pause
exit
Last edited by SYKO on 14th May 2009, 12:46 am; edited 1 time in total