📄 sqlcst.bat
字号:
@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 (sqlcst.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 "sqlcst.iss"
@echo off
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -