SETTIME LUNIX COMMAND --------------------- usage: settime As for the LUnix version 0.1p3 the OS has nothing to do with the TOD clocks of the C64. Thus, requirement to set the time of day, leaded to this command to be coded. Settime command is used only one parameter. You have to enter the time parameter in the form of colon seperated basic time units. That is hh:mm:ss form, where hh is the hour between 00 to 23, mm is the minutes between 00 to 59 and ss is the seconds in the same range of minutes. If you enter invalid data you will be warned, for example 24:60:60, 12;34,5 , 00-00-00 are invalid representations. The command, coverts your time entry into a format which is required by the TOD clock. TOD clock holds the hour part of the time in one nibble only, but it uses an am/pm flag to represent the halves of a day. Ilker Ficicilar filker@newton.physics.metu.edu.tr e068214@orca.cc.metu.edu.tr ---