AmiTimeKeeper/arexx/start.rx

5 lines
175 B
Rexx
Raw Permalink Normal View History

2021-01-12 22:16:18 +00:00
/* Start TimeKeeper synchronization */
SAY ('Starting TimeKeeper synchronization ...')
2021-01-31 19:10:59 +00:00
Address TIMEKEEPER.1 START
IF TIMEKEEPER.ERRORCODE ~= 0 THEN SAY (TIMEKEEPER.ERRORTEXT)