DATEMARK.COM 16-bit DOS MODE
Purpose Echo the date/time and a message.
Description Used without options, it works like DOS echo, but includes a time-date stamp. -s displays a ticking clock onscreen for the given time and then continues. -k displays a ticking clock onscreen and waits for a keypress. If a keypress stops the program errorlevel is set to the ASCII value of key on exit.


  DATEMARK Time Stamper version 2.12     written by Lincoln Jaros

    Correct syntax:

        datemark [options] [message]

        options:

          -f 0         use M/D/Y H:M:S format for time (default)
          -f 1         use W M D H:M:S Y format for time
          -f descript  format time using descriptor string from standard
                       ANSI C time formatting function strftime()
          -s nn        pause and count nn seconds on screen
          -m nn        pause and count nn minutes on screen
          -k nn        pause until ASCII dd key press (0 = any)
          -n           suppress carriage return and line feed
          -r           suppress line feed

    Echo current time and message to output

		

DOWNLOAD