How to Get Date/Time From Central Server
Posted on January 5, 2009
1 2 3 4 5 6 | 'Network - How to Get Date/Time From Central Server Option Explicit Sub Main() Shell("cmd.exe /c net time /domain /set /yes") End Sub |
1 2 3 4 5 6 | 'Network - How to Get Date/Time From Central Server Option Explicit Sub Main() Shell("cmd.exe /c net time /domain /set /yes") End Sub |