******************************************************************************
  (C) Copyright 2003-2004 Curtis Systems Software P.C. All rights reserved
                    (last update: 2004 January  21)
******************************************************************************
file: examples.txt

50 or more CSSDIR examples follow (without output), and then a few more 
examples after these follow WITH output.


1.) cssdir 
  list the files in the current dir, the default value for
  ordering option (-o) is -o:GN to group directories first and
  then sort by name of the files

2.) cssdir -on
  same as above but do not group any directories first
  order strictly by filename alpha order. Please note you will
  not see a difference between this and above example if you do not
  have any immediate child directories in the current dir.

3.) cssdir -od
  list the files in the current dir sorted by oldest to newest 

4.) cssdir -od -Lft2
  same as above but show seconds portion on time field

5.) cssdir /$$bdrv$/:\
  lists files on the boot drive root directory

6.) cssdir /$$bdrv$/:\ -s -a -Bf3
  lists all files on the boot drive in bare full filespec

7.) cssdir -os
  list the files in the current dir sorted by size

8.)cssdir -osn
  same as above but if the size matches then suborder by filename

9.) cssdir -ozs
  list the files in the current dir sort by a file's EaSize
  and if Easizes matched then sort by file size
  NOTE: some directories may not have any files with EaSizes.

10) cssdir -ozs -Srz:1,$
  same as above but filter out any files that do not have EA's
  with a size of 1 or greater. Please note: this request could
  produce zero files, if all the files in the current dir have
  a EA size of zero.

11) cssdir /$bootDriveChanges$/  
  use the user defined Symbolic string from the cssdir.ini file
  which lists the boot drive changes for today
  (You can save all you entries as such for easy reinvocation)
  (Very powerful!)

12) cssdir /$$bdrv$/:\*.cmd -Sch:LASTPOS -s -Lrrs0
  sift the whole boot drive for files that end with .cmd and then
  keep only the ones that have the textstring 'LASTPOS' in them,
  also turn off directory subtotal summaries

13) cssdir /$$bdrv$/:\*.cmd -Sch:LASTPOS+FILESPEC -s -Lrrs0
  sift the whole boot drive for files that end with .cmd and then
  keep only the ones that have the textstring 'LASTPOS' and also
  contain the text 'FILESPEC', also turn off directory subtotal summaries
 
14) cssdir -oen
  list the files in the current dir order first by extension
  then by filename

15) cssdir -oen -Lfn2 -Lff0 -Lfh0
  same as above but align filename and extension and turn off
  full filespec and turn off the hintString

16) cssdir c:\ -s -osn -a
  lists all files (including hidden and system files)
  on ascending size on drive C on a directory basis
  and if the sizes match then suborder by filename

17) cssdir c:\ -s -ogsn -a
  same as above but since directory also have a file size of
  zero make sure there ahead of regular files that have a zero size

18) cssdir c:\ -s -ogsn -a -Lxpo:ax -Lfn2 
  lists all files on  drive C merging all directories together 
  then order the results by ascending size grouping dirs first
  if size is the same then suborder by filename less drvLtr or UNC name
  Also list the filename aligned by extension
  (can NOT do this with dir!!)
  Please note you may want to redirect I/O here because the lines
  will wrap on your display, later you may decide to turn off some
  of the fields you are perhaps not interested in such as EAsize etc.

19) cssdir c:\ -s -ogsf -a -Lxpo:ax
  similar to the above but instead of ordering by filename -order
  by full filespec, and also drop the filename -Lfn option

20) cssdir c:\ -s -ogsf -a -Lxpo:ax -Srs:250000,$
  same as above but only include files with a size of 250,000 bytes
  or larger
  
21) cssdir c:\ -s -ogsf -a -Lxpo:ax -Srs:250000,$ -Lfn2
  same as above but precede filespec with an aligned filename/extension

22) cssdir c:\ -s -ogesn -a -Lxpo:ax -Srs:250000,$ -Lfn2
   lists all files on drive c that are at least 250,000 bytes or larger
   after first merging all directories then order dir first then suborder 
   by extension if extensions are the same then suborder by size and
   if size is then size then suborder by filename (less extension), 
   also precede filespec with an aligned filename/extension

23) cssdir -Srd:TODAY
  list only files that have a time with today's date
  There may not be any such files

