找回密码
 加入
搜索
查看: 39677|回复: 123

[原创] AutoIt3封装命令 详解

 火... [复制链接]
发表于 2009-1-26 23:22:43 | 显示全部楼层 |阅读模式
希望对大家有帮助。
;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

评分

参与人数 1金钱 +15 贡献 +10 收起 理由
破帽遮颜 + 15 + 10 精品文章

查看全部评分

发表于 2009-1-27 00:48:50 | 显示全部楼层


沙发呀~

来顶一个先~
发表于 2009-1-27 14:57:13 | 显示全部楼层
ding.....................................................
发表于 2009-1-27 17:37:54 | 显示全部楼层
不是很明白???
发表于 2009-1-27 19:13:05 | 显示全部楼层
这个标题............还是顶了
发表于 2009-1-27 19:29:38 | 显示全部楼层
找了很久了~谢谢分享!
发表于 2009-1-30 11:36:58 | 显示全部楼层
这个是做什么用的,编译AU3?
发表于 2009-1-30 14:31:15 | 显示全部楼层
收藏 谢谢分享...
发表于 2009-1-31 10:38:00 | 显示全部楼层
谢谢分享!
发表于 2009-2-1 17:14:36 | 显示全部楼层
好东西 学习一下 多谢了
发表于 2009-2-4 11:33:14 | 显示全部楼层
学习了 谢谢楼主分享
发表于 2009-4-11 23:28:10 | 显示全部楼层
虽然不懂,。但还是谢谢你
发表于 2009-4-21 22:31:07 | 显示全部楼层
這個依定要感恩樓主唷
发表于 2009-4-22 10:53:16 | 显示全部楼层
不是很明白。
发表于 2009-4-24 23:13:45 | 显示全部楼层
怎么用,举一个例子啊
您需要登录后才可以回帖 登录 | 加入

本版积分规则

QQ|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度

GMT+8, 2024-5-2 16:07 , Processed in 0.077839 second(s), 20 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表