ASetup.bat - 自動批量靜默復制安裝和設置電腦軟件的批處理腳本


;  1、標題

ASetup.bat - 自動批量靜默復制安裝和設置電腦軟件的批處理腳本

;  2、截屏-as-Setup.bat

;  3、截屏-部分-as-Setup.ahk

; 4、下載網址


最新版本安裝包下載網址

https://ds920.lanzoup.com/b0117649e
密碼:3333

https://www.jianguoyun.com/p/DRQfa0oQreaXChiDyakE

 

; // ======================================================

項目主頁: https://gitee.com/ds920/as-

源碼主頁: https://www.autoahk.com/archives/39339

備用主頁: https://www.cnblogs.com/delphixx/p/15784503.html

ASetup-v1.0.#-2022.01.##-解壓密碼333

ASetup.bat - 自動批量靜默復制安裝和設置電腦軟件的批處理腳本
(可能會誤報電腦病毒)

 

; 5、文件副本備份

;  1、標題

ASetup.bat - 自動批量靜默復制安裝和設置電腦軟件的批處理腳本

;  2、截屏-as-Setup.bat
![輸入圖片說明](as-Setup.jpg)

;  3、截屏-部分-as-Setup.ahk
![輸入圖片說明](loopFiles.jpg)

; 4、下載網址

https://ds920.lanzoup.com/b0117649e
密碼:3333

https://www.jianguoyun.com/p/DRQfa0oQreaXChiDyakE

 

; // ======================================================

項目主頁: https://gitee.com/ds920/as-

源碼主頁: https://www.autoahk.com/archives/39339

備用主頁: https://www.cnblogs.com/delphixx/p/15784503.html

ASetup-v1.0.#-2022.01.##-解壓密碼333

ASetup.bat - 自動批量靜默復制安裝和設置電腦軟件的批處理腳本
(可能會誤報電腦病毒)

發布 復制、上傳、發布、拷貝
“ASetup-v1.0.5-2022.01.17-解壓密碼333.7z”壓縮包文件到:
本地磁盤、
局域網共享文件夾、
群暉 RAID 1 鏡像存儲池中的共享文件夾
藍奏雲存儲網盤共享鏈接
https://www.lanzou.com/
123雲盤雲存儲共享鏈接
https://www.123pan.com/
阿里雲盤雲存儲網盤
https://www.aliyundrive.com/
天翼網盤雲存儲
https://cloud.189.cn/
百度網盤雲存儲
https://pan.baidu.com/
國內外的其他各種品牌網盤雲存儲空間
銀燦IS903-USB-CD-ROM-WinPE可啟動量產U盤

; 5、說明文檔

2022年1月11日

說明:
我不喜歡Windows中的包管理器,
Windows中的包管理器1:scoop包管理工具
Windows中的包管理器2:Windows Package Manager (WinGet)
Windows中的包管理器3:Chocolatey包管理器
我喜歡用AutoHotkey自動化熱鍵腳本來自制
Windows軟件的全自動靜默安裝包文件夾
因為AutoHotkey自動化熱鍵腳本更加自由
因為AutoHotkey自動化熱鍵腳本和相關文件可以放在
自己的群暉NAS網絡存儲服務器中完全由自己管理和控制

我也不喜歡“【2021.12.26】秋無痕 常用軟件全功能裝機光盤 2022新年版”光盤ISO鏡像和“一鍵軟件安裝管理器2021.01 – 宋永志博客”自解壓包
光盤鏡像和壓縮包修改起來比較麻煩
我還是喜歡批處理腳本、AutoHotkey腳本和文件夾的形式來管理電腦軟件安裝包
修改管理起來比較簡單高效,如果怕不小心誤刪誤改的話可以用WinRAR打包壓縮后保存到
局域網共享文件夾、群暉網絡存儲服務器的RAID1鏡像存儲池和銀燦IS903量產U盤的USB-CD-ROM可啟動虛擬光驅分區。

REM
子文件夾 Fix 用於保存電腦系統和軟件的修復設置優化工具軟件
可以直接保存單個EXE可執行文件,
當工具軟件由多個文件組成時應當保存在專用子文件夾中,子文件夾以部分主窗口標題命名
REM
子文件夾 Program 用於保存綠色免安裝和單文件電腦軟件
一個軟件對應一個專用子文件夾,子文件夾以部分主窗口標題命名
REM
子文件夾 Setup 用於保存電腦軟件安裝包
一個軟件對應一個專用子文件夾,子文件夾以部分主窗口標題命名

; 6、源代碼- Z:\ASetup\ASetup.bat


```
REM /*
REM =======================================================
REM ASetup.bat - 自動批量靜默復制安裝和設置電腦軟件的批處理腳本
REM
REM 文件01 : Z:\ASetup\ASetup.bat
REM ( Z:是RaiDrive異地遠程連接群暉WebDAV文件服務之后映射而成的虛擬磁盤,
REM 當RaiDrive安裝失敗時可以用NetDrive2或者WebDrive代替)
REM
REM 腳本作者 : ds920
REM 作者郵箱 : 595076941@qq.com
REM 最新版本 : 1.1
REM 更新時間 : 2022年1月11日
REM
REM 項目主頁 : https://gitee.com/ds920/as-
REM
REM 用法: (需要Windows系統的電腦)
REM 1. 通過命令或者資源瀏覽器進入此批處理腳本所在的文件夾
REM 2. 通過命令行執行或者雙擊此批處理腳本圖標運行此批處理腳本
REM
REM =======================================================
REM */

SET ProgramDrive=D:
SET ProgramPath=Program
SET SetupPath=Setup
SET FixPath=Fix
MD %ProgramDrive%\%ProgramPath%
START "" "%~dp0"%SetupPath%\AutoHotkey\AutoHotkey_1.1.33.10_setup.exe /S /A32 /U32 /U64 /D=%ProgramDrive%\%ProgramPath%\AutoHotkey\ /WAIT
REM 等待3秒鍾,以便讓AHK文件關聯生效,使ahk腳本能夠順利運行
ping -n 3 127.0.0.1>nul 2>nul
START "" "%~dp0"Setup.ahk


REM ===== 結束 ============================================
```

; 7、源代碼-  Z:\ASetup\Setup.ahk


```

; /*
; =======================================================
; as-Setup.ahk - 自動批量靜默復制安裝和設置電腦軟件的AHK腳本
;
; 文件02 : Z:\ASetup\Setup.ahk
; ( Z:是RaiDrive異地遠程連接群暉WebDAV文件服務之后映射而成的虛擬磁盤,
; 當RaiDrive安裝失敗時可以用NetDrive2或者WebDrive代替)
;
; 腳本作者 : ds920
; 作者郵箱 : 595076941@qq.com
; 最新版本 : 1.1
; 更新時間 : 2022年1月11日
;
; 項目主頁 : https://gitee.com/ds920/as-
;
; 用法: (需要已安裝Windows7或更高版本操作系統的電腦)
; 1. 此腳本不單獨運行,通過as-Setup.bat批處理腳本調用此AHK腳本。
; 2. 由於我不會用批處理腳本復制帶空格路徑下的文件所以
; 用AHK腳本實現文件復制功能。
;
; 已知的問題 : 此AHK腳本所在的文件夾路徑中不能含有空格符號
;
; =======================================================
; */

; 1、設置此腳本的運行參數
#SingleInstance,Ignore
#Persistent
#NoTrayIcon
loop,5
{
DetectHiddenWindows,On
Sleep,5
IfWinExist,Setup-E-Mail-595076941@QQ.COM
ExitApp
}
Gui, Show, Hide,Setup-E-Mail-595076941@QQ.COM
DetectHiddenWindows,On
SetTitleMatchMode,2
;
; 2、設置環境變量
ProgramDrive := "D:"
ProgramPath := "Program"
ProgramPath2 := "Program2"
SetupPath := "Setup"
FixPath := "Fix"
;
; 3、新建文件夾
; FileCreateDir,%ProgramDrive%\%ProgramPath%\AutoHotkey\Compiler\
; FileCreateDir,%ProgramDrive%\%ProgramPath%\AutoHotkey\SciTE\
;
; 4、復制AHK編譯器和AHK編輯器程序文件到%ProgramDrive%\%ProgramPath%文件夾、
; FileCopyDir,%A_ScriptDir%\Program,D:\Program,1
; FileCopyDir,%A_ScriptDir%\Program-2,D:\Program,1
;FileCopyDir,%A_ScriptDir%\%ProgramPath%\,%ProgramDrive%\%ProgramPath%\,0
; 先備份一下原有配置 D:\Program\KeePass\KeePass.config.xml
FileCopy,D:\Program\Maye\JDB.json,D:\Program\Maye\JDB.json_%A_YYYY%%A_MM%%A_DD%_%A_Hour%%A_Min%%A_Sec%,1
FileCopy,D:\Program\Maye\JDB.json.bak,D:\Program\Maye\JDB.json,1
FileCopy,D:\Program\KeePass\KeePass.config.xml,D:\Program\KeePass\KeePass.config.xml_%A_YYYY%%A_MM%%A_DD%_%A_Hour%%A_Min%%A_Sec%,1
FileCopy,D:\Program\KeePass\KeePass.config.xml.bak,D:\Program\KeePass\KeePass.config.xml,1
;
global RobocopySourcePath
RobocopySourcePath=%A_ScriptDir%\%ProgramPath%\
global RobocopyDestPath
RobocopyDestPath=%ProgramDrive%\%ProgramPath%\
; MsgBox,%RobocopySourcePath% %RobocopyDestPath%
RunWait,ROBOCOPY.EXE %RobocopySourcePath% %RobocopyDestPath% /e /mt /r:3 /w:3 *.*
;
global RobocopySourcePathAHK
RobocopySourcePathAHK=%A_ScriptDir%\AHK\
global RobocopyDestPathAHK
RobocopyDestPathAHK=%ProgramDrive%\%ProgramPath%\AHK\
; MsgBox,%RobocopySourcePath% %RobocopyDestPath%
RunWait,ROBOCOPY.EXE %RobocopySourcePathAHK% %RobocopyDestPathAHK% /e /mt /r:3 /w:3 *.*
; FileCopyDir,%A_ScriptDir%\Program\AutoHotkey,D:\Program\AutoHotkey,1
; FileCopyDir,%A_ScriptDir%\%SetupPath%\AutoHotkey\SciTE\,%ProgramDrive%\%ProgramPath%\AutoHotkey\SciTE\,0
;
; 5、設置AHK文件關聯、漢化AHK文件右鍵菜單(運行腳本、編譯腳本、編譯腳本(GUI)、編輯腳本)
RunWait,%ProgramDrive%\%ProgramPath%\AutoHotkey\SciTE\_GuanLian.ahk
; 作者: 甲殼蟲<jdchenjian@gmail.com>
; 腳本說明: 此工具用來修改 AutoHotkey 腳本的右鍵菜單關聯,適用於 AutoHotkey 安裝版、綠色版。
; 修改作者: 兔子
; 修改作者 : ds920
; 6、運行Maye一個簡潔小巧的快速啟動工具
Run,D:\Program\Maye\Maye.exe
; 請用Maye快速啟動工具設置TotalCMD的快捷鍵為F8,
; 設置Everything的快捷鍵為F11
; https://blog.arae.cc/post/25830.html
; https://github.com/25H/Maya/releases/latest
; https://www.lanzoux.com/b0bqwqjvg
;
; 7、最小化窗口運行Everything基於名稱快速定位文件和文件夾,
; 本地文件快速搜索工具,能夠索引RaiDrive連接群暉WebDAV映射出來的本地虛擬磁盤Z:\文件夾
Run, *RunAs D:\Program\Everything\Everything.exe,,Min
;
; 8、遞歸搜索%A_ScriptDir%\Setup\文件夾中的文件
; 找出所有文件名以as-前綴開始的AHK腳本並運行找到的AHK腳本
; 不想AHK腳本被運行時請把文件名前綴由"AS-"改成";AS-"注釋掉腳本文件
loop,Files,%A_ScriptDir%\Setup\*.*,R
{
if(A_LoopFileExt="ahk")
{
FoundPos_FileName := InStr(A_LoopFileName, "AS-")
if(FoundPos_FileName=1)
{
RunWait,%A_LoopFileFullPath%
}
}
}
;
; 9、復制其他文件
; FileCreateDir,%ProgramDrive%\%ProgramPath%\說明文檔
; FileCopyDir,%A_ScriptDir%\Program\說明文檔,D:\Program\說明文檔,1
; ===== 結束 ============================================

```

; 8、源代碼-  Z:\ASetup\Setup\AutoHotkey\SciTE\_GuanLian.ahk


/*
作者: 甲殼蟲<jdchenjian@gmail.com>
博客: http://hi.baidu.com/jdchenjian
腳本說明: 此工具用來修改 AutoHotkey 腳本的右鍵菜單關聯,適用於 AutoHotkey 安裝版、綠色版。
腳本版本: 2009-01-21

修改作者: 兔子
更新說明:
2010.01.09 之前某個時間,修改AHK路徑、編輯器路徑、編譯器路徑,默認全部在當前目錄下尋找
2010.01.09 去掉默認在新建菜單的勾
2010.06.21 如果SCITE為默認編輯器,則復制個人配置文件“SciTEUser.properties”到%USERPROFILE%
2010.06.25 修正因#NoEnv使%USERPROFILE%變量直接引用無效
2016.04.18 刪除“2010.06.21”的改動
2021.10.17 新增“編譯腳本 (GUI)”的漢化
2021.11.02 自動根據 AutoHotkey.exe 的位置定位基准目錄。
2021.11.05 重構代碼,精簡界面,修復新建模板時的編碼問題,修復編輯模板時的權限問題。

修改作者 : ds920
; ===== ds920 修改 2022年1月11日 ===== 第31行 =====
; ===== ds920 修改 2022年1月11日 ===== 第124行 =====
; ===== ds920 修改 2022年1月11日 ===== 第189到191行 =====
; ===== ds920 修改 2022年1月11日 ===== 第242行 =====
; 腳本修改作者 : ds920
; 作者郵箱 : 595076941@qq.com
; 最新版本 : 1.1
; 更新時間 : 2022年1月11日

更新說明:
2022.01.11 注釋掉部分AutoHotkey語句,讓其他腳本能夠靜默調用此AHK腳本,
實現AHK文件關聯和漢化鼠標右鍵中文菜單
2022.01.11 #SingleInstance, force 改成 #SingleInstance, Ignore 防止出現等待的提示窗口
*/

#NoEnv
; ===== ds920 修改 2022年1月11日 ===== 第31行 =====
#SingleInstance, Ignore
SendMode Input
SetWorkingDir %A_ScriptDir%

; 版本(僅用於顯示)
Script_Version=ver. 1.1

; AutoHotkey 原版的相關信息寫在注冊表HKCR主鍵中,
; 嘗試當前用戶否有權操作該鍵,如果無權操作HKCR鍵(受限用戶),
; 可通過操作注冊表HKCU鍵來實現僅當前用戶關聯AHK腳本。
RegWrite, REG_SZ, HKCR, .test
if ErrorLevel
IsLimitedUser:=1
RegDelete, HKCR, .test
if ErrorLevel
IsLimitedUser:=1

if IsLimitedUser
{
RootKey=HKCU ; 受限用戶操作HKCU鍵
Subkey=Software\Classes\ ; 為簡化后面的腳本,此子鍵須以“\”結尾
}
else
{
RootKey=HKCR ; 非受限用戶操作HKCR鍵
Subkey=
}

; 檢查是否存在AHK注冊表項
RegRead, FileType, %RootKey%, %Subkey%.ahk
if (FileType!="")
{
RegRead, value, %RootKey%, %Subkey%%FileType%\Shell\Open\Command ; AHK路徑
AHK_Path:=PathGetPath(value)
RegRead, value, %RootKey%, %Subkey%%FileType%\Shell\Compile\Command ; 編譯器路徑
Compiler_Path:=PathGetPath(value)
RegRead, value, %RootKey%, %Subkey%%FileType%\Shell\Edit\Command ; 編輯器路徑
Editor_Path:=PathGetPath(value)
RegRead, Template_Name, %RootKey%, %Subkey%.ahk\ShellNew, FileName ; 模板文件名
}
else
FileType=AutoHotkeyScript

; 通過 AutoHotkey.exe 的位置來定位基准目錄
SplitPath, A_AhkPath, , AhkDir

if AHK_Path=
{
IfExist, %AhkDir%\AutoHotkey.exe
AHK_path=%AhkDir%\AutoHotkey.exe
}

if Compiler_Path=
{
IfExist, %AhkDir%\Compiler\Ahk2Exe.exe
Compiler_Path=%AhkDir%\Compiler\Ahk2Exe.exe
}

if Editor_Path=
{
IfExist, %AhkDir%\SciTE\SciTE.exe
Editor_Path=%AhkDir%\SciTE\SciTE.exe
}

if Template_Name=
Template_Name=Template.ahk

Gui, Font, bold s15
Gui, Add, Text, x10 y10 w480 h290, %A_Space%設置並漢化 .ahk 文件的右鍵菜單

Gui, Font
Gui, Add, GroupBox, x20 y50 w460 h50 , “運行腳本”
Gui, Add, Edit, x35 y70 w340 h20 vAHK_Path, %AHK_path%
Gui, Add, Button, x385 y70 w40 h20 gFind_AHK, 瀏覽

Gui, Add, GroupBox, x20 y110 w460 h50 , “編譯腳本”
Gui, Add, Edit, x35 y130 w340 h20 vCompiler_Path, %Compiler_Path%
Gui, Add, Button, x385 y130 w40 h20 gChoose_Compiler, 瀏覽
Gui, Add, Button, x430 y130 w40 h20 gDefault_Compiler, 默認

Gui, Add, GroupBox, x20 y170 w460 h50 , “編輯腳本”
Gui, Add, Edit, x35 y190 w340 h20 vEditor_Path, %Editor_Path%
Gui, Add, Button, x385 y190 w40 h20 gChoose_Editor, 瀏覽
Gui, Add, Button, x430 y190 w40 h20 gDefault_Editor, 默認