24) cssdir -Srd:TODAY -od -Lft2
  list only files that have a last updated time with today's date
  but order by date/time fields oldest to newest
  and show SECONDS portion of the time field
  There may not be any such files

25) cssdir -Srd:TODAY -od -Lft2 c:\ -s -Lxpo:ax
  list only files that have a last updated time with today's date
  merge all directories on drive C together then order oldest to 
  newest and show SECONDS portion of the time field
  There may not be any such files

26) cssdir -Srd:2003 -od -Lft2 c:\ -s -Lxpo:ax
  list only files that have a last updated time with a Year of 2003
  merge all directories on drive C together then order oldest to 
  newest and show SECONDS portion of the time field
  There may not be any such files

27) cssdir -Srd:2003-12 -od -Lft2 c:\ -s -Lxpo:ax
  same as above but just December of 2003 files

28) cssdir -Srd:2003-12;2004 -od -Lft2 c:\ -s -Lxpo:ax
  same as above + include any files in the year 2004

29) cssdir -Srd:curweek -Lft2  -od
  list only files that have a last updated time that occurs since
  Monday of this week, in the current directory
  and order oldest to newest and display time with seconds portion

30) cssdir -Srd:curweek -Lft2 -od -Daws:6 
  same as above but your definition of week starts on a SUNDAY, so
  instead list all the files that have a date of Sunday through
  todays' day of the week in the current directory.

31) cssdir -Srd:cur3week -Lft2 -od -Daws:6
  same as previous example but go back up to 3 weeks in time.

32) cssdir -Srd:cur3week -Lft2 -od -Daws:6 -Soo:3
  same as previous examples but also show filter info with regards
  to date ranges cssdir is looking for etc

33) cssdir -Srd:curmonth -Lft2  -od
  list only files that have a last updated time that occurs in
  the current month, in the current directory
  and order oldest to newest and display time with seconds portion

34) cssdir -Srd:cur6month -od
  lists all the (non-hidden and/or system) files that have a date of
  which falls within the last six calendar months in the current directory.
  order from oldest to newest

35) cssdir -s -a -od /$$bdrv$/:\ -Lft2
  lists all files on the current boot drive sorted by 
  ascending date/time within each directory. Show seconds.

36) cssdir -s -a -od /$$bdrv$/:\ -Lft2 -Lxpo:ax
  same as above but ignore directory boundaries and merge all files
  together before ordering from oldests to newests

37) cssdir -Srd:2002-06;2003-01 *.c
  lists all the files that have a date in the month of June of 2002
  or in the month of January of 2003 and matched the dirspec of *.c
  in the current directory.

38) cssdir c:\;d:\;e:\ -s -Wc:*.c;*.h;*.cpp -Sch:"/Cmain("
  lists all non-hidden or system files having an extension of
  .c or .h or .cpp files on drives c, d, and e that contain
  the text case sensitive string 'main(' and also show summary 
  of matches per file (via default -Scho:1).

39) cssdir c:\;d:\;e:\ -s -Wc:*.c;*.h;*.cpp -Sch:"/Cmain(" -Scho:0 -Bf3
  Same as previous example but just give us the bare full file 
  specification of files that have the requested text string.

40) cssdir . /$$bdrv$/:\ -Fcrc:y -Lfc -Xr2:.zip;.rar -osf -Lxpo:ax
  lists all the (non-hidden and/or system) files that reside in the current
  directory and in the root directory of the boot drive while also computing 
  their crc (-Fcrc:y) and displaying their corresponding computed crc (-Lfc) 
  and skips computing any files found that have suffixes of '.zip' or '.rar'
  merge all entries together before ordering, then order by file size then
  by full filespec (less drvLtr).

41) cssdir /$$bdrv$/:\ -s2 -o*dups-asc -Fcrc:y -Lfc -Ecrc:y -Lfb -Of:/$$$TMP$/\dups.tmp
   lists all potential duplicate files that are found up to 2 levels of sub 
   directories deep from the boot drive root directory, and output results 
   to the filepath directory pointed to by the environment var TMP with a 
   filename of dups.tmp. [Please note depending on the drive sizes and 
   contents this could take a while to finish]. In the listing of possible 
   duplicates include the CRC of the files data (-Lfc) and include a files 
   ea CRC (-Lfb).

