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.

16 lines
253 B

  1. @echo off
  2. SETLOCAL
  3. set DESTDIR=%_NTTREE%
  4. echo Make destination directories
  5. mkdir %DESTDIR%\DUser
  6. mkdir Debug
  7. mkdir Release
  8. mkdir IceCAP
  9. echo Copying Resources
  10. mkdir %DESTDIR%\Resources
  11. copy Resources\*.* %DESTDIR%\Resources
  12. ENDLOCAL