home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / sysutl / dt.arc / README < prev   
Text File  |  1988-02-04  |  824b  |  21 lines

  1.     DT  is  just a little utility program which sends the  current  system
  2.     date  and  time  (and  an optional message)  to  the  standard  output
  3.     device.  The DOS metacharacters > and >> can be used to redirect  this
  4.     output to a log file.
  5.     
  6.     Syntax is:          dt [optional 40 character message here]
  7.     
  8.     Output  of the date and/or time can be supressed by using  the  switch
  9.     character  (-) followed by the element you want to supress (d  =  date
  10.     and t = time).  To send just the time and a message:
  11.     
  12.                         dt -d This is the message.
  13.     
  14.     To supress both the date and time, and just send a message:
  15.     
  16.                         dt -dt This is the message.
  17.     or                  dt This is the message. -dt
  18.     
  19.     
  20.     Enjoy!...Woody Woodward
  21.