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.

17 lines
331 B

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