Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
381 B

@echo off
echo Nuking all built files...
setlocal
set subdirs=. exe inc localobj proxy scripts scrhost util
for /D %%i in (%subdirs%) do rd /s /q %%i\objd
for /D %%i in (%subdirs%) do rd /s /q %%i\obj
del /q scripts\types.js >nul 2>nul
del /s /q *.log >nul 2>nul
if "%1" == "-q" goto :eof
if "%1" == "/q" goto :eof
echo Remaining files...
dir /b /S /a:-r-d