Gui, Add, GroupBox, x20 y230 w460 h50 , “新建腳本”
Gui, Add, Button, x35 y250 w340 h20 gEdit_Template, 自定義新建腳本的模板

Gui, Font, bold s15
Gui, Add, Button, x20 y300 w200 h40 Default gInstall, 設置
Gui, Add, Button, x280 y300 w200 h40 gCancel, 取消

; ===== ds920 修改 2022年1月11日 ===== 第124行 =====
gosub, Install

if (A_Args.1="/set")
gosub, Install
else
Gui, Show, x250 y200 h350 w500 Center, AHK 腳本關聯工具 %Script_Version%
return

GuiClose:
GuiEscape:
Cancel:
ExitApp
return

; 查找 AutoHotkey 主程序
Find_AHK:
Gui +OwnDialogs
FileSelectFile, AHK_Path, 3, , 查找 AutoHotkey.exe, AutoHotkey.exe
if (AHK_Path!="")
GuiControl,,AHK_Path, %AHK_Path%
gosub Default_Compiler
return

; 選擇腳本編譯器
Choose_Compiler:
Gui +OwnDialogs
FileSelectFile, Compiler_Path, 3, , 選擇腳本編譯器, 程序(*.exe)
if (Compiler_Path!="")
GuiControl,,Compiler_Path, %Compiler_Path%
return

; 默認腳本編譯器
Default_Compiler:
GuiControlGet, AHK_Path
SplitPath, AHK_Path, ,AHK_Dir
IfExist, %AHK_Dir%\Compiler\Ahk2Exe.exe
{
Compiler_Path=%AHK_Dir%\Compiler\Ahk2Exe.exe
GuiControl,, Compiler_Path, %Compiler_Path%
}
return

; 選擇腳本編輯器
Choose_Editor:
Gui +OwnDialogs
FileSelectFile, Editor_Path, 3, , 選擇腳本編輯器, 程序(*.exe)
if (Editor_Path!="")
GuiControl,,Editor_Path, %Editor_Path%
return

; 默認腳本編輯器
Default_Editor:
IfExist, %AhkDir%\SciTE\SciTE.exe
Editor_Path=%AhkDir%\SciTE\SciTE.exe
else ifExist, %A_WinDir%\system32\notepad.exe
Editor_Path=%A_WinDir%\system32\notepad.exe
GuiControl,, Editor_Path, %Editor_Path%
return

; 設置
Install:
Gui, Submit

; ===== ds920 修改 2022年1月11日 ===== 第189到191行 =====
AHK_Path:="D:\Program\AutoHotkey\AutoHotkey.exe"
Compiler_Path:="D:\Program\AutoHotkey\Compiler\Ahk2Exe.exe"
Editor_Path:="D:\Program\AutoHotkey\SciTE\SciTE.exe"

IfNotExist, %AHK_Path%
{
MsgBox, 16, , AutoHotkey 路徑錯誤 !
return
}

IfNotExist, %Compiler_Path%
{
MsgBox, 16, , 編譯器路徑錯誤 !
return
}

IfNotExist, %Editor_Path%
{
MsgBox, 16, , 編輯器路徑錯誤 !
return
}

; 寫入注冊表
RegWrite, REG_SZ, %RootKey%, %Subkey%.ahk,, %FileType%
RegWrite, REG_SZ, %RootKey%, %Subkey%.ahk\ShellNew, FileName, %Template_Name%
IfNotExist, %A_WinDir%\ShellNew\%Template_Name%
gosub Create_Template

RegWrite, REG_SZ, %RootKey%, %Subkey%%FileType%,, AutoHotkey 腳本
RegWrite, REG_SZ, %RootKey%, %Subkey%%FileType%\DefaultIcon,, %AHK_Path%`,1
RegWrite, REG_SZ, %RootKey%, %Subkey%%FileType%\Shell,, Open

RegWrite, REG_SZ, %RootKey%, %Subkey%%FileType%\Shell\Open,, 運行腳本
RegWrite, REG_SZ, %RootKey%, %Subkey%%FileType%\Shell\Open\Command,, "%AHK_Path%" "`%1" `%*

RegWrite, REG_SZ, %RootKey%, %Subkey%%FileType%\Shell\Compile,, 編譯腳本
RegWrite, REG_SZ, %RootKey%, %Subkey%%FileType%\Shell\Compile-Gui,, 編譯腳本 (GUI)
IfInString, Compiler_Path, Ahk2Exe.exe
{
RegWrite, REG_SZ, %RootKey%, %Subkey%%FileType%\Shell\Compile\Command,, "%Compiler_Path%" /in "`%1"
RegWrite, REG_SZ, %RootKey%, %Subkey%%FileType%\Shell\Compile-Gui\Command,, "%Compiler_Path%" /gui /in "`%1"
}
else
{
RegWrite, REG_SZ, %RootKey%, %Subkey%%FileType%\Shell\Compile\Command,, "%Compiler_Path%" "`%1"
RegWrite, REG_SZ, %RootKey%, %Subkey%%FileType%\Shell\Compile-Gui\Command,, "%Compiler_Path%" /gui "`%1"
}

RegWrite, REG_SZ, %RootKey%, %Subkey%%FileType%\Shell\Edit,, 編輯腳本
RegWrite, REG_SZ, %RootKey%, %Subkey%%FileType%\Shell\Edit\Command,, "%Editor_Path%" "`%1"

; ===== ds920 修改 2022年1月11日 ===== 第242行 =====
; MsgBox, 64, , 設置完畢 !
ExitApp
return

; 編輯腳本模板
Edit_Template:
GuiControlGet, Editor_Path
IfNotExist, %Editor_Path%
{
MsgBox, 64, , 腳本編輯器路徑錯誤 !
return
}
IfNotExist, %A_WinDir%\ShellNew\%Template_Name%
gosub Create_Template

ifExist, %A_WinDir%\system32\notepad.exe
Run, *RunAs notepad.exe %A_WinDir%\ShellNew\%Template_Name%
else
Run, *RunAs %Editor_Path% %A_WinDir%\ShellNew\%Template_Name%
return

; 新建腳本模板
Create_Template:
FileAppend,
(
#NoEnv
SendMode Input
SetWorkingDir `%A_ScriptDir`%

), %A_WinDir%\ShellNew\%Template_Name%, UTF-8

IfNotExist, %A_WinDir%\ShellNew\%Template_Name%
MsgBox, 64, , 無法創建腳本模板 !`n`n請嘗試使用管理員權限運行本工具。
return