42) cssdir c:\ d:\ e:\ -s -o*dups-asc -Fcrc:y -Lfc -Ecrc:y -Lfb -Of:c:\tmp\dupsCDE
   lists all
   potential duplicate files that span over drives c, d, and e, and output the
   results to the data file c:\tmp\dupsCDE. [Please note depending on the drive 
   sizes and contents this could take a while to finish. On approx one gigabyte 
   boot partitions with about 14000 files and 850meg of data it takes about 3 
   minutes with a 1.2ghz Amd processor. In the listing of possible duplicates 
   include the CRC of the files data (-Lfc) and include a files ea CRC (-Lfb).
   This example Assumes  you have available c:\ d:\ and e:\ drives, adjust
   accordingly.
   
43) cssdir -Srs:2000000,$ f:\ -Wc:*.zip;*.rar;*.gz -s -os -Lxpo:ax
   lists all the (non-hidden and/or system) files with an extension of .zip,
   .rar, or .gz anywhere on drive f which are 2000000 or greater in size
   (bytes) and sorts them in ascending size order.

44) cssdir @dirspecs -Fcrc:y -Lfc -Lfx
   lists all the files that match the directory specifications while also 
   doing CRC computations and include those Calcuations in the listing, number
   them as well. The directory specifications are read from the dirspecs file
   found in the current directory, 1 dirspec per line. PRO license required.

45) cssdir c:\basetree1 g:\basetree1 -s -a -Lxuf: -Lfu -Lxpo:ax
   lists all the unique files that exist between c:\basetree1 and 
   c:\basetree2 and their subdirectories and show which fields are unique.
   (substitute your own two branches in for basetree1 and basetree2)

46) cssdir c:\basetree1 g:\basetree1 -s -a -Lxuf:-D -Lfu2 -Lxpo:ax
   lists all the unique files that exist between c:\basetree1 and c:\basetree2
   and their subdirectories ignoring timestamps in the determination of
   uniqueness, and place the unique field on the left of the listing (-Lfu2)
   just before the -Lfd (date) field.
   
47) cssdir c:\ -s -o*summary -Lfnd -Lfnf
   lists the summary info of drive c, also list number of files and
   number of directories

48) cssdir c:\*.zip -s -o*summary
   lists the summary totals for files with the extension .zip on drive c.

49) cssdir c:\ -s -a -List:/oS;/oen/Lfn2/Lff3/Lxpo:ax -Of:cssdirOut
   produces two lists for all files on drive c, first listing will be sorted 
   by ascending filesize within each directory, the second will be sorted 
   first by file extension  and then by filename and includes the filename 
   extension format which is  aligned by filename and then aligned by file 
   extension following by full file specification and dir tree when ordering
   is ignore in this second listed output. Write to output cssdirOut in the
   current directory.

50) cssdir -Dumpo:b -a -on
   dumps brief version of all active option settings of cssdir

51) cssdir -Dumpo:b/c -a -on
   dumps all active option settings and then continue processing the request
   and to list all files in the current directory sorted by their filenames.

52) cssdir -Lrrs4 c:\ -s -a
   produce only dir 1 line summaries of all directorys on drive c:
   
53) cssdir c:\ d:\ -s2 -Lxrst:1  -a -os -Lxpo:dx
   list all files on drive C and D up two subdirs deep  
   and use request type one line summaries and merge directories
   within each drive.

54) cssdir -s | more
   lists files (including subdirectories) and pipe to the paging program more

55) cssdir -s -Ce |more
   same as above but also paginate stderr: as most users would expect.

56) cssdirm -s -Ce
   same as above but use the included rexx shortcut script


examples with output:
*********************
(each example in the section starts with 'exam:', to identify easier)

exam:57) [G:\]cssdir /$$bdrv$/:\os2\dll -s -ad -Lfx -Lrrs0

** cssdir ver 2.03 PRO Copyright (c) 2003-04 Curtis Systems Software P.C. **
cssdir /$$bdrv$/:\os2\dll -s -ad -Lfx -Lrrs0
cssdir -Lrnd -Lrnf F:\os2\dll -s -ad -Lfx -Lrrs0
searching for entries in <"F:\os2\dll\">
       1  1-02-02  8:51a        <DIR>          0 [  1] DISPLAY
       2  1-02-02  8:42a        <DIR>          0 [  1] IBMNULL
       3  1-02-02  8:51a        <DIR>          0 [  1] LASERJET
       4  1-02-02  8:44a        <DIR>          0 [  1] Printers
       5  1-02-02  8:42a        <DIR>          0 [  1] PSCRIPT
       6  1-02-02  8:42a        <DIR>          0 [  1] VGA
       7  6-12-01  0:48a        <DIR>        321 [  2] Printers\PCL
       8  6-12-01  0:48a        <DIR>          0 [  3] Printers\PCL\IBMPCL5

