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.

10 lines
265 B

  1. @setlocal
  2. @prompt $t $p$g
  3. @echo- -n title %title% "- %1 (V4 Cln Bld) " > %TMP%\clnbld40.bat
  4. @cd >> %TMP%\clnbld40.bat
  5. @call %TMP%\clnbld40.bat
  6. @del %TMP%\clnbld40.bat
  7. set > set-%1.txt
  8. cleanbld %2 %3 %4 %5 %6 %7 %8 %9 2>&1 | tee nmk-%1.out
  9. @title %title%
  10. @endlocal