利用AccExplorer.exe来打开选定的窗口
$Dis_Window_title:窗口名
Func Select_window_Dialog($Dis_Window_title)
;select one window in AccExplorerWinActivate($Dis_Window_title)
;判断当前AccExplorer是否已运行,如果在运行,则停止该程序
While ProcessExists("AccExplorer.exe")
ProcessClose("AccExplorer.exe")
WEnd
Sleep(10)
;运行AccExplorer程序,并最大化
Run("AccExplorer.exe","",@SW_MAXIMIZE)
;如果出现错误,则关闭AccExplorer,等待一段时间后再重新打开该程序
If ProcessExists("AccExplorer.exe")Then
ProcessClose("AccExplorer.exe")
EndIf
Sleep(500)
Run($AccPath & "AccE