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.

11 lines
314 B

  1. @if "%_echo%"=="" echo off
  2. setlocal
  3. set defaultdst=c:\bc
  4. if NOT "%1" == "" set defaultdst=%1
  5. if "%RazzleToolPath%" == "" echo This must be run from a razzle window! & goto :eof
  6. cscript //nologo bcdist.js -u %USERDOMAIN%\%USERNAME% -p password -dst %defaultdst% -src %RazzleToolPath% %COMPUTERNAME%