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.

14 lines
424 B

  1. if not defined _NT386TREE goto :Failed
  2. pushd %_NT386TREE%\cab
  3. cabarc -s 6144 N ocarpt.cab dumpconv.exe ocarpt.inf ocarpt.dll
  4. call signit.cmd ocarpt.cab
  5. copy ocarpt.cab c:\binaries\web\secure
  6. goto :EOF
  7. :Failed
  8. Echo.
  9. echo *****************************************
  10. echo You must have the build env
  11. echo defined before you can create
  12. echo the cab file. (razzle.cmd)
  13. echo *****************************************