home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / dir / examples / popt.hlp < prev    next >
Encoding:
Text File  |  1989-01-01  |  896 b   |  22 lines

  1. SAMPLE command and resulting output   | Comments about the output
  2.  
  3.   DIR A:                This command lists all files in the
  4.                     current directory of drive A:.
  5.  Volume in drive A: has no label    The information displayed is:
  6.  Directory of A:\
  7.                       FILENAME EXTENSION  SIZE  DATE  TIME
  8. TUTOR   EXE    48000  12-13-88    3:40p
  9. HELP    EXE     3968  12-30-88    3:01p   in column order.
  10. ENDF    BAK      128   1-03-89    1:34p
  11. ENDF             128   2-07-89    9:13a
  12.       7 File(s)     296960 bytes free
  13.  
  14.    DIR A: /P                This would produce the same 
  15.                     listing, but if A: had dozens of 
  16.                     files, DIR would pause after 
  17.                     listing a screen full (24 files), 
  18.                     ask you to strike a key when ready
  19.                     to continue, and then list the
  20.                     next 24 files after you press the
  21.                     Enter, Return, or <──┘ key.
  22.