标题: [格式转换] Bat_To_Exe_Converter作为命令行第三方时的用法 [打印本页]
作者: zdeity 时间: 2021-9-6 09:54 标题: Bat_To_Exe_Converter作为命令行第三方时的用法
本帖最后由 zdeity 于 2021-9-6 10:01 编辑
我今天偶然发现了Bat_To_Exe_Converter可以作为命令行第三方使用
蓝奏云下载链接:https://zdeity.lanzoui.com/i539stnuo6h
方法如下- Usage
-
- Bat_To_Exe_Converter /bat infile.bat /exe outfile.exe {Options}
-
-
- Options
-
- /bat [filename] The source batch file
- /exe [filename] The filename of the executable
- /icon [filename] The icon of the executable
- /include [filename] Include an additional file/folder
- /password [password] Password protect the executable
- /invisible Create an invisible application
- /x64 Create a 64 Bit application
- /workdir [directory] The working directory
- /extractdir [directory] The extract directory
- /uac-admin Add administrator privileges to the executable
- /uac-user Add user privileges to the executable
- /upx Compress the executable with UPX
- /async Extract embedded items asynchronous
- /deleteonexit Delete embedded items on exit
- /overwrite Overwrite existing files
- /attributes Store the file attributes of embedded items
- /display Display the short path names of embedded items
- /fileversion [string] File version number
- /productversion [string] Product version number
- /productname [string] Product name
- /originalfilename [string]Original file name
- /internalname [string] Internal name
- /description [string] Description
- /company [string] Company name
- /trademarks [string] Trademarks
- /copyright [string] Copyright
- /privatebuild [string] Private build
- /specialbuild [string] Special build
- /comments [string] Comments
-
-
- Examples
-
- Bat_To_Exe_Converter /bat infile.bat /exe outfile.exe
- Bat_To_Exe_Converter /bat infile.bat /exe outfile.exe /include myfile.txt
- Bat_To_Exe_Converter /bat infile.bat /exe outfile.exe /x64 /uac-admin
- Bat_To_Exe_Converter /bat infile.bat /exe outfile.exe /workdir 10 /invisible
- Bat_To_Exe_Converter /bat infile.bat /exe outfile.exe /include myfolder
复制代码
我用Google翻译得到的翻译结果如下- 用法
-
- Bat_To_Exe_Converter /bat infile.bat /exe outfile.exe {选项}
-
-
- 选项
-
- /bat [filename] 源批处理文件
- /exe [filename] 可执行文件的文件名
- /icon [filename] 可执行文件的图标
- /include [文件名] 包括一个额外的文件/文件夹
- /password [password] 密码保护可执行文件
- /invisible 创建一个不可见的应用程序
- /x64 创建 64 位应用程序
- /workdir [目录] 工作目录
- /extractdir [directory] 解压目录
- /uac-admin 为可执行文件添加管理员权限
- /uac-user 为可执行文件添加用户权限
- /upx 用 UPX 压缩可执行文件
- /async 异步提取嵌入的项目
- /deleteonexit 在退出时删除嵌入的项目
- /overwrite 覆盖现有文件
- /attributes 存储嵌入项目的文件属性
- /display 显示嵌入项目的短路径名
- /fileversion [string] 文件版本号
- /productversion [string] 产品版本号
- /productname [string] 产品名称
- /originalfilename [string]原始文件名
- /internalname [string] 内部名称
- /description [字符串] 说明
- /company [字符串] 公司名称
- /trademarks [字符串] 商标
- /copyright [字符串] 版权
- /privatebuild [string] 私有构建
- /specialbuild [string] 特殊版本
- /comments [字符串] 评论
-
-
- 例子
-
- Bat_To_Exe_Converter /bat infile.bat /exe outfile.exe
- Bat_To_Exe_Converter /bat infile.bat /exe outfile.exe /include myfile.txt
- Bat_To_Exe_Converter /bat infile.bat /exe outfile.exe /x64 /uac-admin
- Bat_To_Exe_Converter /bat infile.bat /exe outfile.exe /workdir 10 /invisible
- Bat_To_Exe_Converter /bat infile.bat /exe outfile.exe /include myfolder
复制代码
作者: cmd1152 时间: 2021-9-6 12:36
第三方命令行的 Bat转EXE 的HELP.EXE有写...
作者: cmd1152 时间: 2021-9-6 12:37
http://bbs.bathome.net/thread-59254-1-2.html
作者: zdeity 时间: 2021-9-6 17:24
回复 3# cmd1152
那就当我是换个链接吧
作者: zdeity 时间: 2021-9-6 17:24
回复 3# cmd1152
或者是翻译了一下
作者: cmd1152 时间: 2021-9-6 17:51
回复 5# zdeity
部分作品
作者: locoman 时间: 2021-9-6 23:33
回复 1# zdeity [
谢谢楼主无私奉献!!
/include [文件名] 包括一个额外的文件/文件夹
/invisible 创建一个不可见的应用程序
/async 异步提取嵌入的项目
等等这些还是理解不到真实的作用啊!
作者: zdeity 时间: 2021-9-7 08:32
本帖最后由 zdeity 于 2021-9-7 09:02 编辑
回复 7# locoman
/invisible 创建一个不可见的应用程序 -- 指的是创建出的exe自动隐藏cmd窗口,
/include [文件名] 包括一个额外的文件/文件夹 -- 经过测试,它的意思是运行exe时会自动把include的文件(夹)释放出来,做安装包的时候可以用
/async 异步提取嵌入的项目 -- 这是和/include [文件名]一起用的,作用就是异步提取文件,建议不要选(一般异步会降低效率)
欢迎光临 批处理之家 (http://www.bathome.net/) |
Powered by Discuz! 7.2 |