EXEC master..xp_cmdshell 'net send 你的ip Messages!'

解决方案 »

  1.   

    EXEC master..xp_cmdshell 'dir'
    EXEC master..xp_cmdshell 'net send all helloeveryone'
      

  2.   

    EXEC master..xp_cmdshell 'dir'
    EXEC master..xp_cmdshell 'net send all helloeveryone'
    能不能解释一下? 我机器上的连机帮助有问题 比如我想执行c:\sqltest.exe 应该怎么写? 参数如何传递?
      

  3.   

    EXEC master..xp_cmdshell 'dir'
    EXEC master..xp_cmdshell 'net send all helloeveryone'
    能不能解释一下? 我机器上的连机帮助有问题 比如我想执行c:\sqltest.exe 应该怎么写? 参数如何传递?
      

  4.   

    exec master..xp_cmd_shell '你在dos界面下操作的命令'
    如:exec master..xp_cmd_shell 'c:\sqltest.exe '