Source code of Windows XP (NT5)
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
363 B

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