; 從注冊表值字符串中提取路徑
PathGetPath(pSourceCmd)
{
local Path, ArgsStartPos = 0
if (SubStr(pSourceCmd, 1, 1) = """")
Path := SubStr(pSourceCmd, 2, InStr(pSourceCmd, """", False, 2) - 2)
else
{
ArgsStartPos := InStr(pSourceCmd, " ")
if ArgsStartPos
Path := SubStr(pSourceCmd, 1, ArgsStartPos - 1)
else
Path = %pSourceCmd%
}
return Path
}

; 9、源代碼- Z:\as-Setup\Setup\7-Zip\as-7-Zip.ahk

;
; 9、源代碼- Z:\as-Setup\Setup\7-Zip\as-7-Zip.ahk
;
; 全自動靜默安裝7-Zip壓縮解壓縮軟件
#SingleInstance,Ignore
#Persistent
loop,5
{
DetectHiddenWindows,On
Sleep,5
IfWinExist,7z-E-Mail-595076941@QQ.COM
ExitApp
}
Gui, Show, Hide,7z-E-Mail-595076941@QQ.COM
DetectHiddenWindows,On
SetTitleMatchMode,2
; 啟動7z安裝程序
SetTimer,SetupTimer,500
return
SetupTimer()
{
; 1、如果程序沒有運行則運行程序
Process,Exist,7z2106.exe
if (%ErrorLevel%=0)
{
IfExist,%A_ScriptDir%\7z2106.exe
{
Run,%A_ScriptDir%\7z2106.exe
}
else
{
MsgBox,找不到文件 %A_ScriptDir%\7z2106.exe
return
}
}
ControlSend,Button2,{Space},7-Zip
Sleep,1000
IfWinExist,7-Zip,installed
{
SetTimer,SetupTimer,Delete
ControlSend,Button2,{Space},7-Zip
MsgBox,,,已成功安裝7-Zip軟件,2
ExitApp
}
}

;  10、源代碼- Z:\as-Setup\Setup\Delphi7Lite\as-Delphi7Lite.ahk


; 10、源代碼- Z:\as-Setup\Setup\Delphi7Lite\as-Delphi7Lite.ahk

;全自動靜默安裝 Delphi7_Lite_Full_Edition_Setup_7.3.4.2_Build_20110801 集成開發環境Pascal編程軟件
#SingleInstance,Ignore
loop,5
{
DetectHiddenWindows,On
Sleep,5
IfWinExist,E-Mail-595076941@QQ.COM
ExitApp
}
Gui, Show, Hide,E-Mail-595076941@QQ.COM
#Persistent
; #NoTrayIcon
DetectHiddenWindows,On
SetTitleMatchMode,2

; 啟動7z安裝程序
SetTimer,SetupTimer,500
return
SetupTimer()
{
; 1、如果程序沒有運行則運行程序
Process,Exist,Delphi7_Lite_Full_Edition_Setup_7.3.4.3_Build_20110801.exe
if (%ErrorLevel%=0)
{
IfExist,%A_ScriptDir%\Delphi7_Lite_Full_Edition_Setup_7.3.4.3_Build_20110801.exe
{
Run,%A_ScriptDir%\Delphi7_Lite_Full_Edition_Setup_7.3.4.3_Build_20110801.exe
}
else
{
MsgBox,找不到文件 %A_ScriptDir%\Delphi7_Lite_Full_Edition_Setup_7.3.4.3_Build_20110801.exe
return
}
}
IfWinNotExist,安裝向導 - Delphi 7 Lite Full Edition,正在你的計算機中安裝 Delphi 7 Lite Full Edition,請稍等...
{
ControlSend, TNewButton1,{Space}, 選擇安裝語言 ahk_class TSelectLanguageForm ahk_exe Delphi7_Lite_Full_Edition_Setup_7.3.4.3_Build_20110801.tmp, 取消
ControlSend, Button1,{Space}, 安裝向導 ahk_class #32770 ahk_exe Delphi7_Lite_Full_Edition_Setup_7.3.4.3_Build_20110801.tmp, 本程序為Window
ControlSend, TNewButton1,!n, 安裝向導 - Delphi 7 Lite Full Edition ahk_class TWizardForm ahk_exe Delphi7_Lite_Full_Edition_Setup_7.3.4.3_Build_20110801.tmp, 取消
ControlSend, TNewButton1,!i, 安裝向導 - Delphi 7 Lite Full Edition ahk_class TWizardForm ahk_exe Delphi7_Lite_Full_Edition_Setup_7.3.4.3_Build_20110801.tmp, 取消
}
IfWinExist,安裝向導 - Delphi 7 Lite Full Edition ahk_class TWizardForm,安裝向導已完成 Delphi 7 Lite Full Edition 的安裝
{
SetTimer,SetupTimer,Delete
ControlClick, TNewButton5, 安裝向導 - Delphi 7 Lite Full Edition ahk_class TWizardForm ahk_exe Delphi7_Lite_Full_Edition_Setup_7.3.4.3_Build_20110801.tmp,安裝向導已完成 Delphi 7 Lite Full Edition 的安裝
MsgBox,,,已成功安裝Delphi7Lite編程軟件,2
ExitApp
}
}

; 11、Z:\as-Setup\Tree.txt

; 11、Z:\as-Setup\Tree.txt

卷 軟件 的文件夾 PATH 列表
卷序列號為 ILOV-EYOU
Z:\AS-SETUP
│ as-Setup.bat
│ Setup.ahk
│ WinRAR自解壓腳本命令.txt
│ 下載網址.txt
│ 更新日志.txt
│ 殺死進程並刪除文件-用於測試.exe
│ 測試代碼.ahk

├─Fix
│ │ HiBitUninstaller.exe
│ │ W11ClassicMenu.exe
│ │
│ └─局域網共享
│ │ 局域網共享.exe
│ │
│ └─備用局域網共享設置工具軟件
│ okshare19.3.13-一鍵設置局域網共享.bat
│ 一鍵共享開啟局域網-一鍵設置局域網共享.bat
│ 局域網共享一鍵通-一鍵設置局域網共享.exe
│ 局域網共享打開工具-一鍵設置局域網共享.exe
│ 局域網共享設置超級工具-一鍵設置局域網共享.exe
│ 開通局域網共享(訪問本機無需驗證即可進入)-一鍵設置局域網共享.cmd

├─Program
│ ├─AutoHotkey
│ │ ├─AHK腳本
│ │ │ 005_文件關閉后自動備份.ahk
│ │ │ 02-並發運行的AutoHotkey腳本真機實際測試模板參考20191010.ahk
│ │ │ 1_6熱字串 (2).ahk
│ │ │ 1_8刪除暫時無用的垃圾文件.ahk
│ │ │ 1_9鍵盤鼠標閑置無操作7分鍾后關閉顯示器閑置8分鍾后鎖定電腦桌面.ahk
│ │ │ 1_Autorun.ahk
│ │ │ 1_CEscape.ahk
│ │ │ 1_ComRemote.ahk
│ │ │ 1_CUnescape.ahk
│ │ │ 1_GetSciTEInstance.ahk
│ │ │ 1_Ini2Object.ahk
│ │ │ 1_NewUser.ahk
│ │ │ 1_SciTEReload.ahk
│ │ │ 1_ShellMessageBox.ahk
│ │ │ 1_StrPutVar.ahk
│ │ │ 1_SUpd.ahk
│ │ │ 1_TaskDialog.ahk
│ │ │ 1_TestExample.ahk
│ │ │ 1_TestSuite.ahk
│ │ │ 1_webview2.ahk
│ │ │ 1__AHK源代碼復制批處理_bat.ahk
│ │ │ 1___AhkVer.ahk
│ │ │ 1_卸載AHK右鍵菜單.ahk
│ │ │ 1_桌面圖標清理和恢復.ahk
│ │ │ 1臨時關窗口@@@@@@@@@@@@ (5).ahk
│ │ │ 1臨時關窗口@@@@@@@@@@@@ (9).ahk
│ │ │ 1臨時關窗口@@@@@@@@@@@@.ahk
│ │ │ 2_Autorun.ahk
│ │ │ 2_Close Tabs.ahk
│ │ │ 2_ComDispTable.ahk
│ │ │ 2_Error 25.ahk
│ │ │ 2_ExecScript.ahk
│ │ │ 2_FatalAppExit.ahk
│ │ │ 2_Filename.ahk
│ │ │ 2_MessageBox.ahk
│ │ │ 2_MessageBoxCheck.ahk
│ │ │ 2_MessageBoxIndirect.ahk
│ │ │ 2_MessageBoxTimeout.ahk
│ │ │ 2_MsiMessageBox.ahk
│ │ │ 2_Partition.ahk
│ │ │ 2_PrepExample.ahk
│ │ │ 2_ShellAbout.ahk
│ │ │ 2_StrStartsWith.ahk
│ │ │ 2_WebView2.ahk
│ │ │ 2_WTSSendMessage.ahk
│ │ │ 2_XP Support.ahk
│ │ │ 2___AhkVer.ahk
│ │ │ 2關廣告窗口 (2).ahk
│ │ │ 2關廣告窗口 (5).ahk
│ │ │ 2關廣告窗口 (9).ahk
│ │ │ 2關廣告窗口.ahk
│ │ │ 3_7常駐內存加快顯示.ahk
│ │ │ 3_eval.ahk
│ │ │ 3_Installer.ahk
│ │ │ 3_JSON.ahk
│ │ │ 3臨時熱鍵 (5).ahk
│ │ │ 3臨時熱鍵 (8).ahk
│ │ │ 3臨時熱鍵.ahk
│ │ │ 4隨系統自啟動 (2).ahk
│ │ │ 4隨系統自啟動 (4).ahk
│ │ │ 4隨系統自啟動 (5).ahk
│ │ │ 4隨系統自啟動 (9).ahk
│ │ │ 4隨系統自啟動.ahk
│ │ │ 5熱鍵 (4).ahk
│ │ │ 5熱鍵 (5).ahk
│ │ │ 5熱鍵 (9).ahk
│ │ │ 5熱鍵.ahk
│ │ │ 6熱字串 (2).ahk
│ │ │ 6熱字串 (4).ahk
│ │ │ 6熱字串 (5).ahk
│ │ │ 6熱字串 (9).ahk
│ │ │ 6熱字串.ahk
│ │ │ 7常駐內存加快顯示 (2).ahk
│ │ │ 7常駐內存加快顯示 (4).ahk
│ │ │ 7常駐內存加快顯示 (5).ahk
│ │ │ 7常駐內存加快顯示 (9).ahk
│ │ │ 7常駐內存加快顯示.ahk
│ │ │ 7常駐內存加快顯示_1.ahk
│ │ │ 8刪除暫時無用的垃圾文件.ahk
│ │ │ 9鍵盤和鼠標閑置無操作累計滿50秒鍾后關閉顯示器並鎖定電腦桌面.ahk
│ │ │ 9鍵盤鼠標閑置無操作7分鍾后關閉顯示器閑置8分鍾后鎖定電腦桌面.ahk
│ │ │ 9鍵鼠閑置50秒鍾后關閉顯示器並鎖定電腦桌面.ahk
│ │ │ ; as-Setup-7-Zip-old.ahk
│ │ │ ; as-Setup-7-Zip.ahk
│ │ │ ; as-Setup-WinRAR-Ver2.ahk
│ │ │ ActiveWindowInfo.ahk
│ │ │ Advanced Security Settings (6).ahk
│ │ │ Advanced Security Settings.ahk
│ │ │ AHK 正則終結者 (5).ahk
│ │ │ AHK 正則終結者.ahk
│ │ │ AHK 爬蟲終結者 (3).ahk
│ │ │ AHK 爬蟲終結者.ahk
│ │ │ AHK 腳本關聯工具.ahk
│ │ │ AHK.ahk
│ │ │ ahkinfo.1.3.5-ahk.ahk
│ │ │ AHKManager (5).ahk
│ │ │ AHKManager (9).ahk
│ │ │ AHKManager.ahk
│ │ │ AHKRareTheGui.ahk
│ │ │ AhkSpy (9).ahk
│ │ │ AhkSpy.ahk
│ │ │ AHKType (9).ahk
│ │ │ AHKType.ahk
│ │ │ AHK_Window_Info_v1.7 (9).ahk
│ │ │ AHK_Window_Info_v1.7.ahk
│ │ │ AHK告知輸入法模式.ahk
│ │ │ AHK源代碼文件格式參考.ahk
│ │ │ AHK源代碼片段功能測試模板.ahk
│ │ │ AICode.ahk
│ │ │ Anchor (9).ahk
│ │ │ Anchor.ahk
│ │ │ as-Setup - 副本.ahk
│ │ │ as-Setup-7-Zip.ahk
│ │ │ as-Setup-Delphi7.ahk
│ │ │ as-Setup-WinRAR.ahk
│ │ │ as-Setup.ahk
│ │ │ Auto-GUI.ahk
│ │ │ Auto-Syntax-Tidy (3).ahk
│ │ │ Auto-Syntax-Tidy_v12 (3).ahk
│ │ │ Auto-Syntax-Tidy_v12 (5).ahk
│ │ │ Auto-Syntax-Tidy_v12.ahk
│ │ │ AutoAHK.ahk
│ │ │ AutoGUI.ahk
│ │ │ AutoIndent.ahk
│ │ │ Autorun (6).ahk
│ │ │ Autorun (7).ahk
│ │ │ AutoRun-跟隨Windows7一起啟動的AutoHotkey腳本2019年10月9日.ahk
│ │ │ Autorun.ahk
│ │ │ AutoXYWH (19).ahk
│ │ │ AutoXYWH (8).ahk
│ │ │ AutoXYWH.ahk
│ │ │ AuxLib (12).ahk
│ │ │ AuxLib (13).ahk
│ │ │ AuxLib (3).ahk
│ │ │ AuxLib (6).ahk
│ │ │ AuxLib.ahk
│ │ │ A_Setup_7-Zip.ahk
│ │ │ A_Variables (4).ahk
│ │ │ A_Variables (5).ahk
│ │ │ A_Variables.ahk
│ │ │ BTT.ahk
│ │ │ BuildFiles.ahk
│ │ │ build_search.ahk
│ │ │ Calculate_AHK-Rare_Version-String.ahk
│ │ │ CbAutoComplete.ahk
│ │ │ CDO.ahk
│ │ │ CEscape.ahk
│ │ │ check_data.ahk
│ │ │ class_bcrypt.ahk
│ │ │ Class_Gdip.ahk
│ │ │ class_GuiControlTips.ahk
│ │ │ Class_LV_Colors.ahk
│ │ │ Class_LV_Rows.ahk
│ │ │ Class_ObjIni.ahk
│ │ │ Class_PMC.ahk
│ │ │ Class_Rebar.ahk
│ │ │ Class_SQLiteDB.ahk
│ │ │ Class_Toolbar.ahk
│ │ │ CloneWindow (3).ahk
│ │ │ CloneWindow (6).ahk
│ │ │ CloneWindow.ahk
│ │ │ Close Tabs.ahk
│ │ │ codesmanager.ahk
│ │ │ ColorFinder.ahk
│ │ │ COM Inspector (3).ahk
│ │ │ COM Inspector.ahk
│ │ │ ComDispatch (9).ahk
│ │ │ ComDispatch.ahk
│ │ │ ComDispTable.ahk
│ │ │ ComInterface (9).ahk
│ │ │ ComInterface.ahk
│ │ │ Common.ahk
│ │ │ CommonDialogs (21).ahk
│ │ │ CommonDialogs (5).ahk
│ │ │ CommonDialogs (8).ahk
│ │ │ CommonDialogs.ahk
│ │ │ Compile.ahk
│ │ │ CompileCHM.ahk
│ │ │ CompileResources.ahk
│ │ │ compile_chm.ahk
│ │ │ Compress以鎖定和掩碼方式新建軟件開發文件夾的壓縮備份包_bat.ahk
│ │ │ ComRemote.ahk
│ │ │ ComVar (9).ahk
│ │ │ ComVar.ahk
│ │ │ com接口.ahk
│ │ │ ConEmu Settings (2).ahk
│ │ │ ConEmu Settings (5).ahk
│ │ │ ConEmu Settings.ahk
│ │ │ Constantine (12).ahk
│ │ │ Constantine (3).ahk
│ │ │ Constantine (6).ahk
│ │ │ Constantine.ahk
│ │ │ ContextHelp (4).ahk
│ │ │ ContextHelp.ahk
│ │ │ ContextSensitiveHelp.ahk
│ │ │ ControlColor (21).ahk
│ │ │ ControlColor (5).ahk
│ │ │ ControlColor (8).ahk
│ │ │ ControlColor.ahk
│ │ │ Controls (12).ahk
│ │ │ Controls (3).ahk
│ │ │ Controls (6).ahk
│ │ │ Controls.ahk
│ │ │ Core.ahk
│ │ │ CreateFormData.ahk
│ │ │ CreateGradient.ahk
│ │ │ CreateIconsDll.ahk
│ │ │ CSS.ahk
│ │ │ CUnescape.ahk
│ │ │ DBGp (3).ahk
│ │ │ dbgp (4).ahk
│ │ │ DBGp (6).ahk
│ │ │ dbgp.ahk
│ │ │ Debug (3).ahk
│ │ │ Debug (4).ahk
│ │ │ Debug--.ahk
│ │ │ DebugVarsGui (3).ahk
│ │ │ DebugVarsGui (8).ahk
│ │ │ DebugVarsGui.ahk
│ │ │ Default Editor (2).ahk
│ │ │ Default Editor.ahk
│ │ │ Definitions.ahk
│ │ │ Demo.ahk
│ │ │ Designer (3).ahk
│ │ │ Designer (6).ahk
│ │ │ Designer.ahk
│ │ │ Device Installation Settings.ahk
│ │ │ Directives (2).ahk
│ │ │ Directives.ahk
│ │ │ Disk Defragmenter.ahk
│ │ │ Dlg.ahk
│ │ │ EasyIni.ahk
│ │ │ EasyWindowDrag.ahk
│ │ │ EasyWindowDrag_(KDE).ahk
│ │ │ Edit.ahk
│ │ │ Editor (4).ahk
│ │ │ Editor (5).ahk
│ │ │ Editor.ahk
│ │ │ EnumIncludes (2).ahk
│ │ │ EnumIncludes.ahk
│ │ │ ePSXe Video Settings (2).ahk
│ │ │ ePSXe Video Settings.ahk
│ │ │ Error 25.ahk
│ │ │ ErrorView (5).ahk
│ │ │ ErrorView.ahk
│ │ │ Eval (6).ahk
│ │ │ Eval.ahk
│ │ │ Everything.ahk
│ │ │ ExecScript.ahk
│ │ │ Export.ahk
│ │ │ ExportExtension (9).ahk
│ │ │ ExportExtension.ahk
│ │ │ Expressive (4).ahk
│ │ │ Expressive (5).ahk
│ │ │ Expressive.ahk
│ │ │ Extensions (9).ahk
│ │ │ Extensions.ahk
│ │ │ ExtractExtension (9).ahk
│ │ │ ExtractExtension.ahk
│ │ │ ExtractLangFiles.ahk
│ │ │ FatalAppExit.ahk
│ │ │ FavoriteFolders.ahk
│ │ │ fenlei批量分類整理文件9次循環 (7).ahk
│ │ │ fenlei批量分類整理文件9次循環.ahk
│ │ │ FFmpeg Catapult (6).ahk
│ │ │ FFmpeg Catapult.ahk
│ │ │ Filename.ahk
│ │ │ FileZilla Settings (4).ahk
│ │ │ FileZilla Settings.ahk
│ │ │ Find in Files (3).ahk
│ │ │ Find in Files.ahk
│ │ │ FindReplace (3).ahk
│ │ │ FindReplace (4).ahk
│ │ │ FindReplace.ahk
│ │ │ findtext(2).ahk
│ │ │ FindText(英文界面和注釋).ahk
│ │ │ FindText.ahk
│ │ │ FLAC Frontend (6).ahk
│ │ │ FLAC Frontend.ahk
│ │ │ Fnt.ahk
│ │ │ FontDialog (3).ahk
│ │ │ FontDialog (6).ahk
│ │ │ FontDialog.ahk
│ │ │ FontDlg (5).ahk
│ │ │ FontDlg.ahk
│ │ │ Functionlist to Markdown .ahk
│ │ │ Gdip.ahk
│ │ │ Gdip_All (5).ahk
│ │ │ Gdip_All.ahk
│ │ │ GenDocs (9).ahk
│ │ │ GenDocs-mod.ahk
│ │ │ GenDocs.ahk
│ │ │ GenerateCode (11).ahk
│ │ │ GenerateCode (5).ahk
│ │ │ GenerateCode.ahk
│ │ │ GenerateDocs (6).ahk
│ │ │ GenerateDocs (8).ahk
│ │ │ GenerateDocs.ahk
│ │ │ GetSciTEInstance.ahk
│ │ │ GlobalMenu.ahk
│ │ │ Globals (3).ahk
│ │ │ Globals (6).ahk
│ │ │ Globals.ahk
│ │ │ Grab and Drag Preferences (6).ahk
│ │ │ Grab and Drag Preferences.ahk
│ │ │ Grippers.ahk
│ │ │ GuiButtonIcon (5).ahk
│ │ │ GuiButtonIcon (8).ahk
│ │ │ GuiButtonIcon.ahk
│ │ │ GuiTabEx (5).ahk
│ │ │ GuiTabEx.ahk
│ │ │ Hotkeys.ahk
│ │ │ HTML.ahk
│ │ │ ie.ahk
│ │ │ IEGet.ahk
│ │ │ IELoad.ahk
│ │ │ IE瀏覽器.ahk
│ │ │ ILButton.ahk
│ │ │ IL_EX.ahk
│ │ │ Ini2Object.ahk
│ │ │ Input Box (5).ahk
│ │ │ Input Box.ahk
│ │ │ InputBoxEx (2).ahk
│ │ │ InputBoxEx (6).ahk
│ │ │ InputBoxEx.ahk
│ │ │ Installer (7).ahk
│ │ │ Installer (9).ahk
│ │ │ Installer.ahk
│ │ │ IntelliSense.ahk
│ │ │ Internal.ahk
│ │ │ Internet Download Manager Configuration (6).ahk
│ │ │ Internet Download Manager Configuration.ahk
│ │ │ IrfanView Slideshow.ahk
│ │ │ JoystickMouse.ahk
│ │ │ JoystickTest.ahk
│ │ │ JS.ahk
│ │ │ JSON (5).ahk
│ │ │ JSON.ahk
│ │ │ Kanji.ahk
│ │ │ Keyboard (3).ahk
│ │ │ Keyboard.ahk
│ │ │ KeyboardOnScreen.ahk
│ │ │ Keywords (3).ahk
│ │ │ Keywords (6).ahk
│ │ │ Keywords-.ahk
│ │ │ Keywords.ahk
│ │ │ listfunctions.ahk
│ │ │ listmethods.ahk
│ │ │ LVOrder.ahk
│ │ │ LV_GroupView (5).ahk
│ │ │ LV_GroupView.ahk
│ │ │ MacroCreator.ahk
│ │ │ MacroCreator_Help.ahk
│ │ │ MagicBox (12).ahk
│ │ │ MagicBox (6).ahk
│ │ │ MagicBox.ahk
│ │ │ Markdown2HTML (6).ahk
│ │ │ Markdown2HTML (8).ahk
│ │ │ Markdown2HTML.ahk
│ │ │ Menu (4).ahk
│ │ │ Menu (5).ahk
│ │ │ Menu Design Window (7).ahk
│ │ │ Menu Design Window.ahk
│ │ │ Menu.ahk
│ │ │ MenuEditor (12).ahk
│ │ │ MenuEditor (3).ahk
│ │ │ MenuEditor (6).ahk
│ │ │ MenuEditor.ahk
│ │ │ MenuSetup (3).ahk
│ │ │ MenuSetup.ahk
│ │ │ MessageBox.ahk
│ │ │ MessageBoxCheck.ahk
│ │ │ MessageBoxIndirect.ahk
│ │ │ MessageBoxTimeout.ahk
│ │ │ MinimizeToTrayMenu.ahk
│ │ │ Misc.ahk
│ │ │ MsgBoxButtonNames.ahk
│ │ │ MsgBoxC.ahk
│ │ │ MsgBoxEx (5).ahk
│ │ │ MsgBoxEx.ahk
│ │ │ MsiMessageBox.ahk
│ │ │ NewUser.ahk
│ │ │ NonNull.ahk
│ │ │ Notepad (6).ahk
│ │ │ Notepad.ahk
│ │ │ Numpad000.ahk
│ │ │ NumpadMouse.ahk
│ │ │ ParseAHKCode.ahk
│ │ │ ParseAHKCode(備份).ahk
│ │ │ Parser (4).ahk
│ │ │ Parser.ahk
│ │ │ Partition.ahk
│ │ │ Pigeons (5).ahk
│ │ │ Pigeons.ahk
│ │ │ PlatformRead (9).ahk
│ │ │ PlatformRead.ahk
│ │ │ Playback.ahk
│ │ │ Plugins.ahk
│ │ │ PrepExample.ahk
│ │ │ ProfileUpdate (9).ahk
│ │ │ ProfileUpdate.ahk
│ │ │ Progress (5).ahk
│ │ │ Progress.ahk
│ │ │ PropEdit (9).ahk
│ │ │ PropEdit.ahk
│ │ │ Properties (12).ahk
│ │ │ Properties (3).ahk
│ │ │ Properties (6).ahk
│ │ │ Properties.ahk
│ │ │ QRCode.ahk
│ │ │ Recording.ahk
│ │ │ RegEx.ahk
│ │ │ RemoteBuf (5).ahk
│ │ │ RemoteBuf (8).ahk
│ │ │ RemoteBuf.ahk
│ │ │ Resizers.ahk
│ │ │ ResourceID (13).ahk
│ │ │ ResourceID (5).ahk
│ │ │ ResourceID.ahk
│ │ │ RetrieveDocs (6).ahk
│ │ │ RetrieveDocs.ahk
│ │ │ RichCode.ahk
│ │ │ RichEdit.ahk
│ │ │ RightMenuSetup (8).ahk
│ │ │ RightMenuSetup.ahk
│ │ │ run.ahk
│ │ │ RunGetStdout (5).ahk
│ │ │ RunGetStdout.ahk
│ │ │ RunGetStdoutMod.ahk
│ │ │ runtc.ahk
│ │ │ RunWith (9).ahk
│ │ │ RunWith.ahk
│ │ │ RunZ (3).ahk
│ │ │ RunZ (6).ahk
│ │ │ RunZ (9).ahk
│ │ │ RunZ.ahk
│ │ │ RunZCmdTool.ahk
│ │ │ ScheduleTask.ahk
│ │ │ SCI (8).ahk
│ │ │ SCI (9).ahk
│ │ │ SCI.ahk
│ │ │ SciControl (9).ahk
│ │ │ SciControl.ahk
│ │ │ Scintilla (20).ahk
│ │ │ Scintilla (4).ahk
│ │ │ Scintilla (8).ahk
│ │ │ Scintilla (9).ahk
│ │ │ Scintilla.ahk
│ │ │ SciTEDebug (9).ahk
│ │ │ SciTEDebug.ahk
│ │ │ SciTEDiag (9).ahk
│ │ │ SciTEDiag.ahk
│ │ │ SciTEDirector (9).ahk
│ │ │ SciTEDirector.ahk
│ │ │ SciTEMacros (9).ahk
│ │ │ SciTEMacros.ahk
│ │ │ SciTEReload.ahk
│ │ │ SciTEUpdate.ahk
│ │ │ SciTE交互示例 (4).ahk
│ │ │ SciTE交互示例.ahk
│ │ │ SciUtil (9).ahk
│ │ │ SciUtil.ahk
│ │ │ ScriptParser.ahk
│ │ │ Scripts Manager (4).ahk
│ │ │ Scripts Manager.ahk
│ │ │ Seek_(SearchTheStartMenu).ahk
│ │ │ Settings (12).ahk
│ │ │ Settings (3).ahk
│ │ │ Settings (6).ahk
│ │ │ Settings.ahk
│ │ │ setup (2).ahk
│ │ │ Setup.ahk
│ │ │ ShellAbout.ahk
│ │ │ ShellMenu.ahk
│ │ │ ShellMessageBox.ahk
│ │ │ Size Checker.ahk
│ │ │ SmartGUI.ahk
│ │ │ SoftModalMessageBox (12).ahk
│ │ │ SoftModalMessageBox (5).ahk
│ │ │ SoftModalMessageBox.ahk
│ │ │ StrPutVar.ahk
│ │ │ StrStartsWith.ahk
│ │ │ Structor (6).ahk
│ │ │ Structor.ahk
│ │ │ StyleEdit (9).ahk
│ │ │ StyleEdit.ahk
│ │ │ StylesDlg (5).ahk
│ │ │ StylesDlg.ahk
│ │ │ SUpd.ahk
│ │ │ SUtility (8).ahk
│ │ │ SUtility.ahk
│ │ │ System.ahk
│ │ │ TabDrag.ahk
│ │ │ Taskbar and Start Menu Properties (6).ahk
│ │ │ Taskbar and Start Menu Properties.ahk
│ │ │ TaskDialog.ahk
│ │ │ TaskDialogEx (11).ahk
│ │ │ TaskDialogEx (5).ahk
│ │ │ TaskDialogEx.ahk
│ │ │ TB.ahk
│ │ │ TCMatch.ahk
│ │ │ Test.ahk
│ │ │ Test2.ahk
│ │ │ TestExample.ahk
│ │ │ TestLib (9).ahk
│ │ │ TestLib.ahk
│ │ │ TestSuite.ahk
│ │ │ Testws.ahk
│ │ │ TheArkive_CliSAK.ahk
│ │ │ TheArkive_CliSAK_Example.ahk
│ │ │ TheArkive_MsgBox2.ahk
│ │ │ TightVNC Server Configuration (6).ahk
│ │ │ TightVNC Server Configuration.ahk
│ │ │ TillaGoto (9).ahk
│ │ │ TillaGoto.ahk
│ │ │ Toolbar (28).ahk
│ │ │ Toolbar (29).ahk
│ │ │ Toolbar (31).ahk
│ │ │ Toolbar (6).ahk
│ │ │ Toolbar (7).ahk
│ │ │ Toolbar (8).ahk
│ │ │ Toolbar (9).ahk
│ │ │ Toolbar.ahk
│ │ │ ToolbarDlg.ahk
│ │ │ ToolbarEditor (11).ahk
│ │ │ ToolbarEditor (5).ahk
│ │ │ ToolbarEditor.ahk
│ │ │ ToolbarEditorHelp.ahk
│ │ │ ToolsDialog (4).ahk
│ │ │ ToolsDialog.ahk
│ │ │ TooltipMouseMenu.ahk
│ │ │ trace.ahk
│ │ │ translateApi-可調用谷歌及有道翻譯.ahk
│ │ │ TreeList (2).ahk
│ │ │ TreeList Test.ahk
│ │ │ TreeList.ahk
│ │ │ TreeListView (3).ahk
│ │ │ TreeListView.ahk
│ │ │ Types (5).ahk
│ │ │ Types.ahk
│ │ │ UltraVNC Server Property Page (6).ahk
│ │ │ UltraVNC Server Property Page.ahk
│ │ │ update.ahk
│ │ │ Util.ahk
│ │ │ VarEditGui (3).ahk
│ │ │ VarEditGui.ahk
│ │ │ VarTreeGui (3).ahk
│ │ │ VarTreeGui.ahk
│ │ │ Verifier.ahk
│ │ │ Virtuoso (11).ahk
│ │ │ Virtuoso (12).ahk
│ │ │ Virtuoso (5).ahk
│ │ │ Virtuoso.ahk
│ │ │ VolumeOSD.ahk
│ │ │ WBGet.ahk
│ │ │ web.ahk
│ │ │ websocket.ahk
│ │ │ webview2.ahk
│ │ │ web庫.ahk
│ │ │ window spy.ahk
│ │ │ Windows Live Installer (6).ahk
│ │ │ Windows Live Installer.ahk
│ │ │ Windows Media Player Settings (6).ahk
│ │ │ Windows Media Player Settings.ahk
│ │ │ Windows Run Dialog.ahk
│ │ │ WindowShading.ahk
│ │ │ WindowSpy (6).ahk
│ │ │ WindowSpy (8).ahk
│ │ │ WindowSpy.ahk
│ │ │ Windows消息.ahk
│ │ │ WinHttp (4).ahk
│ │ │ WinHttp.ahk
│ │ │ WinLIRC.ahk
│ │ │ WinRAR - Archive Name and Parameters (6).ahk
│ │ │ WinRAR - Archive Name and Parameters.ahk
│ │ │ WinRAR Settings (6).ahk
│ │ │ WinRAR Settings.ahk
│ │ │ wlist-flh.ahk
│ │ │ WordList.ahk
│ │ │ WTSSendMessage.ahk
│ │ │ XP Support.ahk
│ │ │ XPManifest.ahk
│ │ │ [auto]close.ahk
│ │ │ _GuanLian.ahk
│ │ │ _TotalCMD64.ahk
│ │ │ 主界面.ahk
│ │ │ 以指定代碼頁計算匹配對象位置及長度 (5).ahk
│ │ │ 以指定代碼頁計算匹配對象位置及長度.ahk
│ │ │ 函數.ahk
│ │ │ 函數庫.ahk
│ │ │ 參考按鈕菜單項.ahk
│ │ │ 命令庫.ahk
│ │ │ 圖片像素搜索.ahk
│ │ │ 備份-4隨系統自啟動-2021年9月29日.ahk
│ │ │ 安裝SciTE (2).ahk
│ │ │ 安裝SciTE.ahk
│ │ │ 安裝字體.ahk
│ │ │ 定時器.ahk
│ │ │ 小玩具.ahk
│ │ │ 小部分AutoHotkey源代碼片段測試模板2019年10月9日.ahk
│ │ │ 常用結構 (2).ahk
│ │ │ 常用結構.ahk
│ │ │ 延續片段學習.ahk
│ │ │ 彩色LV.ahk
│ │ │ 循環結構.ahk
│ │ │ 批量分類整理文件 3次循環.ahk
│ │ │ 批量分類整理文件.ahk
│ │ │ 按照文件擴展名批量分類整理文件-3次循環版.ahk
│ │ │ 控件.ahk
│ │ │ 文件關閉后自動壓縮備份文件20190329.ahk
│ │ │ 文本框.ahk
│ │ │ 新建 AutoHotkey Script.ahk
│ │ │ 智能F1.ahk
│ │ │ 智能Tab.ahk
│ │ │ 智能庫引用.ahk
│ │ │ 智能提示.ahk
│ │ │ 智能標點.ahk
│ │ │ 暫停.ahk
│ │ │ 殺死進程並刪除文件-用於測試.ahk
│ │ │ 桌面圖標清理和恢復.ahk
│ │ │ 正則全局模式.ahk
│ │ │ 正則提示菜單.ahk
│ │ │ 水平滾動2.ahk
│ │ │ 測試.ahk
│ │ │ 測試代碼.ahk
│ │ │ 消息框華麗版 (4).ahk
│ │ │ 消息框華麗版 (5).ahk
│ │ │ 消息框華麗版.ahk
│ │ │ 消息框(原始版、棄用).ahk
│ │ │ 環境變量.ahk
│ │ │ 電腦屏幕正上方數字時鍾.ahk
│ │ │ 界面 (6).ahk
│ │ │ 界面.ahk
│ │ │ 窗口控制.ahk
│ │ │ 等Excel工作簿關閉后自動加密壓縮備份2019年10月9日.ahk
│ │ │ 等待按鍵.ahk
│ │ │ 騰訊文檔.ahk
│ │ │ 自動將簡要描述翻譯為中文.ahk
│ │ │ 自動更新 (4).ahk
│ │ │ 自動更新.ahk
│ │ │ 表格文件關閉后自動備份.ahk
│ │ │ 語音數字v2.5ByFeiYue.ahk
│ │ │ 運行.ahk
│ │ │ 選擇結構.ahk
│ │ │ 酷我音樂按照歌手姓名批量下載FLAC音樂 AutoHotkey 腳本2020年10月11日.ahk
│ │ │ 鍵盤鼠標閑置超時3分鍾關閉騰訊微雲網盤提高騰訊微雲網盤安全性.ahk
│ │ │ 高級模式界面.ahk
│ │ │ 鼠標.ahk
│ │ │
│ │ ├─Compiler
│ │ │ Ahk2Exe.exe
│ │ │ ANSI 32-bit.bin
│ │ │ AutoHotkeySC.bin
│ │ │ Unicode 32-bit.bin
│ │ │ Unicode 64-bit.bin
│ │ │
│ │ ├─SciTE
│ │ │ │ $PORTABLE
│ │ │ │ $VER
│ │ │ │ ahk.abbrevs.properties
│ │ │ │ ahk.api
│ │ │ │ ahk.commands.properties
│ │ │ │ ahk.keywords.properties
│ │ │ │ ahk.properties
│ │ │ │ License.txt
│ │ │ │ lua.properties
│ │ │ │ other.properties
│ │ │ │ platforms.properties
│ │ │ │ SciLexer.dll
│ │ │ │ SciTE.chm
│ │ │ │ SciTE.exe
│ │ │ │ SciTEGlobal.properties
│ │ │ │ tillagoto.properties
│ │ │ │ toolbar.properties
│ │ │ │ toolicon.icl
│ │ │ │ _GuanLian.ahk
│ │ │ │ 任何修改都應在且僅在user目錄下進行(內含詳情).txt
│ │ │ │ 文件類型運行關聯和右鍵菜單漢化-編譯腳本-編譯腳本GUI-編輯腳本-GuanLian.zip
│ │ │ │
│ │ │ ├─extensions
│ │ │ │ ahk.lua
│ │ │ │ 新建文件時默認UTF-8帶BOM.lua
│ │ │ │ 自動完成增強版.lua
│ │ │ │ 運行選區代碼.lua
│ │ │ │
│ │ │ ├─locales
│ │ │ │ 簡體中文.locale.properties
│ │ │ │
│ │ │ ├─toolbar
│ │ │ │ │ ComInterface.ahk
│ │ │ │ │ Extensions.ahk
│ │ │ │ │ PlatformRead.ahk
│ │ │ │ │ ProfileUpdate.ahk
│ │ │ │ │ SciTEDirector.ahk
│ │ │ │ │ SciTEMacros.ahk
│ │ │ │ │ Toolbar.ahk
│ │ │ │ │
│ │ │ │ └─Lib
│ │ │ │ CEscape.ahk
│ │ │ │ ComDispatch.ahk
│ │ │ │ ComDispTable.ahk
│ │ │ │ ComRemote.ahk
│ │ │ │ ComVar.ahk
│ │ │ │ CUnescape.ahk
│ │ │ │ ExportExtension.ahk
│ │ │ │ ExtractExtension.ahk
│ │ │ │ Ini2Object.ahk
│ │ │ │ RemoteBuf.ahk
│ │ │ │ SciUtil.ahk
│ │ │ │ StrPutVar.ahk
│ │ │ │ Toolbar.ahk
│ │ │ │
│ │ │ ├─tools
│ │ │ │ │ $gendocs_scite
│ │ │ │ │ 001文件關閉后自動壓縮備份文件20190329.ahk
│ │ │ │ │ Autorun.ahk
│ │ │ │ │ NewUser.ahk
│ │ │ │ │ PropEdit.ahk
│ │ │ │ │ SciTEDebug.ahk
│ │ │ │ │ SciTEDiag.ahk
│ │ │ │ │ SciTEReload.ahk
│ │ │ │ │ StyleEdit.ahk
│ │ │ │ │ SUtility.ahk
│ │ │ │ │ TillaGoto.ahk
│ │ │ │ │ __AhkVer.ahk
│ │ │ │ │
│ │ │ │ ├─AHK 正則終結者
│ │ │ │ │ │ AHK 正則終結者.ahk
│ │ │ │ │ │ 正則.ico
│ │ │ │ │ │
│ │ │ │ │ └─Lib
│ │ │ │ │ BTT.ahk
│ │ │ │ │ Gdip_All.ahk
│ │ │ │ │ NonNull.ahk
│ │ │ │ │ RegEx.ahk
│ │ │ │ │ RunWith.ahk
│ │ │ │ │ SCI.ahk
│ │ │ │ │ 主界面.ahk
│ │ │ │ │ 以指定代碼頁計算匹配對象位置及長度.ahk
│ │ │ │ │ 參考按鈕菜單項.ahk
│ │ │ │ │ 智能庫引用.ahk
│ │ │ │ │
│ │ │ │ ├─AHK 爬蟲終結者
│ │ │ │ │ │ AHK 爬蟲終結者.ahk
│ │ │ │ │ │ 爬蟲.ico
│ │ │ │ │ │
│ │ │ │ │ ├─jsoneditor-5.15.0
│ │ │ │ │ │ │ jsonEditor.html
│ │ │ │ │ │ │
│ │ │ │ │ │ └─dist
│ │ │ │ │ │ │ jsoneditor.min.css
│ │ │ │ │ │ │ jsoneditor.min.js
│ │ │ │ │ │ │
│ │ │ │ │ │ └─img
│ │ │ │ │ │ jsoneditor-icons.svg
│ │ │ │ │ │
│ │ │ │ │ └─Lib
│ │ │ │ │ BTT.ahk
│ │ │ │ │ Edit.ahk
│ │ │ │ │ Fnt.ahk
│ │ │ │ │ Gdip_All.ahk
│ │ │ │ │ NonNull.ahk
│ │ │ │ │ RegEx.ahk
│ │ │ │ │ WinHttp.ahk
│ │ │ │ │
│ │ │ │ ├─AHK 腳本關聯工具
│ │ │ │ │ AHK 腳本關聯工具.ahk
│ │ │ │ │
│ │ │ │ ├─AHK-Rare
│ │ │ │ │ │ AHK-Rare.txt
│ │ │ │ │ │ AHK-Rare中文.txt
│ │ │ │ │ │ AHK-Rare中文_deepl.txt
│ │ │ │ │ │ AHKRareTheGui.ahk
│ │ │ │ │ │ Functionlist to Markdown .ahk
│ │ │ │ │ │ README.md
│ │ │ │ │ │ 自動將簡要描述翻譯為中文.ahk
│ │ │ │ │ │
│ │ │ │ │ ├─assets
│ │ │ │ │ │ AHK-Rare-Logo.png
│ │ │ │ │ │ AHK-Rare-Logo_small.jpg
│ │ │ │ │ │ GemSmall.ico
│ │ │ │ │ │
│ │ │ │ │ ├─lib
│ │ │ │ │ │ │ AutoIndent.ahk
│ │ │ │ │ │ │ class_bcrypt.ahk
│ │ │ │ │ │ │ class_GuiControlTips.ahk
│ │ │ │ │ │ │ JSON.ahk
│ │ │ │ │ │ │ RegEx.ahk
│ │ │ │ │ │ │ RemoteBuf.ahk
│ │ │ │ │ │ │ RichCode-LICENSE
│ │ │ │ │ │ │ RichCode-README.md
│ │ │ │ │ │ │ RichCode.ahk
│ │ │ │ │ │ │ RichEdit.ahk
│ │ │ │ │ │ │ Scintilla.ahk
│ │ │ │ │ │ │
│ │ │ │ │ │ └─Highlighters
│ │ │ │ │ │ AHK.ahk
│ │ │ │ │ │ CSS.ahk
│ │ │ │ │ │ HTML.ahk
│ │ │ │ │ │ JS.ahk
│ │ │ │ │ │ Util.ahk
│ │ │ │ │ │
│ │ │ │ │ └─tools
│ │ │ │ │ Ahk-Rare_Version
│ │ │ │ │ Calculate_AHK-Rare_Version-String.ahk
│ │ │ │ │
│ │ │ │ ├─ahkinfo
│ │ │ │ │ ahkinfo 1.3.5_ahk.txt
│ │ │ │ │ ahkinfo.1.3.5-ahk.ahk
│ │ │ │ │ ahkinfo.exe
│ │ │ │ │
│ │ │ │ ├─AhkSpy
│ │ │ │ │ AhkSpy.ahk
│ │ │ │ │ 窗口信息加強版.ico
│ │ │ │ │
│ │ │ │ ├─AHK_Window_Info
│ │ │ │ │ AHK_Window_Info_v1.7.ahk
│ │ │ │ │ AHK_Window_Info_v1.7.ini
│ │ │ │ │ 窗口信息.ico
│ │ │ │ │
│ │ │ │ ├─Auto-GUI
│ │ │ │ │ │ Auto-GUI.ahk
│ │ │ │ │ │ SciLexer32.dll
│ │ │ │ │ │ SciLexer64.dll
│ │ │ │ │ │ 說明.txt
│ │ │ │ │ │
│ │ │ │ │ ├─Constantine
│ │ │ │ │ │ Constantine.ahk
│ │ │ │ │ │
│ │ │ │ │ ├─Icons
│ │ │ │ │ │ 8x8.bmp
│ │ │ │ │ │ Adventure.icl
│ │ │ │ │ │ Adventure.ico
│ │ │ │ │ │ AhkDirectives.ico
│ │ │ │ │ │ Auto-GUI.icl
│ │ │ │ │ │ AutoTaskMan.icl
│ │ │ │ │ │ A_Variables.ico
│ │ │ │ │ │ Breakpoint.xpm
│ │ │ │ │ │ BugBlue.png
│ │ │ │ │ │ BugRed.png
│ │ │ │ │ │ COM Inspector.ico
│ │ │ │ │ │ Constantine.icl
│ │ │ │ │ │ Constantine.ico
│ │ │ │ │ │ DragMove.cur
│ │ │ │ │ │ Error.xpm
│ │ │ │ │ │ ErrorView.ico
│ │ │ │ │ │ Expressive.icl
│ │ │ │ │ │ Find in Files.icl
│ │ │ │ │ │ Handpoint1.xpm
│ │ │ │ │ │ Handpoint2.xpm
│ │ │ │ │ │ Handpoint3.xpm
│ │ │ │ │ │ Handpoint4.xpm
│ │ │ │ │ │ Keyboard.icl
│ │ │ │ │ │ Keyboard.ico
│ │ │ │ │ │ MagicBox.ico
│ │ │ │ │ │ Search.ico
│ │ │ │ │ │ SidePane.bmp
│ │ │ │ │ │ Sort Panel.ico
│ │ │ │ │ │ Structor.ico
│ │ │ │ │ │ Verifier.ico
│ │ │ │ │ │
│ │ │ │ │ ├─Include
│ │ │ │ │ │ CloneWindow.ahk
│ │ │ │ │ │ Controls.ahk
│ │ │ │ │ │ Designer.ahk
│ │ │ │ │ │ FontDialog.ahk
│ │ │ │ │ │ GenerateCode.ahk
│ │ │ │ │ │ Globals.ahk
│ │ │ │ │ │ Keywords.ahk
│ │ │ │ │ │ MenuEditor.ahk
│ │ │ │ │ │ Properties.ahk
│ │ │ │ │ │ ScriptParser.ahk
│ │ │ │ │ │ Settings.ahk
│ │ │ │ │ │ Styles.ini
│ │ │ │ │ │ ToolbarEditor.ahk
│ │ │ │ │ │ Windows.xml
│ │ │ │ │ │
│ │ │ │ │ ├─Lib
│ │ │ │ │ │ AutoXYWH.ahk
│ │ │ │ │ │ AuxLib.ahk
│ │ │ │ │ │ CommonDialogs.ahk
│ │ │ │ │ │ ControlColor.ahk
│ │ │ │ │ │ CreateGradient.ahk
│ │ │ │ │ │ GuiButtonIcon.ahk
│ │ │ │ │ │ LV_GroupView.ahk
│ │ │ │ │ │ Scintilla.ahk
│ │ │ │ │ │ Toolbar.ahk
│ │ │ │ │ │
│ │ │ │ │ └─Settings
│ │ │ │ │ AHK-Tools.xml
│ │ │ │ │ FileTypes.xml
│ │ │ │ │ Templates.ini
│ │ │ │ │
│ │ │ │ ├─Auto-Syntax-Tidy
│ │ │ │ │ │ Auto-Syntax-Tidy.ahk
│ │ │ │ │ │ Auto-Syntax-Tidy_v12.ahk
│ │ │ │ │ │ 代碼格式化.ico
│ │ │ │ │ │
│ │ │ │ │ └─Syntax
│ │ │ │ │ CommandNames.txt
│ │ │ │ │ Functions.txt
│ │ │ │ │ Keys.txt
│ │ │ │ │ Keywords.txt
│ │ │ │ │ Variables.txt
│ │ │ │ │
│ │ │ │ ├─AutoItMacroGenerator
│ │ │ │ │ AutoItMacroGenerator.exe
│ │ │ │ │ MySpy021.dll
│ │ │ │ │ TheHook.dll
│ │ │ │ │ 宏記錄器AutoItMacroGenerator.exe
│ │ │ │ │
│ │ │ │ ├─AutoScriptWriter
│ │ │ │ │ ASWHook.dll
│ │ │ │ │ AutoScriptWriter.exe
│ │ │ │ │ AutoScriptWriter.ico
│ │ │ │ │ AutoScriptWriter2.exe
│ │ │ │ │
│ │ │ │ ├─FindText
│ │ │ │ │ FindText.ahk
│ │ │ │ │ FindText.ico
│ │ │ │ │ 作者與作者的其它寶藏.txt
│ │ │ │ │
│ │ │ │ ├─GenDocs
│ │ │ │ │ │ .gitignore
│ │ │ │ │ │ default.css
│ │ │ │ │ │ GenDocs.ahk
│ │ │ │ │ │ README.md
│ │ │ │ │ │
│ │ │ │ │ ├─Demo
│ │ │ │ │ │ ahklogo.png
│ │ │ │ │ │ TestExample.ahk
│ │ │ │ │ │ TestLib.ahk
│ │ │ │ │ │ TestPage.md
│ │ │ │ │ │
│ │ │ │ │ └─Lib
│ │ │ │ │ GenerateDocs.ahk
│ │ │ │ │ Markdown2HTML.ahk
│ │ │ │ │ PrepExample.ahk
│ │ │ │ │ RetrieveDocs.ahk
│ │ │ │ │ StrStartsWith.ahk
│ │ │ │ │
│ │ │ │ ├─Lib
│ │ │ │ │ │ AHKType.ahk
│ │ │ │ │ │ Anchor.ahk
│ │ │ │ │ │ dbgp.ahk
│ │ │ │ │ │ DebugVarsGui.ahk
│ │ │ │ │ │ GetSciTEInstance.ahk
│ │ │ │ │ │ SciControl.ahk
│ │ │ │ │ │ SUpd.ahk
│ │ │ │ │ │
│ │ │ │ │ └─DebugVars
│ │ │ │ │ DebugVarsGui.ahk
│ │ │ │ │ empty.png
│ │ │ │ │ minus.png
│ │ │ │ │ plus.png
│ │ │ │ │ TreeListView.ahk
│ │ │ │ │ VarEditGui.ahk
│ │ │ │ │ VarTreeGui.ahk
│ │ │ │ │
│ │ │ │ ├─MagicBox
│ │ │ │ │ │ MagicBox.ahk
│ │ │ │ │ │ MagicBox.txt
│ │ │ │ │ │ 說明.txt
│ │ │ │ │ │
│ │ │ │ │ ├─Examples
│ │ │ │ │ │ Close Tabs.ahk
│ │ │ │ │ │ Error 25.ahk
│ │ │ │ │ │ Filename.ahk
│ │ │ │ │ │ Input Box.ahk
│ │ │ │ │ │ Partition.ahk
│ │ │ │ │ │ Pigeons.ahk
│ │ │ │ │ │ Progress.ahk
│ │ │ │ │ │ Types.ahk
│ │ │ │ │ │ Virtuoso.ahk
│ │ │ │ │ │ XP Support.ahk
│ │ │ │ │ │
│ │ │ │ │ ├─Functions
│ │ │ │ │ │ FatalAppExit.ahk
│ │ │ │ │ │ InputBoxEx.ahk
│ │ │ │ │ │ MessageBox.ahk
│ │ │ │ │ │ MessageBoxCheck.ahk
│ │ │ │ │ │ MessageBoxIndirect.ahk
│ │ │ │ │ │ MessageBoxTimeout.ahk
│ │ │ │ │ │ MsgBoxEx.ahk
│ │ │ │ │ │ MsiMessageBox.ahk
│ │ │ │ │ │ ShellAbout.ahk
│ │ │ │ │ │ ShellMessageBox.ahk
│ │ │ │ │ │ SoftModalMessageBox.ahk
│ │ │ │ │ │ TaskDialog.ahk
│ │ │ │ │ │ TaskDialogEx.ahk
│ │ │ │ │ │ WTSSendMessage.ahk
│ │ │ │ │ │
│ │ │ │ │ ├─Icons
│ │ │ │ │ │ 8x8.bmp
│ │ │ │ │ │ Adventure.icl
│ │ │ │ │ │ Adventure.ico
│ │ │ │ │ │ AhkDirectives.ico
│ │ │ │ │ │ Auto-GUI.icl
│ │ │ │ │ │ AutoTaskMan.icl
│ │ │ │ │ │ A_Variables.ico
│ │ │ │ │ │ Breakpoint.xpm
│ │ │ │ │ │ BugBlue.png
│ │ │ │ │ │ BugRed.png
│ │ │ │ │ │ COM Inspector.ico
│ │ │ │ │ │ Constantine.icl
│ │ │ │ │ │ Constantine.ico
│ │ │ │ │ │ DragMove.cur
│ │ │ │ │ │ Error.xpm
│ │ │ │ │ │ ErrorView.ico
│ │ │ │ │ │ Expressive.icl
│ │ │ │ │ │ Find in Files.icl
│ │ │ │ │ │ Handpoint1.xpm
│ │ │ │ │ │ Handpoint2.xpm
│ │ │ │ │ │ Handpoint3.xpm
│ │ │ │ │ │ Handpoint4.xpm
│ │ │ │ │ │ Keyboard.icl
│ │ │ │ │ │ Keyboard.ico
│ │ │ │ │ │ MagicBox.ico
│ │ │ │ │ │ Search.ico
│ │ │ │ │ │ SidePane.bmp
│ │ │ │ │ │ Sort Panel.ico
│ │ │ │ │ │ Structor.ico
│ │ │ │ │ │ Verifier.ico
│ │ │ │ │ │
│ │ │ │ │ ├─Lib
│ │ │ │ │ │ AutoXYWH.ahk
│ │ │ │ │ │ CommonDialogs.ahk
│ │ │ │ │ │ ControlColor.ahk
│ │ │ │ │ │ ExecScript.ahk
│ │ │ │ │ │ GuiButtonIcon.ahk
│ │ │ │ │ │ ResourceID.ahk
│ │ │ │ │ │
│ │ │ │ │ └─Settings
│ │ │ │ │ AHK-Tools.xml
│ │ │ │ │ FileTypes.xml
│ │ │ │ │ Templates.ini
│ │ │ │ │
│ │ │ │ ├─SciTE交互示例
│ │ │ │ │ SciTE交互示例.ahk
│ │ │ │ │
│ │ │ │ ├─TestSuite
│ │ │ │ │ TestSuite.ahk
│ │ │ │ │
│ │ │ │ ├─ViewWizard
│ │ │ │ │ ViewWizard.exe
│ │ │ │ │ ViewWizard.ico
│ │ │ │ │
│ │ │ │ ├─WindowSpy
│ │ │ │ │ WindowSpy.ahk
│ │ │ │ │ WindowSpy.exe
│ │ │ │ │
│ │ │ │ ├─安裝字體
│ │ │ │ │ Microsoft YaHei Mono.ttf.txt
│ │ │ │ │ 安裝字體.ahk
│ │ │ │ │ 安裝字體.txt
│ │ │ │ │ 安裝字體.zip
│ │ │ │ │
│ │ │ │ ├─智能操作
│ │ │ │ │ 智能F1.ahk
│ │ │ │ │ 智能Tab.ahk
│ │ │ │ │ 智能提示.ahk
│ │ │ │ │ 智能標點.ahk
│ │ │ │ │
│ │ │ │ └─自動更新
│ │ │ │ update.ahk
│ │ │ │ 自動更新.ahk
│ │ │ │
│ │ │ ├─user
│ │ │ │ │ Autorun.ahk
│ │ │ │ │ SciTE.session
│ │ │ │ │ SciTE4AutoHotkey-Plus.style.properties
│ │ │ │ │ SciTEUser.properties
│ │ │ │ │ user.ahk.abbrevs.properties
│ │ │ │ │ user.ahk.api
│ │ │ │ │ UserLuaScript.lua
│ │ │ │ │ UserToolbar.properties
│ │ │ │ │ _config.properties
│ │ │ │ │ _platform.properties
│ │ │ │ │ 用戶自定義工具欄-UserToolbar.properties-.zip
│ │ │ │ │
│ │ │ │ ├─Extensions
│ │ │ │ ├─Macros
│ │ │ │ │ Create new class.macro
│ │ │ │ │ Create new function.macro
│ │ │ │ │ If statement.macro
│ │ │ │ │
│ │ │ │ ├─Scriptlets
│ │ │ │ │ (Example) Run or activate Notepad.scriptlet
│ │ │ │ │ Progress text.scriptlet
│ │ │ │ │
│ │ │ │ ├─Settings
│ │ │ │ └─Styles
│ │ │ │ Blank.style.properties
│ │ │ │ Classic.style.properties
│ │ │ │ SciTE4AutoHotkey-Plus.style.properties
│ │ │ │
│ │ │ ├─中文幫助
│ │ │ │ AutoHotkey_CN.chm
│ │ │ │ chm_config.js
│ │ │ │
│ │ │ └─技巧
│ │ │ 1. 自動完成增強版.gif
│ │ │ 10. ctrl+d.gif
│ │ │ 11. ctrl+q.gif
│ │ │ 12. alt+左鍵.gif
│ │ │ 13. ctrl+左鍵.gif
│ │ │ 14. ctrl+b.gif
│ │ │ 15. 創建GUI.png
│ │ │ 16. 創建對話框.png
│ │ │ 17. 可搜索函數庫 (1).png
│ │ │ 17. 可搜索函數庫 (2).png
│ │ │ 18. 獲取窗口信息.png
│ │ │ 19. 獲取窗口信息增強版.png
│ │ │ 2. 智能Tab.gif
│ │ │ 20. 調試正則表達式.png
│ │ │ 21. 調試爬蟲.png
│ │ │ 22. 找字識圖取色 (1).png
│ │ │ 22. 找字識圖取色 (2).png
│ │ │ 22. 找字識圖取色 (3).png
│ │ │ 23. 集成等寬字體.png
│ │ │ 3. 智能F1.gif
│ │ │ 4. 調試代碼.gif
│ │ │ 5. 運行選區代碼.gif
│ │ │ 6. 自動縮進.gif
│ │ │ 7. 代碼格式化.gif
│ │ │ 8. 熱鍵、標簽、函數識別並跳轉.gif
│ │ │ 9. 切換ahk版本.gif
│ │ │ 技巧說明.html
│ │ │
│ │ ├─圖標
│ │ │ 16.ico
│ │ │ 32.ico
│ │ │ 48.ico
│ │ │ Delphi.ico
│ │ │ HDD (red).ico
│ │ │ ico (2).ico
│ │ │ ico-48X48.ico
│ │ │ ico.ico
│ │ │ ico2.ico
│ │ │ ico64.ico
│ │ │ laccess1.ico
│ │ │ lactivate1.ico
│ │ │ lcommu1.ico
│ │ │ lcss1.ico
│ │ │ ldpower1.ico
│ │ │ lenovo.ico
│ │ │ lfinger1.ico
│ │ │ lmedia1.ico
│ │ │ lmsgCntr1.ico
│ │ │ lpower1.ico
│ │ │ lrescue1.ico
│ │ │ lsc1.ico
│ │ │ ltools1.ico
│ │ │ ltsro1.ico
│ │ │ lupdate1.ico
│ │ │ luserguide1.ico
│ │ │ lvwmgr1.ico
│ │ │ Project1_Icon.ico
│ │ │ QuickControl1.ico
│ │ │ QuickDisplay1.ico
│ │ │ rainbow.ico
│ │ │ swift_icon.ico
│ │ │ ucloudbiz_icon.ico
│ │ │
│ │ └─電子書
│ │ AhkDll.chm
│ │
│ ├─Everything
│ │ Everything.exe
│ │ Everything.lng
│ │
│ ├─FolderSizes
│ │ FolderSizes.exe
│ │
│ ├─FSCapture
│ │ │ fsc.db
│ │ │ FSCapture.exe
│ │ │ FSCrossHair.exe
│ │ │ FSFocus.exe
│ │ │ fsrec.db
│ │ │ FSRecorder.exe
│ │ │ Portable.db
│ │ │ TBSettings.db
│ │ │
│ │ └─Languages
│ │ FSC02.fslang
│ │ FSC03.fslang
│ │
│ ├─Hash
│ │ Hash.exe
│ │
│ ├─IObitUnlocker
│ │ IObitUnlocker.exe
│ │
│ ├─JexChan
│ │ JexChan.exe
│ │
│ ├─KeePass
│ │ │ KeePass.config.xml
│ │ │ KeePass.config.zip
│ │ │ KeePass.exe
│ │ │ KeePass遠程連接堅果雲的WebDAV文件服務.txt
│ │ │
│ │ └─Languages
│ │ Chinese_Simplified.lngx
│ │
│ ├─Maye
│ │ │ app.arae
│ │ │ cfg.ini
│ │ │ cfg.zip
│ │ │ JDB.json
│ │ │ Maye.exe
│ │ │ MB.dll
│ │ │ 圖標快捷方式數據文件JDB.rar
│ │ │ 設置配置-cfg.zip
│ │ │
│ │ ├─bak
│ │ │ JDB-20220113_094958.json
│ │ │
│ │ ├─cache
│ │ │ │ MemoryCache.dat
│ │ │ │ MemoryCacheKey.json
│ │ │ │
│ │ │ ├─icon
│ │ │ │ 1000.png
│ │ │ │ 1001.png
│ │ │ │ 1002.png
│ │ │ │ 1003.png
│ │ │ │ 1004.png
│ │ │ │ 1005.png
│ │ │ │ 1006.png
│ │ │ │ 1007.png
│ │ │ │ 1008.png
│ │ │ │ 1010.png
│ │ │ │ 1011.png
│ │ │ │ 1012.png
│ │ │ │ 1013.png
│ │ │ │ 1015.png
│ │ │ │ 1016.png
│ │ │ │ 1018.png
│ │ │ │ 1019.png
│ │ │ │ 1020.png
│ │ │ │ 1021.png
│ │ │ │ 1022.png
│ │ │ │ 1023.png
│ │ │ │
│ │ │ └─search
│ │ └─skin
│ │ Black-1.less
│ │ Black-2.less
│ │ Black-3.less
│ │ Black-4.less
│ │ Blue-1.less
│ │ Blue-2.less
│ │ Blue-3.less
│ │ Blue-4.less
│ │ Blue-Dark-1.less
│ │ Blue-Dark-2.less
│ │ Blue-Dark-3.less
│ │ BlueWhite-1.less
│ │ BlueWhite-2.less
│ │ BlueWhite-3.less
│ │ BlueWhite-4.less
│ │ BlueWhite-Dark-1.less
│ │ BlueWhite-Dark-2.less
│ │ BlueWhite-Dark-3.less
│ │ Brown-1.less
│ │ Brown-2.less
│ │ Brown-3.less
│ │ BrownWhite-1.less
│ │ BrownWhite-2.less
│ │ BrownWhite-3.less
│ │ default.less
│ │ Gray-1.less
│ │ GrayWhite-1.less
│ │ Green-1.less
│ │ Green-2.less
│ │ Green-3.less
│ │ GreenWhite-1.less
│ │ GreenWhite-2.less
│ │ GreenWhite-3.less
│ │ Orange-1.less
│ │ OrangeWhite-1.less
│ │ Pink-1.less
│ │ PinkWhite-1.less
│ │ PinkWhite-2.less
│ │ Purple-1.less
│ │ Purple-2.less
│ │ PurpleWhite-1.less
│ │ PurpleWhite-2.less
│ │ Red-1.less
│ │ Red-2.less
│ │ RedWhite-1.less
│ │ RedWhite-2.less
│ │ Win11-Dark-lite.less
│ │ Win11-Dark.less
│ │ Win11-Light-lite.less
│ │ Win11-Light.less
│ │
│ ├─Robocopy
│ │ rebocopy.exe
│ │ ROBOCOPY-Test.txt
│ │ ROBOCOPY-Test.zip
│ │ Robocopy.docx
│ │ Robocopy.exe
│ │ Robocopy.pdf
│ │ Robocopy51.exe
│ │ Robocopy64.exe
│ │ Robocopy_txt.txt
│ │
│ ├─TotalCMD
│ │ │ Noclose.exe
│ │ │ run.ahk
│ │ │ run.exe
│ │ │ Share_nt.exe
│ │ │ TCMAdmin.exe
│ │ │ TCMDx64.exe
│ │ │ TCUsbrun.exe
│ │ │ TotalCMD.exe
│ │ │ TotalCMD.inc
│ │ │ WC32to16.exe
│ │ │ WinCMD.ini
│ │ │ Wincmd.key
│ │ │
│ │ ├─Language
│ │ │ Wcmd_chn.chm
│ │ │ Wcmd_chn.inc
│ │ │ Wcmd_chn.ini
│ │ │ Wcmd_chn.lng
│ │ │ Wcmd_chn.mnu
│ │ │
│ │ └─User
│ │ History.ini
│ │ TCIgnore.ini
│ │ Tclog.txt
│ │ TC用戶操作記錄-Tclog.zip
│ │ User.ini
│ │ 左右子窗口瀏覽訪問歷史記錄列表清單-History.zip
│ │ 快捷鍵Ctrl+D常用文件夾快捷訪問菜單和左右子窗口默認文件夾-User.zip
│ │
│ ├─TrafficMonitor
│ │ │ config.ini
│ │ │ global_cfg.ini
│ │ │ history_traffic.dat
│ │ │ TrafficMonitor.exe
│ │ │ TrafficMonitor.VisualElementsManifest.xml
│ │ │
│ │ ├─Logo
│ │ │ TrafficMonitor.150x150Logo.png
│ │ │ TrafficMonitor.70x70Logo.png
│ │ │
│ │ └─skins
│ │ ├─0默認皮膚
│ │ │ background.bmp
│ │ │ background_l.bmp
│ │ │ background_mask.bmp
│ │ │ background_mask_l.bmp
│ │ │ skin.ini
│ │ │
│ │ ├─皮膚01
│ │ │ background.bmp
│ │ │ background_l.bmp
│ │ │ background_mask.bmp
│ │ │ background_mask_l.bmp
│ │ │ skin.ini
│ │ │
│ │ ├─皮膚02
│ │ │ background.bmp
│ │ │ background_l.bmp
│ │ │ background_mask.bmp
│ │ │ background_mask_l.bmp
│ │ │ skin.ini
│ │ │
│ │ ├─皮膚03
│ │ │ background.bmp
│ │ │ background_l.bmp
│ │ │ skin.ini
│ │ │
│ │ ├─皮膚04
│ │ │ background.bmp
│ │ │ background_l.bmp
│ │ │ skin.ini
│ │ │
│ │ ├─皮膚05
│ │ │ background.bmp
│ │ │ background_l.bmp
│ │ │ skin.ini
│ │ │
│ │ ├─皮膚06
│ │ │ background.bmp
│ │ │ background_l.bmp
│ │ │ skin.ini
│ │ │
│ │ ├─皮膚07
│ │ │ background.bmp
│ │ │ background_l.bmp
│ │ │ skin.ini
│ │ │
│ │ ├─皮膚08
│ │ │ background.bmp
│ │ │ background_l.bmp
│ │ │ skin.ini
│ │ │
│ │ ├─皮膚09
│ │ │ background.bmp
│ │ │ background_l.bmp
│ │ │ skin.ini
│ │ │
│ │ ├─皮膚10
│ │ │ background.bmp
│ │ │ background_l.bmp
│ │ │ skin.ini
│ │ │
│ │ ├─皮膚11
│ │ │ background.bmp
│ │ │ background_l.bmp
│ │ │ skin.ini
│ │ │
│ │ └─皮膚12
│ │ background.bmp
│ │ background_l.bmp
│ │ skin.xml
│ │
│ ├─xcopy
│ │ xcopy.exe
│ │
│ └─騰訊文檔
│ 使用說明 騰訊文檔 docs.qq.com.gif
│ 使用說明 騰訊文檔 docs.qq.com.jpg
│ 使用說明 騰訊文檔 docs.qq.com.png
│ 騰訊文檔.ahk
│ 騰訊文檔.bat
│ 騰訊文檔.url
│ 騰訊文檔.vbs

├─Program-2
│ ├─CGI-plus
│ │ CGI-plus.exe
│ │
│ ├─FileZillaPro
│ │ │ FileZillaPro.exe
│ │ │ FileZillaPro.jpg
│ │ │ fzdefaults.xml
│ │ │ fzputtygen.exe
│ │ │ fzregutil.exe
│ │ │ fzsftp.exe
│ │ │ fzshellext.dll
│ │ │ fzshellext_64.dll
│ │ │ fzstorj.exe
│ │ │ GPL.html
│ │ │ libfilezilla-13.dll
│ │ │ libfilezilla-22.dll
│ │ │ libfzpro-commonui-private-3-54-1.dll
│ │ │ libfzpro-commonui-private-3-56-1.dll
│ │ │ libfzpro-private-3-54-1.dll
│ │ │ libfzpro-private-3-56-1.dll
│ │ │ libgcc_s_seh-1.dll
│ │ │ libgcc_s_sjlj-1.dll
│ │ │ libgmp-10.dll
│ │ │ libgnutls-30.dll
│ │ │ libhogweed-6.dll
│ │ │ libjson-c-4.dll
│ │ │ libnettle-8.dll
│ │ │ libpng16-16.dll
│ │ │ libsqlite3-0.dll
│ │ │ libstdc++-6.dll
│ │ │ msimg32.dll
│ │ │ run.vbs
│ │ │ uninstall.exe
│ │ │ wxbase30u_gcc_custom.dll
│ │ │ wxbase30u_xml_gcc_custom.dll
│ │ │ wxmsw30u_adv_gcc_custom.dll
│ │ │ wxmsw30u_aui_gcc_custom.dll
│ │ │ wxmsw30u_core_gcc_custom.dll
│ │ │ wxmsw30u_xrc_gcc_custom.dll
│ │ │ zlib1.dll
│ │ │ 圖標52.ico
│ │ │
│ │ ├─Data
│ │ │ filezilla.xml
│ │ │ layout.xml
│ │ │ queue.sqlite3
│ │ │ sitemanager.xml
│ │ │ tokenstore.xml
│ │ │ trustedcerts.xml
│ │ │ 站點管理器-我的站點-sitemanager - 副本.zip
│ │ │ 站點管理器-我的站點-sitemanager.zip
│ │ │
│ │ ├─docs
│ │ │ fzdefaults.xml.example
│ │ │ terms.md
│ │ │
│ │ ├─filezillacfg
│ │ │ filezilla.xml
│ │ │ layout.xml
│ │ │ sitemanager.xml
│ │ │ tokenstore.xml
│ │ │ trustedcerts.xml
│ │ │ 傳輸隊列記錄保存在此文件中請不要覆蓋原有傳輸隊列queue.sqlite3
│ │ │
│ │ ├─locales
│ │ │ ├─an
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─ar
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─az
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─bg_BG
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─ca
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─ca_ES@valencia
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─co
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─cs_CZ
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─cy
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─da
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─de
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─el
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─es
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─et
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─eu
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─fa_IR
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─fi_FI
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─fr
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─gl_ES
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─he_IL
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─hr
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─hu_HU
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─hy
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─id_ID
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─is
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─it
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─ja_JP
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─ka
│ │ │ │ filezilla.mo
│ │ │ │
│ │ │ ├─kab
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─km_KH
│ │ │ │ filezilla.mo
│ │ │ │
│ │ │ ├─ko_KR
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─ku
│ │ │ │ filezilla.mo
│ │ │ │
│ │ │ ├─ky
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─lo_LA
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─lt_LT
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─lv_LV
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─mk_MK
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─nb_NO
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─ne
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─nl
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─nn_NO
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─oc
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─pl_PL
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─pt_BR
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─pt_PT
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─ro_RO
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─ru
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─sk_SK
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─sl_SI
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─sr
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─sv
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─ta
│ │ │ │ filezilla.mo
│ │ │ │
│ │ │ ├─th_TH
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─tr
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─uk_UA
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─vi_VN
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ ├─zh_CN
│ │ │ │ filezilla.mo
│ │ │ │ libfilezilla.mo
│ │ │ │
│ │ │ └─zh_TW
│ │ │ filezilla.mo
│ │ │ libfilezilla.mo
│ │ │
│ │ └─resources
│ │ │ defaultfilters.xml
│ │ │ finished.wav
│ │ │
│ │ ├─16x16
│ │ │ filezilla.png
│ │ │ throbber.gif
│ │ │ unknown.png
│ │ │
│ │ ├─20x20
│ │ │ unknown.png
│ │ │
│ │ ├─24x24
│ │ │ unknown.png
│ │ │
│ │ ├─32x32
│ │ │ filezilla.png
│ │ │
│ │ ├─480x480
│ │ │ filezilla.png
│ │ │ filezilla_pro.png
│ │ │
│ │ ├─48x48
│ │ │ filezilla.png
│ │ │
│ │ ├─blukis
│ │ │ │ theme.xml
│ │ │ │
│ │ │ ├─16x16
│ │ │ │ ascii.png
│ │ │ │ auto.png
│ │ │ │ binary.png
│ │ │ │ bookmark.png
│ │ │ │ bookmarks.png
│ │ │ │ cancel.png
│ │ │ │ compare.png
│ │ │ │ disconnect.png
│ │ │ │ download.png
│ │ │ │ downloadadd.png
│ │ │ │ file.png
│ │ │ │ filter.png
│ │ │ │ find.png
│ │ │ │ folder.png
│ │ │ │ folderback.png
│ │ │ │ folderclosed.png
│ │ │ │ folderup.png
│ │ │ │ help.png
│ │ │ │ localtreeview.png
│ │ │ │ lock.png
│ │ │ │ logview.png
│ │ │ │ processqueue.png
│ │ │ │ queueview.png
│ │ │ │ reconnect.png
│ │ │ │ refresh.png
│ │ │ │ remotetreeview.png
│ │ │ │ server.png
│ │ │ │ showhidden.png
│ │ │ │ sitemanager.png
│ │ │ │ speedlimits.png
│ │ │ │ symlink.png
│ │ │ │ synchronize.png
│ │ │ │ upload.png
│ │ │ │ uploadadd.png
│ │ │ │
│ │ │ ├─32x32
│ │ │ │ ascii.png
│ │ │ │ auto.png
│ │ │ │ binary.png
│ │ │ │ bookmark.png
│ │ │ │ bookmarks.png
│ │ │ │ cancel.png
│ │ │ │ compare.png
│ │ │ │ disconnect.png
│ │ │ │ download.png
│ │ │ │ downloadadd.png
│ │ │ │ file.png
│ │ │ │ filter.png
│ │ │ │ find.png
│ │ │ │ folder.png
│ │ │ │ folderback.png
│ │ │ │ folderclosed.png
│ │ │ │ folderup.png
│ │ │ │ help.png
│ │ │ │ localtreeview.png
│ │ │ │ lock.png
│ │ │ │ logview.png
│ │ │ │ processqueue.png
│ │ │ │ queueview.png
│ │ │ │ reconnect.png
│ │ │ │ refresh.png
│ │ │ │ remotetreeview.png
│ │ │ │ server.png
│ │ │ │ showhidden.png
│ │ │ │ sitemanager.png
│ │ │ │ speedlimits.png
│ │ │ │ symlink.png
│ │ │ │ synchronize.png
│ │ │ │ upload.png
│ │ │ │ uploadadd.png
│ │ │ │
│ │ │ └─48x48
│ │ │ ascii.png
│ │ │ auto.png
│ │ │ binary.png
│ │ │ bookmark.png
│ │ │ bookmarks.png
│ │ │ cancel.png
│ │ │ compare.png
│ │ │ disconnect.png
│ │ │ download.png
│ │ │ downloadadd.png
│ │ │ file.png
│ │ │ filter.png
│ │ │ find.png
│ │ │ folder.png
│ │ │ folderback.png
│ │ │ folderclosed.png
│ │ │ folderup.png
│ │ │ help.png
│ │ │ localtreeview.png
│ │ │ lock.png
│ │ │ logview.png
│ │ │ processqueue.png
│ │ │ queueview.png
│ │ │ reconnect.png
│ │ │ refresh.png
│ │ │ remotetreeview.png
│ │ │ server.png
│ │ │ showhidden.png
│ │ │ sitemanager.png
│ │ │ speedlimits.png
│ │ │ symlink.png
│ │ │ synchronize.png
│ │ │ upload.png
│ │ │ uploadadd.png
│ │ │
│ │ ├─classic
│ │ │ │ theme.xml
│ │ │ │
│ │ │ └─16x16
│ │ │ ascii.png
│ │ │ auto.png
│ │ │ binary.png
│ │ │ bookmark.png
│ │ │ cancel.png
│ │ │ compare.png
│ │ │ disconnect.png
│ │ │ download.png
│ │ │ downloadadd.png
│ │ │ file.png
│ │ │ filter.png
│ │ │ find.png
│ │ │ folder.png
│ │ │ folderclosed.png
│ │ │ localtreeview.png
│ │ │ lock.png
│ │ │ logview.png
│ │ │ processqueue.png
│ │ │ queueview.png
│ │ │ reconnect.png
│ │ │ refresh.png
│ │ │ remotetreeview.png
│ │ │ server.png
│ │ │ sitemanager.png
│ │ │ speedlimits.png
│ │ │ symlink.png
│ │ │ synchronize.png
│ │ │ upload.png
│ │ │ uploadadd.png
│ │ │
│ │ ├─cyril
│ │ │ │ theme.xml
│ │ │ │
│ │ │ └─16x16
│ │ │ ascii.png
│ │ │ auto.png
│ │ │ binary.png
│ │ │ bookmark.png
│ │ │ cancel.png
│ │ │ compare.png
│ │ │ disconnect.png
│ │ │ download.png
│ │ │ downloadadd.png
│ │ │ file.png
│ │ │ folder.png
│ │ │ folderback.png
│ │ │ folderclosed.png
│ │ │ folderup.png
│ │ │ help.png
│ │ │ localtreeview.png
│ │ │ logview.png
│ │ │ processqueue.png
│ │ │ queueview.png
│ │ │ reconnect.png
│ │ │ refresh.png
│ │ │ remotetreeview.png
│ │ │ server.png
│ │ │ showhidden.png
│ │ │ sitemanager.png
│ │ │ speedlimits.png
│ │ │ synchronize.png
│ │ │ upload.png
│ │ │ uploadadd.png
│ │ │
│ │ ├─default
│ │ │ │ theme.xml
│ │ │ │
│ │ │ └─480x480
│ │ │ acl.png
│ │ │ ascii.png
│ │ │ auto.png
│ │ │ binary.png
│ │ │ bookmark.png
│ │ │ bookmarks.png
│ │ │ cancel.png
│ │ │ close.png
│ │ │ compare.png
│ │ │ disconnect.png
│ │ │ download.png
│ │ │ downloadadd.png
│ │ │ dropdown.png
│ │ │ file.png
│ │ │ filter.png
│ │ │ find.png
│ │ │ folder.png
│ │ │ folderback.png
│ │ │ folderclosed.png
│ │ │ folderup.png
│ │ │ help.png
│ │ │ leds.png
│ │ │ localtreeview.png
│ │ │ lock.png
│ │ │ logview.png
│ │ │ processqueue.png
│ │ │ queueview.png
│ │ │ reconnect.png
│ │ │ refresh.png
│ │ │ remotetreeview.png
│ │ │ server.png
│ │ │ showhidden.png
│ │ │ sitemanager.png
│ │ │ sort_down_dark.png
│ │ │ sort_down_light.png
│ │ │ sort_up_dark.png
│ │ │ sort_up_light.png
│ │ │ speedlimits.png
│ │ │ storageclass.png
│ │ │ symlink.png
│ │ │ synchronize.png
│ │ │ synctransfer.png
│ │ │ upload.png
│ │ │ uploadadd.png
│ │ │
│ │ ├─flatzilla
│ │ │ │ theme.xml
│ │ │ │
│ │ │ ├─16x16
│ │ │ │ ascii.png
│ │ │ │ auto.png
│ │ │ │ binary.png
│ │ │ │ bookmark.png
│ │ │ │ cancel.png
│ │ │ │ compare.png
│ │ │ │ disconnect.png
│ │ │ │ download.png
│ │ │ │ downloadadd.png
│ │ │ │ file.png
│ │ │ │ filter.png
│ │ │ │ find.png
│ │ │ │ folder.png
│ │ │ │ folderclosed.png
│ │ │ │ help.png
│ │ │ │ leds.png
│ │ │ │ localtreeview.png
│ │ │ │ lock.png
│ │ │ │ logview.png
│ │ │ │ processqueue.png
│ │ │ │ queueview.png
│ │ │ │ reconnect.png
│ │ │ │ refresh.png
│ │ │ │ remotetreeview.png
│ │ │ │ server.png
│ │ │ │ sitemanager.png
│ │ │ │ speedlimits.png
│ │ │ │ synchronize.png
│ │ │ │ upload.png
│ │ │ │ uploadadd.png
│ │ │ │
│ │ │ ├─24x24
│ │ │ │ ascii.png
│ │ │ │ auto.png
│ │ │ │ binary.png
│ │ │ │ bookmark.png
│ │ │ │ cancel.png
│ │ │ │ compare.png
│ │ │ │ disconnect.png
│ │ │ │ download.png
│ │ │ │ downloadadd.png
│ │ │ │ file.png
│ │ │ │ filter.png
│ │ │ │ find.png
│ │ │ │ folder.png
│ │ │ │ folderclosed.png
│ │ │ │ help.png
│ │ │ │ leds.png
│ │ │ │ localtreeview.png
│ │ │ │ lock.png
│ │ │ │ logview.png
│ │ │ │ processqueue.png
│ │ │ │ queueview.png
│ │ │ │ reconnect.png
│ │ │ │ refresh.png
│ │ │ │ remotetreeview.png
│ │ │ │ server.png
│ │ │ │ sitemanager.png
│ │ │ │ speedlimits.png
│ │ │ │ synchronize.png
│ │ │ │ upload.png
│ │ │ │ uploadadd.png
│ │ │ │
│ │ │ ├─32x32
│ │ │ │ ascii.png
│ │ │ │ auto.png
│ │ │ │ binary.png
│ │ │ │ bookmark.png
│ │ │ │ cancel.png
│ │ │ │ compare.png
│ │ │ │ disconnect.png
│ │ │ │ download.png
│ │ │ │ downloadadd.png
│ │ │ │ file.png
│ │ │ │ filter.png
│ │ │ │ find.png
│ │ │ │ folder.png
│ │ │ │ folderclosed.png
│ │ │ │ help.png
│ │ │ │ leds.png
│ │ │ │ localtreeview.png
│ │ │ │ lock.png
│ │ │ │ logview.png
│ │ │ │ processqueue.png
│ │ │ │ queueview.png
│ │ │ │ reconnect.png
│ │ │ │ refresh.png
│ │ │ │ remotetreeview.png
│ │ │ │ server.png
│ │ │ │ sitemanager.png
│ │ │ │ speedlimits.png
│ │ │ │ synchronize.png
│ │ │ │ upload.png
│ │ │ │ uploadadd.png
│ │ │ │
│ │ │ └─48x48
│ │ │ ascii.png
│ │ │ auto.png
│ │ │ binary.png
│ │ │ bookmark.png
│ │ │ cancel.png
│ │ │ compare.png
│ │ │ disconnect.png
│ │ │ download.png
│ │ │ downloadadd.png
│ │ │ file.png
│ │ │ filter.png
│ │ │ find.png
│ │ │ folder.png
│ │ │ folderclosed.png
│ │ │ help.png
│ │ │ leds.png
│ │ │ localtreeview.png
│ │ │ lock.png
│ │ │ logview.png
│ │ │ processqueue.png
│ │ │ queueview.png
│ │ │ reconnect.png
│ │ │ refresh.png
│ │ │ remotetreeview.png
│ │ │ server.png
│ │ │ sitemanager.png
│ │ │ speedlimits.png
│ │ │ synchronize.png
│ │ │ upload.png
│ │ │ uploadadd.png
│ │ │
│ │ ├─lone
│ │ │ │ theme.xml
│ │ │ │
│ │ │ ├─16x16
│ │ │ │ ascii.png
│ │ │ │ auto.png
│ │ │ │ binary.png
│ │ │ │ bookmark.png
│ │ │ │ cancel.png
│ │ │ │ compare.png
│ │ │ │ disconnect.png
│ │ │ │ download.png
│ │ │ │ downloadadd.png
│ │ │ │ file.png
│ │ │ │ filter.png
│ │ │ │ folder.png
│ │ │ │ folderback.png
│ │ │ │ folderclosed.png
│ │ │ │ folderup.png
│ │ │ │ help.png
│ │ │ │ localtreeview.png
│ │ │ │ lock.png
│ │ │ │ logview.png
│ │ │ │ processqueue.png
│ │ │ │ queueview.png
│ │ │ │ reconnect.png
│ │ │ │ refresh.png
│ │ │ │ remotetreeview.png
│ │ │ │ server.png
│ │ │ │ showhidden.png
│ │ │ │ sitemanager.png
│ │ │ │ speedlimits.png
│ │ │ │ synchronize.png
│ │ │ │ upload.png
│ │ │ │ uploadadd.png
│ │ │ │
│ │ │ ├─32x32
│ │ │ │ ascii.png
│ │ │ │ auto.png
│ │ │ │ binary.png
│ │ │ │ bookmark.png
│ │ │ │ cancel.png
│ │ │ │ compare.png
│ │ │ │ disconnect.png
│ │ │ │ download.png
│ │ │ │ downloadadd.png
│ │ │ │ file.png
│ │ │ │ filter.png
│ │ │ │ folder.png
│ │ │ │ folderback.png
│ │ │ │ folderclosed.png
│ │ │ │ folderup.png
│ │ │ │ help.png
│ │ │ │ localtreeview.png
│ │ │ │ lock.png
│ │ │ │ logview.png
│ │ │ │ processqueue.png
│ │ │ │ queueview.png
│ │ │ │ reconnect.png
│ │ │ │ refresh.png
│ │ │ │ remotetreeview.png
│ │ │ │ showhidden.png
│ │ │ │ sitemanager.png
│ │ │ │ speedlimits.png
│ │ │ │ synchronize.png
│ │ │ │ upload.png
│ │ │ │ uploadadd.png
│ │ │ │
│ │ │ └─48x48
│ │ │ ascii.png
│ │ │ auto.png
│ │ │ binary.png
│ │ │ bookmark.png
│ │ │ cancel.png
│ │ │ compare.png
│ │ │ disconnect.png
│ │ │ download.png
│ │ │ downloadadd.png
│ │ │ file.png
│ │ │ filter.png
│ │ │ folder.png
│ │ │ folderback.png
│ │ │ folderclosed.png
│ │ │ folderup.png
│ │ │ help.png
│ │ │ localtreeview.png
│ │ │ lock.png
│ │ │ logview.png
│ │ │ processqueue.png
│ │ │ queueview.png
│ │ │ reconnect.png
│ │ │ refresh.png
│ │ │ remotetreeview.png
│ │ │ showhidden.png
│ │ │ sitemanager.png
│ │ │ speedlimits.png
│ │ │ synchronize.png
│ │ │ upload.png
│ │ │ uploadadd.png
│ │ │
│ │ ├─minimal
│ │ │ │ theme.xml
│ │ │ │
│ │ │ ├─16x16
│ │ │ │ ascii.png
│ │ │ │ auto.png
│ │ │ │ binary.png
│ │ │ │ bookmark.png
│ │ │ │ bookmarks.png
│ │ │ │ cancel.png
│ │ │ │ compare.png
│ │ │ │ disconnect.png
│ │ │ │ download.png
│ │ │ │ downloadadd.png
│ │ │ │ file.png
│ │ │ │ filter.png
│ │ │ │ find.png
│ │ │ │ folder.png
│ │ │ │ folderback.png
│ │ │ │ folderclosed.png
│ │ │ │ folderup.png
│ │ │ │ help.png
│ │ │ │ localtreeview.png
│ │ │ │ lock.png
│ │ │ │ logview.png
│ │ │ │ processqueue.png
│ │ │ │ queueview.png
│ │ │ │ reconnect.png
│ │ │ │ refresh.png
│ │ │ │ remotetreeview.png
│ │ │ │ server.png
│ │ │ │ showhidden.png
│ │ │ │ sitemanager.png
│ │ │ │ speedlimits.png
│ │ │ │ synchronize.png
│ │ │ │ upload.png
│ │ │ │ uploadadd.png
│ │ │ │
│ │ │ └─32x32
│ │ │ file.png
│ │ │
│ │ ├─opencrystal
│ │ │ │ theme.xml
│ │ │ │
│ │ │ ├─16x16
│ │ │ │ ascii.png
│ │ │ │ auto.png
│ │ │ │ binary.png
│ │ │ │ bookmark.png
│ │ │ │ cancel.png
│ │ │ │ compare.png
│ │ │ │ disconnect.png
│ │ │ │ download.png
│ │ │ │ downloadadd.png
│ │ │ │ file.png
│ │ │ │ filter.png
│ │ │ │ find.png
│ │ │ │ folder.png
│ │ │ │ folderback.png
│ │ │ │ folderclosed.png
│ │ │ │ folderup.png
│ │ │ │ help.png
│ │ │ │ localtreeview.png
│ │ │ │ lock.png
│ │ │ │ logview.png
│ │ │ │ processqueue.png
│ │ │ │ queueview.png
│ │ │ │ reconnect.png
│ │ │ │ refresh.png
│ │ │ │ remotetreeview.png
│ │ │ │ server.png
│ │ │ │ showhidden.png
│ │ │ │ sitemanager.png
│ │ │ │ speedlimits.png
│ │ │ │ synchronize.png
│ │ │ │ upload.png
│ │ │ │ uploadadd.png
│ │ │ │
│ │ │ ├─20x20
│ │ │ │ server.png
│ │ │ │
│ │ │ ├─24x24
│ │ │ │ server.png
│ │ │ │
│ │ │ ├─32x32
│ │ │ │ ascii.png
│ │ │ │ auto.png
│ │ │ │ binary.png
│ │ │ │ bookmark.png
│ │ │ │ cancel.png
│ │ │ │ compare.png
│ │ │ │ disconnect.png
│ │ │ │ download.png
│ │ │ │ downloadadd.png
│ │ │ │ file.png
│ │ │ │ filter.png
│ │ │ │ find.png
│ │ │ │ folder.png
│ │ │ │ folderback.png
│ │ │ │ folderclosed.png
│ │ │ │ folderup.png
│ │ │ │ help.png
│ │ │ │ localtreeview.png
│ │ │ │ lock.png
│ │ │ │ logview.png
│ │ │ │ processqueue.png
│ │ │ │ queueview.png
│ │ │ │ reconnect.png
│ │ │ │ refresh.png
│ │ │ │ remotetreeview.png
│ │ │ │ showhidden.png
│ │ │ │ sitemanager.png
│ │ │ │ speedlimits.png
│ │ │ │ synchronize.png
│ │ │ │ upload.png
│ │ │ │ uploadadd.png
│ │ │ │
│ │ │ └─48x48
│ │ │ ascii.png
│ │ │ auto.png
│ │ │ binary.png
│ │ │ bookmark.png
│ │ │ cancel.png
│ │ │ compare.png
│ │ │ disconnect.png
│ │ │ download.png
│ │ │ downloadadd.png
│ │ │ file.png
│ │ │ filter.png
│ │ │ find.png
│ │ │ folder.png
│ │ │ folderback.png
│ │ │ folderclosed.png
│ │ │ folderup.png
│ │ │ help.png
│ │ │ localtreeview.png
│ │ │ lock.png
│ │ │ logview.png
│ │ │ processqueue.png
│ │ │ queueview.png
│ │ │ reconnect.png
│ │ │ refresh.png
│ │ │ remotetreeview.png
│ │ │ showhidden.png
│ │ │ sitemanager.png
│ │ │ speedlimits.png
│ │ │ synchronize.png
│ │ │ upload.png
│ │ │ uploadadd.png
│ │ │
│ │ ├─sun
│ │ │ │ theme.xml
│ │ │ │
│ │ │ └─48x48
│ │ │ ascii.png
│ │ │ auto.png
│ │ │ binary.png
│ │ │ bookmark.png
│ │ │ cancel.png
│ │ │ compare.png
│ │ │ disconnect.png
│ │ │ download.png
│ │ │ downloadadd.png
│ │ │ file.png
│ │ │ filter.png
│ │ │ find.png
│ │ │ folder.png
│ │ │ folderback.png
│ │ │ folderclosed.png
│ │ │ folderup.png
│ │ │ help.png
│ │ │ localtreeview.png
│ │ │ lock.png
│ │ │ logview.png
│ │ │ processqueue.png
│ │ │ queueview.png
│ │ │ reconnect.png
│ │ │ refresh.png
│ │ │ remotetreeview.png
│ │ │ showhidden.png
│ │ │ sitemanager.png
│ │ │ speedlimits.png
│ │ │ synchronize.png
│ │ │ upload.png
│ │ │ uploadadd.png
│ │ │
│ │ ├─tango
│ │ │ │ theme.xml
│ │ │ │
│ │ │ ├─16x16
│ │ │ │ ascii.png
│ │ │ │ auto.png
│ │ │ │ binary.png
│ │ │ │ bookmark.png
│ │ │ │ cancel.png
│ │ │ │ compare.png
│ │ │ │ disconnect.png
│ │ │ │ download.png
│ │ │ │ downloadadd.png
│ │ │ │ file.png
│ │ │ │ filter.png
│ │ │ │ find.png
│ │ │ │ folder.png
│ │ │ │ folderclosed.png
│ │ │ │ localtreeview.png
│ │ │ │ lock.png
│ │ │ │ logview.png
│ │ │ │ processqueue.png
│ │ │ │ queueview.png
│ │ │ │ reconnect.png
│ │ │ │ refresh.png
│ │ │ │ remotetreeview.png
│ │ │ │ server.png
│ │ │ │ sitemanager.png
│ │ │ │ synchronize.png
│ │ │ │ unknown.png
│ │ │ │ upload.png
│ │ │ │ uploadadd.png
│ │ │ │
│ │ │ ├─32x32
│ │ │ │ ascii.png
│ │ │ │ auto.png
│ │ │ │ binary.png
│ │ │ │ bookmark.png
│ │ │ │ cancel.png
│ │ │ │ compare.png
│ │ │ │ disconnect.png
│ │ │ │ download.png
│ │ │ │ downloadadd.png
│ │ │ │ file.png
│ │ │ │ filter.png
│ │ │ │ find.png
│ │ │ │ folder.png
│ │ │ │ folderclosed.png
│ │ │ │ localtreeview.png
│ │ │ │ lock.png
│ │ │ │ logview.png
│ │ │ │ processqueue.png
│ │ │ │ queueview.png
│ │ │ │ reconnect.png
│ │ │ │ refresh.png
│ │ │ │ remotetreeview.png
│ │ │ │ server.png
│ │ │ │ sitemanager.png
│ │ │ │ synchronize.png
│ │ │ │ unknown.png
│ │ │ │ upload.png
│ │ │ │ uploadadd.png
│ │ │ │
│ │ │ └─48x48
│ │ │ ascii.png
│ │ │ auto.png
│ │ │ binary.png
│ │ │ bookmark.png
│ │ │ cancel.png
│ │ │ compare.png
│ │ │ disconnect.png
│ │ │ download.png
│ │ │ downloadadd.png
│ │ │ file.png
│ │ │ filter.png
│ │ │ find.png
│ │ │ folder.png
│ │ │ folderclosed.png
│ │ │ localtreeview.png
│ │ │ lock.png
│ │ │ logview.png
│ │ │ processqueue.png
│ │ │ queueview.png
│ │ │ reconnect.png
│ │ │ refresh.png
│ │ │ remotetreeview.png
│ │ │ server.png
│ │ │ sitemanager.png
│ │ │ synchronize.png
│ │ │ unknown.png
│ │ │ upload.png
│ │ │ uploadadd.png
│ │ │
│ │ └─xrc
│ │ dialogs.xrc
│ │ netconfwizard.xrc
│ │
│ └─JPGCompact
│ JPGCompact.exe

├─Setup
│ ├─7-Zip
│ │ ; as-Setup-7-Zip-old.ahk
│ │ ; as-Setup-7-Zip.ahk
│ │
│ ├─AutoHotkey
│ │ AutoHotkey_1.1.33.10_setup.exe
│ │
│ ├─Delphi7
│ │ ;as-Setup-Delphi7.ahk
│ │ Delphi7_Lite_Full_Edition_1.png
│ │ Delphi7_Lite_Full_Edition_2.png
│ │ Delphi7_Lite_Full_Edition_3.png
│ │ Delphi7_Lite_Full_Edition_4.png
│ │ Delphi7_Lite_Full_Edition_5.png
│ │ Delphi7_Lite_Full_Edition_Setup_7.3.4.2_Build_20110801.txt
│ │
│ └─WinRAR
│ ; as-Setup-WinRAR-Ver2.ahk
│ as-Setup-WinRAR.ahk
│ WinRAR-x64.exe
│ WinRAR.exe

└─說明文檔
Tree-2.txt
Tree.txt
殺死進程並刪除文件-用於測試.rar
說明文檔.docx
說明文檔.pdf


; 12、Z:\as-Setup\Program\AutoHotkey\SciTE\user\

;

; Z:\as-Setup\Program\AutoHotkey\SciTE\user\

; SciTE4AutoHotkey toolbar user settings file
;
; You are encouraged to edit this file!
;

; Tool definitions are in the following format:
; =Tool Name|Command line|Hotkey (optional)|Icon (optional)
; Paths support the following variables:
; %FILENAME% represents the filename of the current script
; %FILEPATH% represents the path to the current script
; %FULLFILENAME% represents the path and filename of the current script
; %SCITEDIR% represents the directory where SciTE resides
; %USERDIR% represents the user SciTE directory (My Documents\AutoHotkey\SciTE)
; %PLATFORM% represents the active platform
; %LOCALAHK% is the path of SciTE4AutoHotkey's internal copy of AutoHotkey.exe
; %AUTOHOTKEY% is the path of AutoHotkey.exe
; %ICONRES% is the toolbar icon library
; Use - or -- to add separators.

; Place here your tools

; Place here your scriptlets (required by the Scriptlet Utility)

--
=代碼格式化 (Auto-Syntax-Tidy) (Ctrl+4)|%LOCALAHK% tools\Auto-Syntax-Tidy\Auto-Syntax-Tidy_v12.ahk|^4
--
=窗口信息(ahkinfo)|%SCITEDIR%\tools\ahkinfo\ahkinfo.exe||%ICONRES%,9
=窗口信息(ViewWizard)|%SCITEDIR%\tools\ViewWizard\ViewWizard.exe||%SCITEDIR%\tools\ViewWizard\ViewWizard.ico
=窗口信息(WindowSpy)|%SCITEDIR%\tools\WindowSpy\WindowSpy.ahk||%ICONRES%,9
=窗口信息工具 (AHK_Window_Info) (Ctrl+6)|%SCITEDIR%\..\AutoHotkeyU32.exe tools\AHK_Window_Info\AHK_Window_Info_v1.7.ahk|^6|%ICONRES%,9
=窗口信息(Spy++)|%SCITEDIR%\tools\Spy++\Spyxx.exe||%ICONRES%,9
=系統信息(CLISD)|%SCITEDIR%\tools\CLISD\CLISD.exe||%ICONRES%,9
=顏色信息(ColorFinder)|%SCITEDIR%\tools\ColorFinder\ColorFinder.ahk||%ICONRES%,9

--
=宏錄制(MacroCreator)(Ctrl+1)|%SCITEDIR%\tools\MacroCreator\MacroCreator.exe|^1|%SCITEDIR%\tools2\MacroCreator\MacroCreator.ico
=宏錄制(Au3Record)|%SCITEDIR%\tools\Au3Record\Au3Record.exe||%SCITEDIR%\tools2\Au3Record\Au3Record.ico
=宏錄制(AutoScriptWriter)|%SCITEDIR%\tools\AutoScriptWriter\AutoScriptWriter.exe||%SCITEDIR%\tools2\AutoScriptWriter\AutoScriptWriter.ico
--
=AutoGUI (Ctrl+5)|%LOCALAHK% tools\AutoGUI\AutoGUI.ahk|^5|tools\AutoGUI\Icons\AutoGUI.icl,1
=AHK 正則終結者 (Ctrl+7)|%LOCALAHK% "tools\AHK 正則終結者\AHK 正則終結者.ahk"|^7|
--
=愛碼源碼倉庫(Ctrl+3)|%SCITEDIR%\tools\iCodeRepository3\iCodeRepository3.exe|^3|%SCITEDIR%\tools2\iCodeRepository3\iCodeRepository3.ico
=源碼正文搜索(FileLocatorPro)|%SCITEDIR%\tools\FileLocatorPro\FileLocatorPro.exe||%SCITEDIR%\tools2\FileLocatorPro\FileLocatorPro.ico
=提取圖標修改資源(eXeScope)|%SCITEDIR%\tools\eXeScope\eXeScope.exe||%SCITEDIR%\tools2\eXeScope\eXeScope.ico

; 13、Z:\as-Setup\Program\KeePass\KeePass.config.xml

;

; 14、Z:\as-Setup\Program\Maye\JDB.json

;

; 15、Z:\as-Setup\Program\Maye\cfg.ini

;

; 16、ROBOCOPY-Test.bat

ROBOCOPY.EXE %A_ScriptDir%\%ProgramPath%\ %ProgramDrive%\%ProgramPath%\ /e /mt /r:3 /w:3 *.*

ROBOCOPY.EXE %~dp0%ProgramPath%\ %ProgramDrive%\%ProgramPath%\ /e /mt /r:3 /w:3 *.*

;

; 17、騰訊文檔.bat

explorer.exe https://docs.qq.com/desktop

;


; /*
;
; ====================================
; ===== 測試 AutoHotkey 腳本代碼 =====
; ====================================
;
;
; 文件02 : Z:\ASetup\AHK\TestAHK\TestAHK.ahk
; ( Z:是RaiDrive異地遠程連接群暉WebDAV文件服務之后映射而成的虛擬磁盤,
; 當RaiDrive安裝失敗時可以用NetDrive2或者WebDrive代替)
;
; 腳本作者 : ds920
; 作者郵箱 : 595076941@qq.com
; 最新版本 : 1.1
; 更新時間 : 2022年1月11日
;
; 項目主頁 : https://gitee.com/ds920/as-
;
; 用法:
; 請按快捷鍵 F4 來編輯臨時AHK測試文件
; 請保存AHK腳本文件后按快捷鍵 F6 來測試AHK腳本文件
;
; 已知的問題 :
;
; =======================================================
; */


```
;
; ====================================
; ===== 測試 AutoHotkey 腳本代碼 =====
; ====================================
;
#SingleInstance, force
#Persistent
#NoEnv
RunWith("admin")
DetectHiddenWindows,On
SetTitleMatchMode,2
SendMode Input
SetWorkingDir %A_ScriptDir%
; ----------------------------------------
global TempletAHK
global TempTime
global TestAHK
TempletAHK=D:\Program\AHK\TestAHK\Templet.ahk
Hotkey,F4,NewAHK
ToolTip,請按快捷鍵 F4 來編輯臨時AHK測試文件
SetTimer, RemoveToolTip, -8000
Hotkey,F6,TestAHK
FileCreateDir,D:\Program\AHK\TestAHK\Test
return
; =========================================
NewAHK()
{
TempTime=%A_YYYY%%A_MM%%A_DD%_%A_Hour%%A_Min%%A_Sec%
TestAHK=D:\Program\AHK\TestAHK\Test\TestAHK-%TempTime%.ahk
FileCopy,%TempletAHK%,%TestAHK%,0
SetWorkingDir,D:\Program\AutoHotkey\SciTE\中文幫助
Run,D:\Program\AutoHotkey\SciTE\SciTE.exe %TestAHK%
ToolTip,請保存AHK腳本文件后按快捷鍵 F6 來測試AHK腳本文件
SetTimer, RemoveToolTip, -8000
}
;
TestAHK()
{
ToolTip,第%TempTime%號測試
SetTimer, RemoveToolTip, -8000
Run,%TestAHK%
}
;
RemoveToolTip:
ToolTip
return

;
/*

RunWith —— 強制以管理員權限、普通權限、ANSI、U32、U64 運行自身。
其他
21年4月8日
4
1.7k
官方幫助里有一段管理員權限運行自身的代碼,但是那段代碼有4個問題。

1是不能指定ahk版本。

2是不能降權運行(管理員權限降為普通權限)。

3是會丟失傳入的參數。

4是每次復制粘貼一遍代碼很煩。

本函數解決了以上4個問題。

使用方法:

將以下代碼保存為文件“RunWith.ahk”。
放入本地庫、用戶庫、標准庫其中任意一個里(例如 “X:\我的電腦\Documents\AutoHotkey\Lib”)。

測試代碼:(使用 Unicode32 版本並以管理員權限運行自身)

#Include A_ScriptDir\Include\RunWith.ahk
RunWith("admin",32)
當前AHK版本 := (!A_IsUnicode) ? "ANSI" : (A_PtrSize=4) ? "Unicode 32" : "Unicode 64"
當前權限 := (A_IsAdmin=1) ? "管理員權限" : "普通權限"
MsgBox, % "當前AHK版本: " 當前AHK版本 "`n`n當前權限: " 當前權限

*/

; 強制自身進程以 管理員權限 或 普通權限 或 ANSI 或 U32 或 U64 版本運行。
; 例1: runwith("admin","u32") 強制自身以 u32 + 管理員權限 運行。
; 例2: runwith("","ansi") 強制自身以 ansi 版本運行(權限不變)。
; 例3: runwith("normal") 強制自身以 普通權限 運行(版本不變)。
RunWith(RunAsAdmin:="Default", ANSI_U32_U64:="Default")
{
; 格式化預期的模式
switch, RunAsAdmin
{
case "Normal","Standard","No","0": RunAsAdmin:=0
case "Admin","Yes","1": RunAsAdmin:=1
case "default": RunAsAdmin:=A_IsAdmin
default: RunAsAdmin:=A_IsAdmin
}
switch, ANSI_U32_U64
{
case "A32","ANSI","A": ANSI_U32_U64:="AutoHotkeyA32.exe"
case "U32","X32","32": ANSI_U32_U64:="AutoHotkeyU32.exe"
case "U64","X64","64": ANSI_U32_U64:="AutoHotkeyU64.exe"
case "default": ANSI_U32_U64:="AutoHotkey.exe"
default: ANSI_U32_U64:="AutoHotkey.exe"
}
; 獲取傳遞給 “.ahk” 的用戶參數(不是 /restart 之類傳遞給 “.exe” 的開關參數)
for k, v in A_Args
{
if (RunAsAdmin=1)
{
; 轉義所有的引號與轉義符號
v:=StrReplace(v, "\", "\\")
v:=StrReplace(v, """", "\""")
; 無論參數中是否有空格,都給參數兩邊加上引號
; Run 的內引號是 "
ScriptParameters .= (ScriptParameters="") ? """" v """" : A_Space """" v """"
}
else
{
; 轉義所有的引號與轉義符號
; 注意要轉義兩次 Run 和 RunAs.exe
v:=StrReplace(v, "\", "\\")
v:=StrReplace(v, """", "\""")
v:=StrReplace(v, "\", "\\")
v:=StrReplace(v, """", "\""")
; 無論參數中是否有空格,都給參數兩邊加上引號
; RunAs.exe 的內引號是 \"
ScriptParameters .= (ScriptParameters="") ? "\""" v "\""" : A_Space "\""" v "\"""
}
}
; 判斷當前 exe 是什么版本
if (!A_IsUnicode)
RunningEXE:="AutoHotkeyA32.exe"
else if (A_PtrSize=4)
RunningEXE:="AutoHotkeyU32.exe"
else if (A_PtrSize=8)
RunningEXE:="AutoHotkeyU64.exe"
; 運行模式與預期相同,則直接返回。 ANSI_U32_U64="AutoHotkey.exe" 代表不對 ahk 版本做要求。
if (A_IsAdmin=RunAsAdmin and (ANSI_U32_U64="AutoHotkey.exe" or ANSI_U32_U64=RunningEXE))
return
; 如果當前已經是使用 /restart 參數重啟的進程,則報錯避免反復重啟導致死循環。
else if (RegExMatch(DllCall("GetCommandLine", "str"), " /restart(?!\S)"))
{
預期權限:=(RunAsAdmin=1) ? "管理員權限" : "普通權限"
當前權限:=(A_IsAdmin=1) ? "管理員權限" : "普通權限"
ErrorMessage=
(LTrim
預期使用: %ANSI_U32_U64%
當前使用: %RunningEXE%
預期權限: %預期權限%
當前權限: %當前權限%
程序即將退出。
)
MsgBox 0x40030, 運行狀態與預期不一致, %ErrorMessage%
ExitApp
}
else
{
; 獲取 AutoHotkey.exe 的路徑
SplitPath, A_AhkPath, , Dir
if (RunAsAdmin=0)
{
; 強制普通權限運行
switch, A_IsCompiled
{
; %A_ScriptFullPath% 必須加引號,否則含空格的路徑會被截斷。%ScriptParameters% 必須不加引號,因為構造時已經加了。
; 工作目錄不用單獨指定,默認使用 A_WorkingDir 。
case, "1": Run, RunAs.exe /trustlevel:0x20000 "\"%A_ScriptFullPath%\" /restart %ScriptParameters%",, Hide
default: Run, RunAs.exe /trustlevel:0x20000 "\"%Dir%\%ANSI_U32_U64%\" /restart \"%A_ScriptFullPath%\" %ScriptParameters%",, Hide
}
}
else
{
; 強制管理員權限運行
switch, A_IsCompiled
{
; %A_ScriptFullPath% 必須加引號,否則含空格的路徑會被截斷。%ScriptParameters% 必須不加引號,因為構造時已經加了。
; 工作目錄不用單獨指定,默認使用 A_WorkingDir 。
case, "1": Run, *RunAs "%A_ScriptFullPath%" /restart %ScriptParameters%
default: Run, *RunAs "%Dir%\%ANSI_U32_U64%" /restart "%A_ScriptFullPath%" %ScriptParameters%
}
}
ExitApp
}
}

; ===== 此腳本結束 =====
```


; /*
;
; ====================================
; ===== 測試 AutoHotkey 腳本代碼 =====
; ====================================
;
;
; 文件02 : Z:\ASetup\AHK\TestAHK\Templet.ahk
; ( Z:是RaiDrive異地遠程連接群暉WebDAV文件服務之后映射而成的虛擬磁盤,
; 當RaiDrive安裝失敗時可以用NetDrive2或者WebDrive代替)
;
; 腳本作者 : ds920
; 作者郵箱 : 595076941@qq.com
; 最新版本 : 1.1
; 更新時間 : 2022年1月11日
;
; 項目主頁 : https://gitee.com/ds920/as-
;
; 用法:
; 請按快捷鍵 F4 來編輯臨時AHK測試文件
; 請保存AHK腳本文件后按快捷鍵 F6 來測試AHK腳本文件
;
; 已知的問題 :
;
; =======================================================
; */


```

#SingleInstance, force
#Persistent
RunWith("admin")
DetectHiddenWindows,On
SetTitleMatchMode,2
; 把要測試的代碼復制到此處
; 保存此AHK腳本文件
; 按快捷鍵 F6 運行此腳本
; --------------------------------------------------------------------------------
; --------------------------------------------------------------------------------
ToolTip,% A_ScriptFullPath,333,333
MsgBox,,,% A_AhkPath,3

 

ExitApp

; --------------------------------------------------------------------------------
; --------------------------------------------------------------------------------
#NoEnv
SendMode Input
SetWorkingDir %A_ScriptDir%
;
/*

RunWith —— 強制以管理員權限、普通權限、ANSI、U32、U64 運行自身。
其他
21年4月8日
4
1.7k
官方幫助里有一段管理員權限運行自身的代碼,但是那段代碼有4個問題。

1是不能指定ahk版本。

2是不能降權運行(管理員權限降為普通權限)。

3是會丟失傳入的參數。

4是每次復制粘貼一遍代碼很煩。

本函數解決了以上4個問題。

使用方法:

將以下代碼保存為文件“RunWith.ahk”。
放入本地庫、用戶庫、標准庫其中任意一個里(例如 “X:\我的電腦\Documents\AutoHotkey\Lib”)。

測試代碼:(使用 Unicode32 版本並以管理員權限運行自身)

#Include A_ScriptDir\Include\RunWith.ahk
RunWith("admin",32)
當前AHK版本 := (!A_IsUnicode) ? "ANSI" : (A_PtrSize=4) ? "Unicode 32" : "Unicode 64"
當前權限 := (A_IsAdmin=1) ? "管理員權限" : "普通權限"
MsgBox, % "當前AHK版本: " 當前AHK版本 "`n`n當前權限: " 當前權限

*/

; 強制自身進程以 管理員權限 或 普通權限 或 ANSI 或 U32 或 U64 版本運行。
; 例1: runwith("admin","u32") 強制自身以 u32 + 管理員權限 運行。
; 例2: runwith("","ansi") 強制自身以 ansi 版本運行(權限不變)。
; 例3: runwith("normal") 強制自身以 普通權限 運行(版本不變)。
RunWith(RunAsAdmin:="Default", ANSI_U32_U64:="Default")
{
; 格式化預期的模式
switch, RunAsAdmin
{
case "Normal","Standard","No","0": RunAsAdmin:=0
case "Admin","Yes","1": RunAsAdmin:=1
case "Default": RunAsAdmin:=A_IsAdmin
default: RunAsAdmin:=A_IsAdmin
}
switch, ANSI_U32_U64
{
case "A32","ANSI","A": ANSI_U32_U64:="AutoHotkeyA32.exe"
case "U32","X32","32": ANSI_U32_U64:="AutoHotkeyU32.exe"
case "U64","X64","64": ANSI_U32_U64:="AutoHotkeyU64.exe"
case "Default": ANSI_U32_U64:="AutoHotkey.exe"
default: ANSI_U32_U64:="AutoHotkey.exe"
}
; 獲取傳遞給 “.ahk” 的用戶參數(不是 /restart 之類傳遞給 “.exe” 的開關參數)
for k, v in A_Args
{
if (RunAsAdmin=1)
{
; 轉義所有的引號與轉義符號
v:=StrReplace(v, "\", "\\")
v:=StrReplace(v, """", "\""")
; 無論參數中是否有空格,都給參數兩邊加上引號
; Run 的內引號是 "
ScriptParameters .= (ScriptParameters="") ? """" v """" : A_Space """" v """"
}
else
{
; 轉義所有的引號與轉義符號
; 注意要轉義兩次 Run 和 RunAs.exe
v:=StrReplace(v, "\", "\\")
v:=StrReplace(v, """", "\""")
v:=StrReplace(v, "\", "\\")
v:=StrReplace(v, """", "\""")
; 無論參數中是否有空格,都給參數兩邊加上引號
; RunAs.exe 的內引號是 \"
ScriptParameters .= (ScriptParameters="") ? "\""" v "\""" : A_Space "\""" v "\"""
}
}
; 判斷當前 exe 是什么版本
if (!A_IsUnicode)
RunningEXE:="AutoHotkeyA32.exe"
else if (A_PtrSize=4)
RunningEXE:="AutoHotkeyU32.exe"
else if (A_PtrSize=8)
RunningEXE:="AutoHotkeyU64.exe"
; 運行模式與預期相同,則直接返回。 ANSI_U32_U64="AutoHotkey.exe" 代表不對 ahk 版本做要求。
if (A_IsAdmin=RunAsAdmin and (ANSI_U32_U64="AutoHotkey.exe" or ANSI_U32_U64=RunningEXE))
return
; 如果當前已經是使用 /restart 參數重啟的進程,則報錯避免反復重啟導致死循環。
else if (RegExMatch(DllCall("GetCommandLine", "str"), " /restart(?!\S)"))
{
預期權限:=(RunAsAdmin=1) ? "管理員權限" : "普通權限"
當前權限:=(A_IsAdmin=1) ? "管理員權限" : "普通權限"
ErrorMessage=
(LTrim
預期使用: %ANSI_U32_U64%
當前使用: %RunningEXE%
預期權限: %預期權限%
當前權限: %當前權限%
程序即將退出。
)
MsgBox 0x40030, 運行狀態與預期不一致, %ErrorMessage%
ExitApp
}
else
{
; 獲取 AutoHotkey.exe 的路徑
SplitPath, A_AhkPath, , Dir
if (RunAsAdmin=0)
{
; 強制普通權限運行
switch, A_IsCompiled
{
; %A_ScriptFullPath% 必須加引號,否則含空格的路徑會被截斷。%ScriptParameters% 必須不加引號,因為構造時已經加了。
; 工作目錄不用單獨指定,默認使用 A_WorkingDir 。
case, "1": Run, RunAs.exe /trustlevel:0x20000 "\"%A_ScriptFullPath%\" /restart %ScriptParameters%",, Hide
default: Run, RunAs.exe /trustlevel:0x20000 "\"%Dir%\%ANSI_U32_U64%\" /restart \"%A_ScriptFullPath%\" %ScriptParameters%",, Hide
}
}
else
{
; 強制管理員權限運行
switch, A_IsCompiled
{
; %A_ScriptFullPath% 必須加引號,否則含空格的路徑會被截斷。%ScriptParameters% 必須不加引號,因為構造時已經加了。
; 工作目錄不用單獨指定,默認使用 A_WorkingDir 。
case, "1": Run, *RunAs "%A_ScriptFullPath%" /restart %ScriptParameters%
default: Run, *RunAs "%Dir%\%ANSI_U32_U64%" /restart "%A_ScriptFullPath%" %ScriptParameters%
}
}
ExitApp
}
}


```

 

; =====  此文章到此行結束 =====

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM