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.
 
 
 
 
 
 

21 lines
358 B

@if (%_ECHO%) EQU () echo off
if /I (%1) EQU (on) goto On
if /I (%1) EQU (off) goto Off
:Usage
echo icecap.bat [on^|off]
echo.
:Done
echo ICEPICK_CMD is %ICEPICK_CMD%
echo ICEPICK_OPTIONS is %ICEPICK_OPTIONS%
goto :EOF
:On
set ICEPICK_CMD=%SDXROOT%\inetsrv\iis\iisrearc\icepick\icepick.exe
goto Done
:Off
set ICEPICK_CMD=
goto Done