1 Star 0 Fork 13

王凯/AutoUpdate

forked from jerry.xu/AutoUpdate 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
clean & backup.bat 585 Bytes
一键复制 编辑 原始数据 按行查看 历史
orca.zhang 提交于 2018-05-13 22:55 . :beginner:initial commit
@echo cleaning...
@echo del /q /s *.pdb *.aps *.opt *.plg *.ncb *.ilk *.update *.exe
del /q /s *.pdb *.aps *.opt *.plg *.ncb *.ilk *.update *.exe
;--------------------x86------------------------
@echo rd /q /s "AutoUpdateConfig\Debug"
rd /q /s "AutoUpdateConfig\Debug"
@echo rd /q /s "AutoUpdate\Debug"
rd /q /s "AutoUpdate\Debug"
set hh=%time:~0,2%
if /i %hh% LSS 10 (
set hh=0%hh:~1,1%
)
set filename=AutoUpdate_%date:~0,4%%date:~5,2%%date:~8,2%%hh%%time:~3,2%%time:~6,2%.7z
"D:\Program Files\HaoZip\HaoZipc" a -t7z %filename% -r *.*
xcopy %filename% ..\
del %filename%
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/stdplus_wangkai/AutoUpdate.git
git@gitee.com:stdplus_wangkai/AutoUpdate.git
stdplus_wangkai
AutoUpdate
AutoUpdate
master

搜索帮助