HexTime.doc
HexTime is a 100% public domain, do-what-you-will program for
all Amiga computers. Written in Benchmark Modula-2.
By David Czaya (PLINK -Dave- ) October, 1987.
If you feel obliged, leave my name in any modications. If not,
don't lose any sleep. Thanks.
HexTime is for the die-hard computer programmer. It returns the system
time and date in a 12 hour format, but in HEXadecimal.
Just type HexTime at any CLI prompt to run.
Example 1
1> HexTime
Monday Aug. 0008, 07C4
0009:0032:003B pm
1>
You can also redirect the output to another device (like prt:, pipe:, etc.)
Example 2
1> HexTime >prt:
1>
Or put HexTime in a Startup-Sequence or other batch file.