*          Numdirectories:               8
*                NumFiles:               0
*              NumEntries:               8
*            SumFileSizes:               0 bytes
*      free space drive F:      1166687232 bytes; 55.6% Free; 'ECOMSTATION'


exam:58) [G:\]cssdir /$$bdrv$/:\os2\dll -s -ad -Lfx -Lrrs0 -Xr1:/dirPrefix/f:\os2\dll\ibmnull
** cssdir ver 2.03 PRO Copyright (c) 2003-04 Curtis Systems Software P.C. **
cssdir /$$bdrv$/:\os2\dll -s -ad -Lfx -Lrrs0 -Xr1:/dirPrefix/f:\os2\dll\ibmnull
cssdir -Lrnd -Lrnf F:\os2\dll -s -ad -Lfx -Lrrs0 -Xr1:/dirPrefix/f:\os2\dll\ibmnull
searching for entries in <"F:\os2\dll\">
       1  1-02-02  8:51a        <DIR>          0 [  1] DISPLAY
       2  1-02-02  8:51a        <DIR>          0 [  1] LASERJET
       3  1-02-02  8:44a        <DIR>          0 [  1] Printers
       4  1-02-02  8:42a        <DIR>          0 [  1] PSCRIPT
       5  1-02-02  8:42a        <DIR>          0 [  1] VGA
       6  6-12-01  0:48a        <DIR>        321 [  2] Printers\PCL
       7  6-12-01  0:48a        <DIR>          0 [  3] Printers\PCL\IBMPCL5

*          Numdirectories:               7
*                NumFiles:               0
*              NumEntries:               7
*            SumFileSizes:               0 bytes
*      free space drive F:      1166687232 bytes; 55.6% Free; 'ECOMSTATION'


exam:59) [F:\]cssdir /$$bdrv$/:\os2\w*
** cssdir ver 2.03 PRO Copyright (c) 2003-04 Curtis Systems Software P.C. **
cssdir /$$bdrv$/:\os2\w*
cssdir F:\os2\w*
searching for entries in <"F:\os2\w*">

*******DirName:     [  1] F:\os2\
 9-05-00  4:49p         4026          0 [  1] WARP.COM
 9-05-00  4:55p         4026          0 [  1] WARPUSE.ICO
12-02-99  2:47p         9443          0 [  1] WIN_30.RC
 9-06-00 12:42a         8661          0 [  1] WPCLS.IMP
 9-06-00 12:42a        12317          0 [  1] WPCONST.CMD
 8-28-02 11:11a        14093         61 [  1] WPDSACTV.EXE
 8-28-02 11:11a        26453         61 [  1] WPDSINIT.EXE
 9-06-00 12:42a         5157          0 [  1] WPFIND.CMD
 9-06-00 12:42a         6313          0 [  1] WPREXX.IMP
 9-06-00 12:42a        15877          0 [  1] WPSINIT.WPS
 9-06-00 12:42a         2813          0 [  1] WPSINST.CMD
 9-06-00 12:42a         1932          0 [  1] WPSYSOBJ.CMD
*******DirName:     [  1] F:\os2\
     Totals>      12 Files       0 Dirs         111111 Bytes        122 EaBytes

*              NumEntries:              12
*            SumFileSizes:          111111 bytes
*      free space drive F:      1166690816 bytes; 55.6% Free; 'ECOMSTATION'


exam:60) [F:\]cssdir f:\os2\w* f:\os2\pa*
** cssdir ver 2.03 PRO Copyright (c) 2003-04 Curtis Systems Software P.C. **
cssdir f:\os2\w* f:\os2\pa*
searching for         entries in  [  1a]<"F:\os2\w*">
searching for         entries in  [  2a]<"F:\os2\pa*">

