fszipx.exe

来源:http://www.funduc.com/fszipx.htm

是个免费软件,用于把.zip转化为.exe自解压文件。

COPY /B "C:ToolsFsZipXFsZipX.exe" /B + "C:My DocumentsExample.zip" /B "C:My DocumentsExample.exe"

where 

FsZipX.exe is located in C:ToolsFsZipX
Example.zip is located in C:My Documents
Example.exe is to be located in C:My Documents

Notes:

- The above sample command line must be one single line. It may be line wrapped as you view this because of your editor display.
- Surround all paths with spaces in them with " characters.
copy /B %DevRoot%FsZipX.exe + "%DEVROOT%ReleaseNDAAMD BIOSDBG Portable.zip" "%DEVROOT%ReleaseNDAAMD BIOSDBG Portable.exe"

 

 

原文地址:https://www.cnblogs.com/spriteflk/p/5549662.html