【Vegas原创】我写的一个安装windowsService的BAT

2年前 (2022) 程序员胖胖胖虎阿
301 0 0

要点:  当到达 长地址时, 需要输入: CD/D

@echo off
echo             **************************************
echo             *                                    *
echo             *      Welcome To abcdef       *
echo             *                                    *
echo             **************************************

echo hi:
echo     %username% :)  我是 Vegas Lee, 很高兴为您服务.
echo --------------------------------------------------------------
echo -           ↙您正在安装 **WindowsService【Vegas原创】我写的一个安装windowsService的BAT          -
echo --------------------------------------------------------------            
pause
set Addr
=C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
cd
/d  %Addr%
installutil  D
:\FlowERWS\AUOFlowERWindowsService.exe

IF ERRORLEVEL 255 GOTO Label255
IF ERRORLEVEL 254 GOTO Label254
IF ERRORLEVEL 1 GOTO Label1
GOTO Label0

:Label255
echo commands to be executed at errorlevel 255
GOTO 
End

:Label1
echo commands to be executed at errorlevel 1
GOTO 
End

:Label0
echo --------------------------------------------------------------
echo -         恭喜!您已成功安装 **WindowsService!        -
echo --------------------------------------------------------------  
pause

:End

 

版权声明:程序员胖胖胖虎阿 发表于 2022年9月16日 下午12:24。
转载请注明:【Vegas原创】我写的一个安装windowsService的BAT | 胖虎的工具箱-编程导航

相关文章

暂无评论

暂无评论...