*******DirName:     [  1-1a] F:\os2\
 9-05-00  4:49p         4026          0 [  1-1a] WARP.COM
 9-05-00  4:55p         4026          0 [  1-1a] WARPUSE.ICO
12-02-99  2:47p         9443          0 [  1-1a] WIN_30.RC
 9-06-00 12:42a         8661          0 [  1-1a] WPCLS.IMP
 9-06-00 12:42a        12317          0 [  1-1a] WPCONST.CMD
 8-28-02 11:11a        14093         61 [  1-1a] WPDSACTV.EXE
 8-28-02 11:11a        26453         61 [  1-1a] WPDSINIT.EXE
 9-06-00 12:42a         5157          0 [  1-1a] WPFIND.CMD
 9-06-00 12:42a         6313          0 [  1-1a] WPREXX.IMP
 9-06-00 12:42a        15877          0 [  1-1a] WPSINIT.WPS
 9-06-00 12:42a         2813          0 [  1-1a] WPSINST.CMD
 9-06-00 12:42a         1932          0 [  1-1a] WPSYSOBJ.CMD
*******DirName:     [  1-1a] F:\os2\
     Totals>      12 Files       0 Dirs         111111 Bytes        122 EaBytes

*******DirName:     [  2-2a] F:\os2\
11-15-00  7:38p        42653          0 [  2-2a] PATCH.EXE
 9-06-00 12:43a           82          0 [  2-2a] PATCHWP.CMD
*******DirName:     [  2-2a] F:\os2\
     Totals>       2 Files       0 Dirs          42735 Bytes          0 EaBytes

*              NumEntries:              14
*            SumFileSizes:          153846 bytes
*      free space drive F:      1166690816 bytes; 55.6% Free; 'ECOMSTATION'


exam:61) [F:\]cssdir -ozs -Srz:1,$ -Lrll  -Lrrs0
** cssdir ver 2.03 PRO Copyright (c) 2003-04 Curtis Systems Software P.C. **
cssdir -ozs -Srz:1,$ -Lrll  -Lrrs0
searching for entries in <"F:\">
  Date    Time      FileSize     EaSize hint  file specification
 7-02-02  2:07p         1854         35 [  1] alankeyes
 3-03-03 10:30p         3013        231 [  1] 2003mar03.sb
 3-19-02  5:32p           44        308 [  1] poweroff.cmd
 3-19-02  5:34p           48        313 [  1] powerrestore.cmd
 1-02-02  8:43a        <DIR>        342 [  1] Spool
 1-02-02  8:40a        <DIR>        342 [  1] DELETE
 3-22-02  3:12p       253004       1010 [  1] OGM1.WAV
 1-02-02  8:44a        <DIR>       1093 [  1] eCS
 1-02-02  8:44a        <DIR>       2270 [  1] MMOS2
 3-19-02 10:22p        <DIR>       2283 [  1] faxworks
10-23-02 12:47a          456       2358 [  1] opendesktop.cmd
 1-02-02  8:49a        <DIR>       2593 [  1] Desktop
11-05-03  9:10a         1213       3008 [  1] daproc.bkp
11-05-03  9:11a         1215       3010 [  1] daproc.cmd
12-20-02  6:09p       142140       9577 [  1] deviceReportView.jpg
12-21-02 10:20a       144285       9577 [  1] DeviceReportView2.jpg
 1-02-02  8:40a        <DIR>       9669 [  1] os2
 1-02-02  9:18a        <DIR>      16093 [  1] Personal Folder
 1-02-02  9:18a        <DIR>      16126 [  1] Upload
 1-02-02  9:18a        <DIR>      16130 [  1] Download

*              NumEntries:              20
*            SumFileSizes:          547272 bytes
*      free space drive F:      1166690816 bytes; 55.6% Free; 'ECOMSTATION'


exam:62) [F:\]cssdir -oen /$$bdrv$/:\os2\ -Wc:A*;Ba*;Cl* -Lxpo:dx  -Lfn2
** cssdir ver 2.03 PRO Copyright (c) 2003-04 Curtis Systems Software P.C. **
cssdir -oen /$$bdrv$/:\os2\ -Wc:A*;Ba*;Cl* -Lxpo:dx  -Lfn2
cssdir -oen F:\os2\ -Wc:A*;Ba*;Cl* -Lxpo:dx  -Lfn2
searching for         entries in  [  1a]<"F:\os2\A*">
searching for         entries in  [  1b]<"F:\os2\Ba*">
searching for         entries in  [  1c]<"F:\os2\Cl*">

