1 Star 0 Fork 5

zhanhuaxiong/BattleServer

forked from WildPointer/BattleServer 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
JunkClear.bat 892 Bytes
一键复制 编辑 原始数据 按行查看 历史
tsymiar 提交于 2019-03-24 22:57 . update build files to solv ci error
@echo off
setlocal enabledelayedexpansion
echo ----------------------------------------------------
echo Clear File
echo Delete all files with ending:
echo *.aps *.idb *.ncp *.obj *.pch *.tmp *.sbr *.suo *.sdf *.suo
echo Visual c++/.Net junk
echo ----------------------------------------------------
echo waitting 6s...
ping 127.0.0.1 -n 6 >nul
echo deleting complied files...
rmdir /s/q %~dp0ThirdFunc\boost_1_60_0
rmdir /s/q %~dp0ThirdFunc\openssl-1.1.1a
del /F /Q /S *.aps *.idb *.ncp *.obj *.pch *.sbr *.user *.tmp *.pdb *.bsc *.ilk *.res *.ncb *.opt *.suo *.manifest *.dep *.sdf *.suo
set b=.*/-\ /-\ *
set ËÙ¶È=1
set Í˸ñ=
:b
for /l %%i in (100,-1,1) do (
call :a %%i
)
:a
set/a a=%1%%10
set/a c=%a%%%4
if %a% EQU 0 set/p=.<nul
if %c% EQU 3 (set/p=^|<nul) else (set/p=!b:~%a%,1!<nul)
ping -n %ËÙ¶È% 127.1>nul
set/p=%Í˸ñ%<nul
if errorlevel 1 (
goto :eof
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ndrust/BattleServer.git
git@gitee.com:ndrust/BattleServer.git
ndrust
BattleServer
BattleServer
master

搜索帮助