I want to programmically get the time on a server just like
I want to get the time to make sure my program is in sync
with the server's time. I don't want to have to shell and run
NET because this will be used on different OS's
any ideas?
------------------
-Greg
Code:
net time \\exchange1
with the server's time. I don't want to have to shell and run
NET because this will be used on different OS's
any ideas?
------------------
-Greg
Comment