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.

19 lines
420 B

  1. if %PROCESSOR_ARCHITECTURE% == x86 goto X86
  2. copy alpha\octest_a.dll octest\octest_a.dll
  3. copy alpha\octest_u.dll octest\octest_u.dll
  4. goto start
  5. :X86
  6. copy i386\octest_a.dll octest\octest_a.dll
  7. copy i386\octest_u.dll octest\octest_u.dll
  8. :start
  9. if %1 == NULL goto null
  10. %1 sysocmgr /i:octest\oc.inf /n %2 %3 %4 %5 %6 %7 %8 %9
  11. goto exit
  12. :null
  13. sysocmgr /i:octest\oc.inf /n %2 %3 %4 %5 %6 %7 %8 %9
  14. :exit