From: JC Aguilera Date: Fri, 2 Mar 2018 22:11:51 +0000 (-0800) Subject: Delete scep-ops.cmd X-Git-Tag: accepted/tizen/unified/20190422.045933~2786^2~5^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3cf11986e9de8758bb8e21506bd4d2536fcd1e2e;p=platform%2Fupstream%2Fcoreclr.git Delete scep-ops.cmd --- diff --git a/scep-ops.cmd b/scep-ops.cmd deleted file mode 100644 index 77b15c3..0000000 --- a/scep-ops.cmd +++ /dev/null @@ -1,34 +0,0 @@ -@if not defined _echo @echo off - -set NO_DASHES_ARG=%1 -if not defined NO_DASHES_ARG goto no_args -if /I [%NO_DASHES_ARG:-=%] == [?] goto Usage -if /I [%NO_DASHES_ARG:-=%] == [h] goto Usage - -if not defined NO_DASHES_ARG goto Usage -if /I [%NO_DASHES_ARG:-=%] == [i] ( - echo Instaling SCEP ... - call \\ddsccmps\Client\scepinstall.exe /q /s /policy \\ddsccmps\Client\ep_defaultpolicy.xml - exit /b !ERRORLEVEL! -) - -if /I [%NO_DASHES_ARG:-=%] == [u] ( - echo Uninstaling SCEP ... - call \\ddsccmps\Client\scepinstall.exe /u /s - exit /b !ERRORLEVEL! -) - -goto Usage - -:no_args -if [%1]==[] goto Usage - -:Usage -echo. -echo Usage: scep-ops [-i] [-u] -echo Install or uninstalls System Center Endpoint Protection. -echo Options: -echo -i - Installs SCEP. -echo -u - Uninstalls SCEP. -echo. -exit /b \ No newline at end of file