home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / batch / dat.arj / DAT.DOC < prev   
Text File  |  1991-03-19  |  593b  |  12 lines

  1. DAT  (Brian Morrissey)
  2.  
  3. It is often useful to have the date printed out: for example, at the
  4. head of redirected files (using the > facility on DOS commands).  The
  5. MS-DOS command DATE produces this, but also wants a new date - or at
  6. least [return] - to be keyed.  Besides, that date is not in a 'nice'
  7. form. DAT is a short program that echoes the date in a decent form,
  8. and doesn't require any keystrokes in answer.
  9.         This can be useful coded alone on a line in a batch file: it
  10. will echo the date to the screen; but it may be very useful echoed to
  11. the printer, or to a file.
  12.