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
429 B

  1. if not defined _NT386TREE goto :Failed
  2. pushd %_NT386TREE%\cercab
  3. cabarc -s 6144 N cerupload.cab cerclient.inf cerupload.dll
  4. call signit.cmd cerupload.cab
  5. copy cerupload.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 *****************************************