၁။ notepad ကိုဖြင့္ပါ
၂။ ဒီေအာက္က script ကို notepad ထဲကို ကူးထည့္လိုက္ပါ။
set wshshell = wscript.CreateObject("wscript.shell")
wshshell.run "Notepad"
wscript.sleep 2000
wshshell.AppActivate "Notepad"
WshShell.SendKeys "H"
WScript.Sleep 500
WshShell.SendKeys "ell"
WScript.Sleep 500
WshShell.SendKeys "o "
WScript.Sleep 500
WshShell.SendKeys "insert here your letter of group of letters "
၃။ ပီးရင္ ဒီဖိုင္ေလးကို File>Save as ဆိုပီးေတာ့ save ပါ။ file extension က *.vbs ပါ။ ဥပမာအားျဖင့္ နာမည္က notepad ဆိုရင္ (notepad.vbs) လို႔ save ရပါမယ္။ ေအာ ဒါနဲ႔
file type ေနရာမွာက All File ဆိုတာကို ေရြးေပးရမယ္ေနာ္။
ေနာက္ပီးရင္ အဲ့ save ထားတဲ့ ဖိုင္ကို run လိုက္ရင္ ဒီလိုေပၚလာပါလိမ့္မယ္။
No comments:
Post a Comment