码迷,mamicode.com
首页 > 其他好文 > 详细

fszipx.exe

时间:2016-06-01 15:30:01      阅读:212      评论:0      收藏:0      [点我收藏+]

标签:

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

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

 

COPY /B "C:\Tools\FsZipX\FsZipX.exe" /B + "C:\My Documents\Example.zip" /B "C:\My Documents\Example.exe"

where 

FsZipX.exe is located in C:\Tools\FsZipX
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%\Release\NDA\AMD BIOSDBG Portable.zip" "%DEVROOT%\Release\NDA\AMD BIOSDBG Portable.exe"

 

 

 

fszipx.exe

标签:

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!