sp_configure 'show advanced options',1
reconfigure
go
sp_configure 'xp_cmdshell',1
reconfigure
go
exec master..xp_cmdshell 'dir "D:\Program Files\WinRAR\Default.SFX"'
go
sp_configure 'show advanced options',0
reconfigure
go
/*配置选项 'show advanced options' 已从 0 更改为 1。请运行 RECONFIGURE 语句进行安装。
配置选项 'xp_cmdshell' 已从 1 更改为 1。请运行 RECONFIGURE 语句进行安装。
output
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
驱动器 D 中的卷没有标签。
卷的序列号是 9091-BCC1
NULL
D:\Program Files\WinRAR 的目录
NULL
2011/05/31 09:55 96,256 Default.SFX
1 个文件 96,256 字节
0 个目录 36,912,943,104 可用字节
NULL
(9 行受影响)
配置选项 'show advanced options' 已从 1 更改为 0。请运行 RECONFIGURE 语句进行安装。
*/