Xref: utzoo comp.sys.ibm.pc:26846 comp.protocols.tcp-ip.ibmpc:1205 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!ucsd!helios.ee.lbl.gov!nosc!humu!uhccux!richard From: richard@uhccux.uhcc.hawaii.edu (Richard Foulk) Newsgroups: comp.sys.ibm.pc,comp.protocols.tcp-ip.ibmpc Subject: rdate for pc-nfs Keywords: rdate, nfs, pc-nfs Message-ID: <3627@uhccux.uhcc.hawaii.edu> Date: 31 Mar 89 05:37:00 GMT Organization: University of Hawaii Lines: 11 I think I recall seeing a request for this recently... Here's a very simple batch file that will set the mess-dos clock from its server's clock. rsh serverhost /bin/date +%m-%d-%y | date rsh serverhost /bin/date +%T | time Slow and funky, but it works. It assumes that the server host has the System V version of the date command (like SunOS).