1 ကၽြန္ပ်ဴတာကိုစကားေျပာခိုင္းမယ္ [Tips & Tricks] 8th August 2009, 8:18 pm
C0D3R
MITR Master
ကဲ႔ နည္းေလးကေတာ႔လြယ္ပါတယ္
ေအာက္ကဖိုင္ေလးကို notepad ဖြင္႔ျပီး speaking.bat နဲ႔သိမ္းျပီးစမ္းၾကည္႔လိုက္ပါ
အသံထြက္ခ်င္တဲ႔ စာသားကိုရိုက္ျပီး enter ေခါက္လိုက္ရံုပဲ႔
စာေၾကာင္းရွည္ေတြကိုလည္းအသံထြက္ေပးပါတယ္။
စမ္းၾကည္႕ပါ
အဆင္မေျပရင္ျပန္ေျပာပါဗ်ာ
ေအာက္ကဖိုင္ေလးကို notepad ဖြင္႔ျပီး speaking.bat နဲ႔သိမ္းျပီးစမ္းၾကည္႔လိုက္ပါ
အသံထြက္ခ်င္တဲ႔ စာသားကိုရိုက္ျပီး enter ေခါက္လိုက္ရံုပဲ႔
စာေၾကာင္းရွည္ေတြကိုလည္းအသံထြက္ေပးပါတယ္။
စမ္းၾကည္႕ပါ
အဆင္မေျပရင္ျပန္ေျပာပါဗ်ာ
@echo off
title %minko%'s Speaking Computer
color a
cls
goto speak
:speak
cls
echo.
echo Computer: %minko%, Please enter what
echo what do you want me to say
set /p what= %minko%: I Want You To Say:
echo.
echo Computer: Analyzing...
echo Set Speech = CreateObject("SAPI.SpVoice") > "%userprofile%\speech.vbs"
echo Speech.Speak "%what%" >> "%userprofile%\speech.vbs"
echo.
echo Computer: Analyzed...
call "%userprofile%\speech.vbs"
echo.
ping localhost -n 2 >nul
echo Computer: I have said "%what%"...
echo.
ping localhost -n 2 >nul
echo Computer: Clearing Cache...
del /f /s /q "%userprofile%\speech.vbs" >nul
echo.
echo Cache Cleared...
echo.
echo %minko%, Please press any key...
pause >nul
goto speak