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.
15 lines
429 B
15 lines
429 B
if not defined _NT386TREE goto :Failed
|
|
pushd %_NT386TREE%\cercab
|
|
cabarc -s 6144 N cerupload.cab cerclient.inf cerupload.dll
|
|
call signit.cmd cerupload.cab
|
|
copy cerupload.cab c:\binaries\web\secure
|
|
|
|
goto :EOF
|
|
|
|
:Failed
|
|
Echo.
|
|
echo *****************************************
|
|
echo You must have the build env
|
|
echo defined before you can create
|
|
echo the cab file. (razzle.cmd)
|
|
echo *****************************************
|