[General]
Description=⣺
BeginHotkey=121
BeginHotkeyMod=0
PauseHotkey=0
PauseHotkeyMod=0
StopHotkey=123
StopHotkeyMod=0
RunOnce=1
EnableWindow=
Enable=0
[Repeat]
Type=0
Number=1
[CallBack]
OnSetup=
[Comment]
Content=

[Script]
//дְΪǵĲƽ̨
VBSCall RunApp("Notepad.exe")
Delay 1000
//Ӳ
SayString Ӳǣ
Plugin s=GetSysInfo.GetHDDSerialNumber()
SayExpression s
KeyPress 13 1
Delay 1000
//Իȡǰʱ
SayString ǰʱǣ
Plugin time1 = GetSysInfo.GetDateTime()
SayExpression time1
KeyPress 13 1
Delay 1000
//ļ
Plugin dirPath = File.SelectDirectory()
SayString ղѡļǣ
SayExpression dirPath
KeyPress 13 1
Delay 1000
//ָĴڱ
SayString ǰڱǣ
Plugin hWnd = Window.Foreground()
Plugin strTitle = Window.GetText(hWnd)
SayExpression strTitle
KeyPress 13 1
Delay 1000
EndScript 
