B Bob Robinson Dec 20, 2003 #1 Is there a simple way to write my Win 2000 Advanced Servers time and date data to an IBM AS400. Thanks 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
S SaltPeter Dec 20, 2003 #2 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
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