1 Star 6 Fork 0

openm2m/openwsn.workstation

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
delete_temp_obj_files.bat 1.48 KB
一键复制 编辑 原始数据 按行查看 历史
@echo off
@echo ===============================================================================
@echo This script is developed by Zhang Wei(TongJi University) to help deleting
@echo temperrary filed during the developing.
@echo .
@echo author Zhang Wei (BigLittle Group, TongJi University, 2019)
@echo ===============================================================================
set rootdir=\dev\openm2m\source\workstation-wpf\
rem set file=%rootdir%addon\delete_temp_obj_files.bat
rem call %file%
rem pause
rem set file=%rootdir%component\delete_temp_obj_files.bat
rem call %file%
rem pause
rem set file=%rootdir%extension\delete_temp_obj_files.bat
rem call %file%
rem pause
set curdir=%rootdir%\admin\obj\
cd %curdir%
@echo start to delete all files under the following directory:
@echo %curdir%
set files=%curdir%*.*
del %files% /q
rd /s/q Debug
pause
set curdir=%rootdir%\init\obj\
cd %curdir%
@echo start to delete all files under the following directory:
@echo %curdir%
set files=%curdir%*.*
del %files% /q
rd /s/q Debug
pause
set curdir=%rootdir%libmidware\obj\
cd %curdir%
@echo start to delete all files under the following directory:
@echo %curdir%
set files=%curdir%*.*
del %files% /q
rd /s/q Debug
pause
set curdir=%rootdir%workstation\obj\
cd %curdir%
@echo start to delete all files under the following directory:
@echo %curdir%
set files=%curdir%*.*
del %files% /q
rd /s/q Debug
pause
cd %rootdir%
@echo Done. Please attention whether there're errors. Good luck! (by zhangwei)
pause
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/openm2x/openwsn.workstation.git
[email protected]:openm2x/openwsn.workstation.git
openm2x
openwsn.workstation
openwsn.workstation
master

搜索帮助