: I need a way to retrieve the current time from the system in OS/2.
: The best I have been able to come up with is executing the TIME
: command with exec and piping in a file which contains a new line
: character. It is quite a hack and I'd love to hear a better solution.
Under MSDOS/WNT I tested: exec time << ""
If you have Tcl7.5 use the clock command.
Bye, Heribert (da...@ifk20.mach.uni-karlsruhe.de)