希望对大家有帮助。
;AutoIt3封装命令 详解
;ID:qinazt
;http://www.autoitx.com/
;** This is a list of compiler directives used by AutoIt3Wrapper.exe.
;** comment the lines you don't need or else it will override the default settings
;===============================================================================================================
;** AUTOIT3 settings
#AutoIt3Wrapper_Version=
;(B/P) Use Beta or Production for AutoIt3 and AUT2EXE. Default is P
;版本 B测试版 P完成版
#AutoIt3Wrapper_Run_Debug_Mode=
;(Y/N)Run Script with console debugging. Default=N
;运行于调试模式下
;===============================================================================================================
;** AUT2EXE settings
#AutoIt3Wrapper_UseAnsi=
;(Y/N) Use Ansi versions for AutoIt3a or AUT2EXEa. Default=N
;选择用户标准
#AutoIt3Wrapper_Icon=
;Filename of the Ico file to use
;图标
#AutoIt3Wrapper_OutFile=
;Target exe/a3x filename.
;输出文件名
#AutoIt3Wrapper_OutFile_Type=
;a3x=small AutoIt3 file; exe=Standalone executable (Default)
;输出文件类型
#AutoIt3Wrapper_Compression=
;Compression parameter 0-4 0=Low 2=normal 4=High. Default=2
;压缩等级
#AutoIt3Wrapper_UseUpx=
;(Y/N) Compress output program. Default=Y
;压缩输出
;===============================================================================================================
;** Target program Resource info
;目标程序资源信息
#AutoIt3Wrapper_Res_Comment=
;Comment field
;注释
#AutoIt3Wrapper_Res_Description=
;Description field
;描述
#AutoIt3Wrapper_Res_Fileversion=
;File Version
;版本
#AutoIt3Wrapper_Res_FileVersion_AutoIncrement=
;(Y/N/P) AutoIncrement FileVersion After Aut2EXE is finished. default=N
;P=Prompt, Will ask at Compilation time if you want to increase the version number.
;自动增加文件版本
#AutoIt3Wrapper_Res_Language=2057
;Resource Language code . default 2057=English (United Kingdom)
;语言
#AutoIt3Wrapper_Res_LegalCopyright=
;Copyright field
;版权
#AutoIt3Wrapper_Res_Field=AutoIt Version|%AutoItVer%
; free form resource fields ... max 15
; you can use the following variables:
; %AutoItVer% which will be replaced with the version of AutoIt3
; %date% = PC date in short date format
; %longdate% = PC date in long date format
; %time% = PC timeformat
; eg: #AutoIt3Wrapper_Res_Field=AutoIt Version|%AutoItVer%
;自定义项目
#AutoIt3Wrapper_Res_Icon_Add= ; Filename of ICO to be added.
#AutoIt3Wrapper_Res_Icon_Add= ; Filename of ICO to be added.
#AutoIt3Wrapper_Res_File_Add= ; Filename[,Section [,ResName]] to be added.
#AutoIt3Wrapper_Res_File_Add= ; Filename[,Section [,ResName]] to be added.
;Add extra ICO files to the resources which can be used with TraySetIcon(@ScriptFullPath, 3) etc
;list of filename of the Ico files to be added, First one will have number 3, then 4 ..etc
;添加额外的图标 文件名
;===============================================================================================================
; Tidy Settings
;脚本整理设置
#AutoIt3Wrapper_Run_Tidy=
;(Y/N) Run Tidy before compilation. default=N
;编译前整理
#AutoIt3Wrapper_Tidy_Stop_OnError=
;(Y/N) Continue when only Warnings. default=Y
;忽略警告
;===============================================================================================================
; Obfuscator
;代码迷惑
#AutoIt3Wrapper_Run_Obfuscator=
;(Y/N) Run Obfuscator before compilation. default=N
;编译器进行代码迷惑 好像有加密的效果
#obfuscator_parameters
;代码迷惑参数
;===============================================================================================================
; AU3CHECK settings
#AutoIt3Wrapper_Run_AU3Check=
;(Y/N) Run au3check before compilation. Default=Y
#AutoIt3Wrapper_AU3Check_Parameters=
;Au3Check parameters
#AutoIt3Wrapper_AU3Check_Stop_OnWarning=
;(Y/N) N=Continue on Warnings.(Default) Y=Always stop on Warnings
#AutoIt3Wrapper_AU3Check_Parameters=
;Au3Check parameters
#AutoIt3Wrapper_PlugIn_Funcs=
;Define PlugIn function names separated by a Comma to avoid AU3Check errors
;===============================================================================================================
; cvsWrapper settings
#AutoIt3Wrapper_Run_cvsWrapper=
;(Y/N/V) Run cvsWrapper to update the script source. default=N
;V=only when version is increased by #AutoIt3Wrapper_Res_FileVersion_AutoIncrement.
#AutoIt3Wrapper_cvsWrapper_Parameters= ; /NoPrompt : Will skip the cvsComments prompt" & @CRLF & _
; /Comments : Text to added in the cvsComments. It can also contain the below variables.
;===============================================================================================================
; RUN BEFORE AND AFTER definitions
; The following directives can contain:
; %in% , %out%, %icon% which will be replaced by the fullpath\filename.
; %scriptdir% same as @ScriptDir and %scriptfile% = filename without extension.
; %fileversion% is the information from the #AutoIt3Wrapper_Res_Fileversion directive
; %scitedir% will be replaced by the SciTE program directory
; %autoitdir% will be replaced by the AutoIt3 program directory
#AutoIt3Wrapper_Run_Before=
;process to run before compilation - you can have multiple records that will be processed in sequence
#AutoIt3Wrapper_Run_After=
;process to run After compilation - you can have multiple records that will be processed in sequence
#EndRegion
|