标签:
来源: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"
标签:
原文地址:http://www.cnblogs.com/spriteflk/p/5549662.html