Writing PC Time to an IBM AS400

  • Thread starter Thread starter Bob Robinson
  • Start date Start date
B

Bob Robinson

Is there a simple way to write my Win 2000 Advanced
Servers time and date data to an IBM AS400.

Thanks
Bob Robinson
 
Schedule a batch file to run periodically at W2K server. All you need is a
net time command redirected to a log file. The log file can be located on a
share pointing to AS400.

net time \\computername > s:\\timelogdir\time.log
 
Back
Top