smscli.bat

来自「This project is to design the automated 」· Batch 代码 · 共 21 行

BAT
21
字号
@echo off
rem 	Performs SQL Server Client Unattended Install operation

rem 	Before running this batch file, you must edit the corresponding 
rem	unattended install file (sqlcli.iss), and enter your 
rem	Product Key (CD-Key) from your CD.


cls

echo *
echo     Unattended install for SQL Server is starting.
echo *
echo *
echo     Waiting for SQL Server Setup to finish...


@echo on
start /wait x86\setup\setupsql.exe k=SMS -s -m -SMS -f1 "sqlcli.iss"
@echo off

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?