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.

12 lines
238 B

  1. @echo off
  2. set _RazzleCmd_=razzle.cmd
  3. :DoOver
  4. if "%1" == "" goto CallRazzle
  5. set _RazzleCmd_=%_RazzleCmd_% %1
  6. shift
  7. goto DoOver
  8. :CallRazzle
  9. set RazzleScriptName=buildwin
  10. call %_RazzleCmd_%
  11. set RazzleScriptName=
  12. set _RazzleCmd_=