[General]
Description=ӣ̨Console
BeginHotkey=121
BeginHotkeyMod=0
PauseHotkey=0
PauseHotkeyMod=0
StopHotkey=123
StopHotkeyMod=0
RunOnce=1
EnableWindow=
Enable=0
AutoRun=0
[Repeat]
Type=0
Number=1
[Relative]
SetupOCXFile=
[Comment]
Content=

[Script]
// OK
//Ǵ򿪿̨
Plugin Console.Open()
//̨дһַ
Plugin Console.WriteLine("뼸֣Ȼ󰴻س")
//Ǵӿ̨ȡһַ
Plugin ReadLine = Console.ReadLine()
//̨дһַ
Plugin Console.WriteLine("" & ReadLine & vbcrlf)
Plugin Console.WriteLine("ʾű밴Y˳̨" & vbcrlf)
Rem WaitUserInputKey
//ǵȴûڿ̨İ
Plugin userInput = Console.WaitKey()
If userInput = asc("y") or userInput = asc("Y")
    Plugin Console.Close()
Else 
    Goto WaitUserInputKey
EndIf 
//ǹرտ̨
Plugin Console.Close()