*******Request:     <  1> F:
 1-02-02  8:41a        <DIR>          0 apps                           <  1+1a> apps
 1-02-02  8:40a        <DIR>          0 ARCHIVES                       <  1+1a> ARCHIVES
11-15-00  7:36p         5139          0 ANSI                .EXE       <  1+1a> ANSI.EXE
 4-03-02  3:52p         2733          0 APMDAEMN            .EXE       <  1+1a> APMDAEMN.EXE
 8-28-02 12:26a        17962         61 ARCINST             .EXE       <  1+1a> ARCINST.EXE
 8-28-02 12:26a        24723         61 ARCRECOV            .EXE       <  1+1a> ARCRECOV.EXE
11-15-00  7:33p        37789          0 ATTRIB              .EXE       <  1+1a> ATTRIB.EXE
 8-28-02 11:16a        40582          0 BACKPRN             .EXE       <  1+1b> BACKPRN.EXE
11-15-00  7:36p        35040          0 BACKUP              .EXE       <  1+1b> BACKUP.EXE
 8-28-02 11:14a        14067          0 CLIPOS2             .EXE       <  1+1c> CLIPOS2.EXE
10-09-02  5:19p        35343         61 clrbblks            .exe       <  1+1c> clrbblks.exe
10-23-03  7:27p         3466          0 ACROREAD            .INI       <  1+1a> ACROREAD.INI
 2-21-02 10:40p          121          0 APPROACH            .INI       <  1+1a> APPROACH.INI
*******Request:     <  1> F:
     Totals>      11 Files       2 Dirs         216965 Bytes        183 EaBytes

*              NumEntries:              13
*            SumFileSizes:          216965 bytes
*      free space drive F:      1166690816 bytes; 55.6% Free; 'ECOMSTATION'


exam:63) [F:\]cssdir /$$bdrv$/:\*.cmd -Sch:LASTPOS+filespec -s -Lrrs0 -Scho:0 -Bf3
F:\eCS\cd3\TOOLS\WPS\XWorkplace\bin\xhelp.cmd
F:\eCS\cd3\TOOLS\WPS\XWorkplace\install\sound001.cmd
F:\IBMINST\RSP\LOCAL\LOCAL.cmd
F:\os2\REXXTRY.CMD
F:\os2\apps\EPMKWDS.CMD
F:\TVoice\Wiseprog\Desktop\CreateSysSET.cmd
F:\TVoice\Wiseprog\Desktop\RemoveSysSET.cmd
F:\TVoice\Wiseprog\XFolder\sound001.cmd
F:\TVoice\Wiseprog\XFolder\bin\xhelp.cmd
F:\TVoice\Wiseprog\XFolder\install\sound001.cmd


exam:64) [G:\]cssdir \basetree1 \basetree2 -s -a -Lxuf:-D -Lfu2 -Lxpo:ax
** cssdir ver 2.03 PRO Copyright (c) 2003-04 Curtis Systems Software P.C. **
cssdir \basetree1 \basetree2 -s -a -Lxuf:-D -Lfu2 -Lxpo:ax
cssdir -Lrnd -Lrnf \basetree1 \basetree2 -s -a -Lxuf:-D -Lfu2 -Lxpo:ax
searching for         entries in  [  1a]<"G:\basetree1\">
searching for         entries in  [  2a]<"G:\basetree2\">

