1 Star 0 Fork 0

github_mirrors/standard

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
clean.cmd 794 Bytes
一键复制 编辑 原始数据 按行查看 历史
@if "%_echo%" neq "on" echo off
setlocal EnableDelayedExpansion
echo Stop VBCSCompiler.exe execution.
for /f "tokens=2 delims=," %%F in ('tasklist /nh /fi "imagename eq VBCSCompiler.exe" /fo csv') do taskkill /f /PID %%~F
if [%1] == [-all] (
echo Cleaning entire working directory ...
call git clean -xdf
exit /b !ERRORLEVEL!
)
if [%1]==[] set __args=-b
call "%~dp0run.cmd" clean %__args% %*
exit /b %ERRORLEVEL%
:Usage
echo.
echo Repository cleaning script.
echo.
echo Options:
echo -b - Deletes the binary output directory.
echo -p - Deletes the repo-local nuget package directory.
echo -c - Deletes the user-local nuget package cache.
echo -all - Combines all of the above.
echo.
echo If no option is specified then clean.cmd -b is implied.
exit /b 1
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/github_mirrors/standard.git
git@gitee.com:github_mirrors/standard.git
github_mirrors
standard
standard
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385