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.
 
 
 
 
 
 

11 lines
303 B

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