*******Request:     <  1>
 (+File)   1-21-04  7:28a        <DIR>          0 <  1+1a> 44
 K         1-21-04  7:28a        <DIR>          0 <  1+1a> XX
 K         1-21-04  7:29a        <DIR>          0 <  1+2a> xx
 (+File)   1-07-04 11:07p           13          0 <  1+1a> 3
 (+File)   1-08-04  8:45a           13          0 <  1+1a> 44\a
 (+File)   8-14-03  2:54p        10293          0 <  1+1a> CONFIG.000
 (+File)  10-23-03  9:11p        10450          0 <  1+1a> CONFIG.001
 (+File)  10-24-03  9:26p        10450          0 <  1+1a> CONFIG.002
 (+File)  10-23-03  7:12p        10423          0 <  1+1a> CONFIG.bkp
 (+File)   8-08-03  2:34p        10260          0 <  1+1a> config.nbk
 (+File)  10-25-03 12:12a        10450          0 <  1+1a> CONFIG.SYS
 (+File)   7-30-03 11:03a        10261          0 <  1+1a> config.sys.07Aug2003
 (+File)   8-14-03  2:54p        10293          0 <  1+1a> config.sys.save
 (+File)  10-23-03  9:11p        10450          0 <  1+1a> config.sys.save2
 (+File)  10-23-03  7:12p        10423          0 <  1+1a> config.sys102303
 K S      11-19-03 10:33a          619          0 <  1+1a> X
 K S      11-19-03  9:52a          621          0 <  1+2a> x
 (+File)   1-07-04  9:59a           13          0 <  1+1a> xyz
 K        10-14-99  2:10p          257        922 <  1+1a> XX\Z.CmD
 K        10-14-99  2:10p          257        922 <  1+2a> xx\z.cmd
*******Request:     <  1>
     Totals>      17 Files       3 Dirs         105546 Bytes       1844 EaBytes

*          Numdirectories:               3
*                NumFiles:              17
*              NumEntries:              20
*            SumFileSizes:          105546 bytes
*      free space drive G:       164507648 bytes;  2.6% Free; '12345678901'


exam:65) [G:\]set cssdirSymProcessing=show

[G:\]cssdir -o*summary -Pt3 /$$bdrv$/:\ -s
/$cssdirTmp$/ (start  ):(/$$$tmp$/)
/$cssdirTmp$/ (Pass= 1):(|/$$$tmp$/)
/$cssdirTmp$/ ( final ):(G:\eCS\cd3\smartsuite1.6\LOTUSW4\TEMP)
cmdLineargs   (start  ):( -o*summary -Pt3 /$$bdrv$/:\ -s )
cmdLineargs   (Pass= 1):( -o*summary -Pt3 |/$$bdrv$/:\ -s )
cmdLineargs   ( final ):( -o*summary -Pt3 F:\ -s )
** cssdir ver 2.03 PRO Copyright (c) 2003-04 Curtis Systems Software P.C. **
cssdir -o*summary -Pt3 /$$bdrv$/:\ -s
cssdir -o*summary -Pt3 F:\ -s
searching for entries in <"F:\">
*Gather processing Time:   7 seconds
*Computing Totals  Time:   1 seconds; running total:   8 seconds

*              NumEntries:           14544
*            SumFileSizes:       898131430 bytes
*      free space drive F:      1166687232 bytes; 55.6% Free; 'ECOMSTATION'

total processing elapsed time:   8 seconds - avg file/sec: 1818.00

exam:66) [G:\]cssdir /$req_TotalSummaries$/ c:\ d:\ e:\ f:\ -s
** cssdir ver 2.03 PRO Copyright (c) 2003-04 Curtis Systems Software P.C. **
cssdir /$req_TotalSummaries$/ c:\ d:\ e:\ f:\ -s
cssdir -Lrrs4 -Lxrst:1 c:\ d:\ e:\ f:\ -s
searching for         entries in  [  1a]<"c:\">
searching for         entries in  [  2a]<"d:\">
searching for         entries in  [  3a]<"e:\">
searching for         entries in  [  4a]<"f:\">

*******Request:     [  1-1a] c:\
     Totals>    9163 Files     753 Dirs     1759615227 Bytes      43129 EaBytes

*******Request:     [  2-2a] d:\
     Totals>       6 Files       3 Dirs         159436 Bytes         61 EaBytes

*******Request:     [  3-3a] e:\
     Totals>       0 Files       1 Dirs              0 Bytes          0 EaBytes

*******Request:     [  4-4a] f:\
     Totals>   12957 Files    1587 Dirs      898131430 Bytes    6683441 EaBytes

*              NumEntries:           24470
*            SumFileSizes:      2657906093 bytes
*      free space drive C:        73039872 bytes;  3.5% Free; 'AP'
*      free space drive D:      2086325760 bytes; 99.5% Free; (no label)
*      free space drive E:      2086491136 bytes; 99.5% Free; (no label)
*      free space drive F:      1166687232 bytes; 55.6% Free; 'ECOMSTATION'

******************************************************************************
  (C) Copyright 2003-2004 Curtis Systems Software P.C. All rights reserved.
******************************************************************************
