CompuServe Thread

#Setting the Clock

3 messages in this thread
#35910From: John WulffJul 15, 1993 7:08 AM
I would like to be able to set the system clock via a script file. Something like date <ram:mydate. This configuration doesn't work. Seems date command does not accept redirection — just expects the keyboard. Any ideas? -John-
#35920From: Doug WalkerJul 15, 1993 7:49 PM
If you can get the date into the file, why not just put the date command in the file and then execute the file itself as a script? –Doug
#35927From: John WulffJul 15, 1993 10:30 PM
Try it and let me know if it works. -John-