home *** CD-ROM | disk | FTP | other *** search
/ PC Plus 53 / ISSUE_53_FEB_1991 / PCPLUS / SHORTIES / SHORTIES.DOC < prev   
Encoding:
Text File  |  1991-01-01  |  1.2 KB  |  24 lines

  1. N  (Philema Perspectives) in the SHORTIES directory
  2.  
  3. A simple name for a simple program: in 25-line text mode, this program
  4. provides an informative and appropriate substitute for the CLS
  5. command: it clears the screen, but puts an informative banner across
  6. the top, declaring date, memory statistics and current disk statistics
  7. at high speed.  If you are using CGA, N will adopt the colours of the
  8. top leftmost screen character.  You don't need ANSI.SYS to run this -
  9. but if you do have it installed, the colours you impose on MS-DOS
  10. through it will be used by N.
  11.  
  12.  
  13. DAT  (Brian Morrissey) in the SHORTIES directory
  14.  
  15. It is often useful to have the date printed out: for example, at the
  16. head of redirected files (using the > facility on DOS commands).  The
  17. MS-DOS command DATE produces this, but also wants a new date - or at
  18. least [return] - to be keyed.  Besides, that date is not in a 'nice'
  19. form. DAT is a short program that echoes the date in a decent form,
  20. and doesn't require any keystrokes in answer.
  21.         This can be useful coded alone on a line in a batch file: it
  22. will echo the date to the screen; but it may be very useful echoed to
  23. the printer, or to a file.
  24.