?? sqlcst.bat
字號(hào):
@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
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -