home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / educatio / dosguide.zip / 10.DOC < prev    next >
Text File  |  1992-03-26  |  381b  |  24 lines

  1.  
  2. CLS
  3.  
  4.       PURPOSE:
  5.               Clears the screen.
  6.  
  7.  
  8.       NOTE:
  9.            When you use the "cls" command, you clear the screen
  10.            leaving only the prompt and a cursor.
  11.  
  12.  
  13.       EXAMPLE:
  14.               If you are at the prompt and want to start something
  15.               new with a clear screen, simply type:
  16.  
  17.                              cls
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.