保证连网计算机时间同步

  • 来源: 互联网 作者: 若水   2008-03-17/16:47
  • 执行命令:

    net time "\\OhterComputerName" /set /yes 可以保证名称为OhterComputerName 的计算机与本机时间同步。

    Public Sub SyncTime()

    Dim thecomp As String

    Dim theshell As String

    thecomp = "\\computername"

    theshell = "net time " & Chr(34) & thecomp & Chr(34) & " /set /yes"

    x = Shell(theshell)

    End Sub


    评论 {{userinfo.comments}}

    {{money}}

    {{question.question}}

    A {{question.A}}
    B {{question.B}}
    C {{question.C}}
    D {{question.D}}
    提交

    驱动号 更多