smssqins.bat
来自「This project is to design the automated 」· Batch 代码 · 共 22 行
BAT
22 行
@echo off
rem Performs SQL Server Full Server Unattended Install operation
rem Before running this batch file, you must edit the corresponding
rem unattended install file (sqlins.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 "sqlins.iss"
@echo off
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?