Skip to content
CompuServe test bed
CompuServe Archive
CompuServe Forums
CompuServe Messages
CompuServe Thread
CompuServe User
CompuServe Thread
Search
Browse Forums
Thread
Amiga Tech Forum
·
General Programming
#Setting the Clock
3
messages in this thread
#
35910
From:
John Wulff
Jul 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-
#
35920
From:
Doug Walker
Jul 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
#
35927
From:
John Wulff
Jul 15, 1993 10:30 PM
Try it and let me know if it works. -John-