******************************************************************************
  (C) Copyright 2003-2004 Curtis Systems Software P.C. All rights reserved
                    (last update: 2004 June 28)
******************************************************************************
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 dirs first and
  then order by name of the files

2.) cssdir /on
  same as above but do not group any dirs 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 dirs in the current dir.

3.) cssdir /od
  list the files in the current dir ordered by oldest to newest 

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

4a) cssdir /$loDir$/
  use the familiar dir like LayOut field format

4b) cssdir /Lxlo:sf /os
  show only size and filename in that order of the current dir
  and order by size

4c) cssdir /Lxlo:zf /oz /Lfz
  show only easize and filename in that order of the current dir
  and order by easize

4d) cssdir /Lxlo:asf /o-s /Lfa3 
  show only attrib field then filesize then filename of current dir
  and order by descending size

4e) cssdir /Lxlo:saf /o-s /Lfa3  
  same as above but put attrib after size field

4f) cssdir /Lxlo:saf /o-s /Lfa3 /Lrgt0
  same as above but turn off gt> record

4g) cssdir /00 /Lxlo:saf /o-s /Lfa3 /Lfs3 /Lff3
  shut off all normal output then order listing by 
  size, attrib and filename and since /00 zeros normal output,
  One must specify non zero settings for corresponding /Lxlo: fields
  for 's' - use /Lfs3 for 'a' use /Lfa3 and for 'f' use /Lff3

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

5a) cssdir /$$bdrv$/:\ /Vn:0
  same as above but turn off the copyright announcement line

5b) cssdir /$$bdrv$/:\ /Vn:0 /Ve:0
  same as above but also turn of command echo any substitution echos

5c) cssdir /$$bdrv$/:\ /Vn:0 /Ve:0 /Soo:0
  same as above but also turn of searching announcement line.

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

7.) cssdir /os
  list the files in the current dir ordered by ascending 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 ordered by a file's EaSize
  and if Easizes matched then order by file size
  NOTE: some dirs may not have any files with EaSizes.

9a) cssdir /ozs /Lfz3
  same as above but show full easize field in bytes

9b) cssdir /ozs /Lfz4
  same as above but commatize easize field appropriately

10) cssdir /ozs /Srz:1,$ /Lfz4
  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 /$bootDrvChgs$/  
  use the user defined Symbolic string from the cssdir.cfg 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 dir 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 dir subtotal summaries
 
14) cssdir /oen
  list the files in the current dir order first by extension
  then by filename

15) cssdir /oen /Lfn2 /Lff0 
  same as above but align filename and extension and turn off
  full filespec

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

17) cssdir c:\ /s /ogsn 
  same as above but since dirs also have a file size of
  zero make sure they are ahead of regular files that have a zero size

18) cssdir c:\ /s /ogsn /Lxpo:ax /Lfn2 
  lists all files on  drive C merging all dirs 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 file attribs etc.

19) cssdir c:\ /s /ogsf /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 /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 /Lxpo:ax /Srs:250000,$ /Lfn2
  same as above but precede filespec with an aligned filename/extension

22) cssdir c:\ /s /ogesn /Lxpo:ax /Srs:250000,$ /Lfn2
   lists all files on drive c that are at least 250,000 bytes or larger
   after first merging all dirs 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 dirs 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 dirs 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 dir
  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 dir.

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 dir
  and order oldest to newest and display time with seconds portion

34) cssdir /Srd:cur6month /od /a-H-S
  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 dir.
  order from oldest to newest

34a) cssdir /Srd:cur6month /od /a-H-S /Lfa3
   same as above but show dir style attrib fields

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

36) cssdir /s /od /$$bdrv$/:\ /Lft2 /Lxpo:ax
  same as above but ignore dir 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 dir.

38) cssdir c:\;d:\;e:\ /s /Wc:*.c;*.h;*.cpp /Sch:"/Cmain("
  lists all 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 files that reside in the current dir and in the 
  root dir 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 /Lxpo:*dups-asc /Fcrc:y /Lfc /Ecrc:y /Lfz4 /Lfb /Of:/$$$TMP$/\dups.tmp
   lists all potential duplicate files that are found up to 2 levels of sub 
   dirs deep from the boot drive root dir, and output results 
   to the filepath dir 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) and easize bytes field (Lfz4) commatized (if needed).

42) cssdir c:\ d:\ e:\ /s /Lxpo:*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.
   
42a) cssdir /$dups$/ c:\ /s
   use convenient symbolic definition to list duplicates on drive c

43) cssdir /Srs:2000000,$ f:\ /Wc:*.zip;*.rar;*.gz /s /os /Lxpo:ax
   lists all the files with an extension of .zip,
   .rar, or .gz anywhere on drive f which are 2000000 or greater in size
   (bytes) and order them by ascending size

43a) cssdir /$$.#path$/ /Wc:cssdir.exe
   This will search you path in the order in which the command shell would
   invoke the program cssdir.exe. For users with a UNIX background this could
   be viewed as a 'which' utility. Also try /$searchPath$/ from cssdir.cfg
   instead of /$$.#path$/. Your output from cssdir can change based on what
   your current directory is at cssdir invocation time.

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

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

46) cssdir c:\basetree1 g:\basetree1 /s /Lxuf:-D /Lfu /Lxpo:ax
   lists all the unique files that exist between c:\basetree1 and c:\basetree2
   and their subdirs ignoring timestamps in the determination of
   uniqueness.
   
47) cssdir c:\ /s /$stat$/
   lists the summary statistics info of drive c, 

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

48a) cssdir c:\*.zip /s /$stat1$/
   alternative summary totals for files with the extension .zip on drive c.

48b) cssdir /$crc$/
   compute CRCs for all files in the current dir and list their CRCs

48c) cssdir /$crcs$/
   same as above but include EAs crcs

49) cssdir c:\ /s /List:/oS;/oen/Lfn2/Lff3/Lxpo:ax /Of:cssdirOut
   produces two lists for all files on drive c, first listing will be ordered
   by ascending filesize within each dir, the second will be ordered
   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 ignored in this second listed output. Write to output cssdirOut in the
   current dir.

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

50a) cssdir /Dumpo:2
   dumps extremely brief version of active option settings

50b) cssdir /$$bdrv$/:\ /s /Lanf:0
   list only files that have invalid dates on your boot drive

50c) cssdir /$$LclDrvRoots$/ /Mf2:3 /s /Lanf:0 /Pi
   (this example could take a little while if you have a lot of files)
   (You could monitor it with cssmon)
   list only files that have invalid dates on all your local drives


51) cssdir /Dumpo:b/c /on
   dumps all active option settings and then continues processing the request,
   to list all files in the current dir ordered by their filenames.

52) cssdir /Lrrs4 c:\ /s /Of:drvCsum
   produce only dir 1 line summaries of all dirs on drive c:

(OS/2 and eComStation only)
52a) cssrss.cmd drvCsum s > drvCsum.siz
   order output of driveCsum by filesize, routing output to drvCsum.siz

(OS/2 and eComStation only)
52b) cssrss.cmd drvCsum -f > drvCsum.fil
   order output of driveCsum by descending #files per dir,
   routing output to file drvCsum.fil

53) cssdir c:\ d:\ /s2 /Lxrst:1  /os /Lxpo:dx
   list all files on drive C and D up two subdirs deep  
   and use request type one line summaries and merge dirs
   within each drive and order by ascending size.

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

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

(OS/2 and eComStation only)
56) cssdirm /s /Ce
   same as above but use the included rexx shortcut script

57)cssdir /Of:tmprep$$./m /s /$$bdrv$/:\os2\hm* /Ce /List:/*;/0/Lff3;/0/Lff3/Lfs4 
   This example will create 3 files 'tmprep$$' 'tmprep$$.1' and 'tmprep$$.2'.
   tmprep$$.1 will contain results from /List:/0/Lff3
   tmprep$$.2 will contain results from /List:/0/Lff3/Lfs4
   tmprep$$   will contain all other data (including errors)
   (all see exam:70 below) 

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

exam:58) [G:\]cssdir /$$bdrv$/:\os2\dll /s /ad /Lfx5 /Lrrs0
** cssdir ver 3.0 PRO Copyright (c) 2003-04 Curtis Systems Software P.C. **
cssdir /$$bdrv$/:\os2\dll /s /ad /Lfx5 /Lrrs0
cssdir F:\os2\dll /s /ad /Lfx5 /Lrrs0
searching for entries in <"F:\os2\dll\">

     1  1-02-02  8:51a [  1] --          <DIR> DISPLAY\
     2  1-02-02  8:42a [  1] --          <DIR> IBMNULL\
     3  1-02-02  8:51a [  1] --          <DIR> LASERJET\
     4  1-02-02  8:44a [  1] --          <DIR> Printers\
     5  1-02-02  8:42a [  1] --          <DIR> PSCRIPT\
     6  1-02-02  8:42a [  1] --          <DIR> VGA\
     7  6-12-01 12:48a [  5] -+          <DIR> Printers\PCL\
     8  6-12-01 12:48a [  6] --          <DIR> Printers\PCL\IBMPCL5\
GT>     8/      0/     321/                  0 ;  1,169 MB/ 56% Free

exam:59) [G:\]cssdir /$$bdrv$/:\os2\dll /s /ad /Lfx4 /Lrrs0 /Xr1:/dirPrefix/f:\os2\dll\ibmnull
** cssdir ver 3.0 PRO Copyright (c) 2003-04 Curtis Systems Software P.C. **
cssdir /$$bdrv$/:\os2\dll /s /ad /Lfx4 /Lrrs0 /Xr1:/dirPrefix/f:\os2\dll\ibmnull
cssdir F:\os2\dll /s /ad /Lfx4 /Lrrs0 /Xr1:/dirPrefix/f:\os2\dll\ibmnull
searching for entries in <"F:\os2\dll\">

      1  1-02-02  8:51a [  1] --          <DIR> DISPLAY\
      2  1-02-02  8:51a [  1] --          <DIR> LASERJET\
      3  1-02-02  8:44a [  1] --          <DIR> Printers\
      4  1-02-02  8:42a [  1] --          <DIR> PSCRIPT\
      5  1-02-02  8:42a [  1] --          <DIR> VGA\
      6  6-12-01 12:48a [  4] -+          <DIR> Printers\PCL\
      7  6-12-01 12:48a [  5] --          <DIR> Printers\PCL\IBMPCL5\
GT>     7/      0/     321/                   0 ;  1,169 MB/ 56% Free

exam:60) [G:\]cssdir /$$bdrv$/:\os2\w*
** cssdir ver 3.0 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*">

   1-02-02  8:40a -1 [  1] :> F:\os2\
   9-05-00  4:49p --          4,026 WARP.COM
   9-05-00  4:55p --          4,026 WARPUSE.ICO
  12-02-99  2:47p --          9,443 WIN_30.RC
   9-06-00 12:42p --          8,661 WPCLS.IMP
   9-06-00 12:42p --         12,317 WPCONST.CMD
   8-28-02 11:11a -+         14,093 WPDSACTV.EXE
   8-28-02 11:11a -+         26,453 WPDSINIT.EXE
   9-06-00 12:42p --          5,157 WPFIND.CMD
   9-06-00 12:42p --          6,313 WPREXX.IMP
   9-06-00 12:42p --         15,877 WPSINIT.WPS
   9-06-00 12:42p --          2,813 WPSINST.CMD
   9-06-00 12:42p --          1,932 WPSYSOBJ.CMD
gt>   0/    12/  122/       111,111 ;  1,169 MB/ 56% Free

exam:61) [G:\]cssdir /$lodir$/ f:\os2\w* f:\os2\pa*
** cssdir ver 3.0 PRO Copyright (c) 2003-04 Curtis Systems Software P.C. **
cssdir /$lodir$/ f:\os2\w* f:\os2\pa*
cssdir /Lxlo:QIXDTSZAHF /Lfh0 /Lfz4 /Lfa0 /Lfq0 /Lxmf:1234 /a-H-S f:\os2\w* f:\os2\pa*
searching for         entries in  [  1a]<"F:\os2\w*">
searching for         entries in  [  2a]<"F:\os2\pa*">

 1-02-02  8:40a [  1-1a] :> F:\os2\
 9-05-00  4:49p          4,026       0 WARP.COM
 9-05-00  4:55p          4,026       0 WARPUSE.ICO
12-02-99  2:47p          9,443       0 WIN_30.RC
 9-06-00 12:42p          8,661       0 WPCLS.IMP
 9-06-00 12:42p         12,317       0 WPCONST.CMD
 8-28-02 11:11a         14,093      61 WPDSACTV.EXE
 8-28-02 11:11a         26,453      61 WPDSINIT.EXE
 9-06-00 12:42p          5,157       0 WPFIND.CMD
 9-06-00 12:42p          6,313       0 WPREXX.IMP
 9-06-00 12:42p         15,877       0 WPSINIT.WPS
 9-06-00 12:42p          2,813       0 WPSINST.CMD
 9-06-00 12:42p          1,932       0 WPSYSOBJ.CMD
t>>*     12/           111,111/    122 [  1-1a] .


 1-02-02  8:40a [  2-2a] :> F:\os2\
11-15-00  7:38p         42,653       0 PATCH.EXE
 9-06-00 12:43p             82       0 PATCHWP.CMD
t>>*      2/            42,735/      0 [  2-2a] .

GT>*     14/           153,846/    122 ;  1,169 MB/ 56% Free

exam:62) [F:\]cssdir /ozs /Srz:1,$ /Lrll  /Lrrs0 /Lfz3 /Lfa3
** cssdir ver 3.0 PRO Copyright (c) 2003-04 Curtis Systems Software P.C. **
cssdir /ozs /Srz:1,$ /Lrll  /Lrrs0 /Lfz3 /Lfa3
searching for entries in <"F:\">

    Date    Time  attr  EaSize       FileSize file specification
   7-02-02  2:07p a---      35          1,854 alankeyes
  10-28-02  3:24p -s-r      54        850,253 OS2KRNL
  11-05-03  8:36a a---     208          2,956 y.bkp
  10-03-99  1:51a a---     208          4,123 XF86Config
   3-03-03 10:30p a---     231          3,013 2003mar03.sb
   3-19-02  5:32p a---     308             44 poweroff.cmd
   3-19-02  5:34p a---     313             48 powerrestore.cmd
   1-02-02  8:43a ----     342          <DIR> Spool\
   1-02-02  8:40a --h-     342          <DIR> DELETE\
   1-02-02  8:49a -sh-     381          <DIR> Nowhere\
   3-22-02  3:12p a---    1010        253,004 OGM1.WAV
   1-02-02  8:44a ----    1093          <DIR> eCS\
   1-02-02  8:44a ----    2270          <DIR> MMOS2\
   3-19-02 10:22p ----    2283          <DIR> faxworks\
  10-23-02 12:47p a---    2358            456 opendesktop.cmd
   1-02-02  8:49a ----    2650          <DIR> Desktop\
  11-05-03  9:10a a---    3008          1,213 daproc.bkp
  11-05-03  9:11a a---    3010          1,215 daproc.cmd
   3-03-04  9:28a as--    4576            354 WP ROOT. SF
  12-20-02  6:09p a---    9577        142,140 deviceReportView.jpg
  12-21-02 10:20a a---    9577        144,285 DeviceReportView2.jpg
   1-02-02  8:40a ----    9669          <DIR> os2\
   1-02-02  9:18a ----   16093          <DIR> Personal Folder\
   1-02-02  9:18a ----   16126          <DIR> Upload\
   1-02-02  9:18a ----   16130          <DIR> Download\
GT>  11/    14/         101852/     1,404,958 ;  1,169 MB/ 56% Free

exam:63) [F:\] cssdir /oen /$$bdrv$/:\os2\ /Wc:A*;Ba*;Cl* /Lxpo:dx  /Lfn2
** cssdir ver 3.0 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*">

                  <  1>    :> (*ReqType*) F:
   1-02-02  8:41a <  1+1a> --          <DIR> apps\                          apps\
   1-02-02  8:40a <  1+1a> --          <DIR> ARCHIVES\                      ARCHIVES\
  11-15-00  7:36p <  1+1a> --          5,139 ANSI                .EXE       ANSI.EXE
   4-03-02  3:52p <  1+1a> --          2,733 APMDAEMN            .EXE       APMDAEMN.EXE
   8-28-02 12:26p <  1+1a> -+         17,962 ARCINST             .EXE       ARCINST.EXE
   8-28-02 12:26p <  1+1a> -+         24,723 ARCRECOV            .EXE       ARCRECOV.EXE
  11-15-00  7:33p <  1+1a> --         37,789 ATTRIB              .EXE       ATTRIB.EXE
   8-28-02 11:16a <  1+1b> --         40,582 BACKPRN             .EXE       BACKPRN.EXE
  11-15-00  7:36p <  1+1b> --         35,040 BACKUP              .EXE       BACKUP.EXE
   8-28-02 11:14a <  1+1c> --         14,067 CLIPOS2             .EXE       CLIPOS2.EXE
  10-09-02  5:19p <  1+1c> -+         35,343 clrbblks            .exe       clrbblks.exe
   2-22-04  7:43p <  1+1a> --          3,504 ACROREAD            .INI       ACROREAD.INI
   2-21-02 10:40p <  1+1a> --            121 APPROACH            .INI       APPROACH.INI
gt>     2/     11/     183/          217,003 (*ReqType*) ;  1,169 MB/ 56% Free

exam:64) [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:65) [G:\]cssdir \basetree1 \basetree2 /s /Lxuf:-D /Lfu  /Lxpo:ax
** cssdir ver 3.0 PRO Copyright (c) 2003-04 Curtis Systems Software P.C. **
cssdir \basetree1 \basetree2 /s /Lxuf:-D /Lfu  /Lxpo:ax
searching for         entries in  [  1a]<"G:\basetree1\">
searching for         entries in  [  2a]<"G:\basetree2\">

                  <  1>    :> (*ReqType*)
   1-21-04  7:28a <  1+1a> --          <DIR>  (+File)  44\
   1-28-04 11:12a <  1+2a> --          <DIR>  (-File)  empty\
   2-19-04 10:14a <  1+1a> --          <DIR>  (+File)  wxyz\
   1-21-04  7:28a <  1+1a> --          <DIR>  K        XX\
   1-21-04  7:29a <  1+2a> --          <DIR>  K        xx\
   1-07-04 11:07p <  1+1a> --             13  (+File)  3
   1-08-04  8:45a <  1+1a> --             13  (+File)  44\a
   8-14-03  2:54p <  1+1a> --         10,293  (+File)  CONFIG.000
  10-23-03  9:11p <  1+1a> --         10,450  (+File)  CONFIG.001
  10-24-03  9:26p <  1+1a> --         10,450  (+File)  CONFIG.002
  10-23-03  7:12p <  1+1a> --         10,423  (+File)  CONFIG.bkp
   8-08-03  2:34p <  1+1a> --         10,260  (+File)  config.nbk
  10-25-03 12:12p <  1+1a> --         10,450  (+File)  CONFIG.SYS
   7-30-03 11:03a <  1+1a> --         10,261  (+File)  config.sys.07Aug2003
   8-14-03  2:54p <  1+1a> --         10,293  (+File)  config.sys.save
  10-23-03  9:11p <  1+1a> --         10,450  (+File)  config.sys.save2
  10-23-03  7:12p <  1+1a> --         10,423  (+File)  config.sys102303
   2-19-04 10:14a <  1+1a> --             13  (+File)  wxyz\wxyzfile
  11-19-03 10:33a <  1+1a> --            619  K S      X
  11-19-03  9:52a <  1+2a> --            621  K S      x
   1-07-04  9:59a <  1+1a> --             13  (+File)  xyz
  10-14-99  2:10p <  1+1a> -+            257  K        XX\Z.CmD
  10-14-99  2:10p <  1+2a> -+            257  K        xx\z.cmd
gt>     5/     18/   1,844/          105,559 (*ReqType*) ;  58.17 MB/  1% Free

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

/$cssdirTmp$/ (start  ):(/$$$tmp$/)
/$cssdirTmp$/ (Pass= 1):(|/$$$tmp$/)
/$cssdirTmp$/ ( final ):(G:\eCS\cd3\smartsuite1.6\LOTUSW4\TEMP)
/$cssdirSkipDrvs$/ (start  ):(/$cdDrv$/)
/$cssdirSkipDrvs$/ (Pass= 1):(|/$cdDrv$/)
/$cssdirSkipDrvs$/ ( final ):(k)
cmdLineargs   (start  ):( /$stat$/ /$$bdrv$/:\ /s )
cmdLineargs   (Pass= 1):( |/$stat$/ /$$bdrv$/:\ /s )
cmdLineargs   (Pass= 2):( /00 /Soo:1 /Lxmf:1y /List:/AT |/$$bdrv$/:\ /s )
cmdLineargs   ( final ):( /00 /Soo:1 /Lxmf:1y /List:/AT F:\ /s )
searching for entries in <"F:\">

GT>* 13,201/ 1,549/ 11,652/ 6,672_K/   857,464,337 ;  1,212 MB/ 58% Free

ms>  warning/err  msgs:                 0
zz>             zzDirs:               520
he>    hid/Sys    Dirs:                10
he>    hid/Sys   Files:                29
he>    hid/Sys Entries:                39
tr>  hid/SysTr    Dirs:                 1
tr>  hid/SysTr   Files:                 0
tr>  hid/SysTr Entries:                 1
ns>   entries Searched:                 0
ns> bytes Sift4Sch Str:                 0 bytes
ef>  non 0 EasizeFiles:             3,693
ab>  archiveBitEntries:            11,432
hb>      hidBitEntries:                21
rb>       roBitEntries:               247
sb>      sysBitEntries:                28
cb>   allClrBitEntries:                25
zb>        tBitEntries:                 0
zb>        cBitEntries:                 0
zb>        oBitEntries:                 0
zb>        eBitEntries:                 0
zb>        vBitEntries:                 0
zb>        lBitEntries:                 0
zb>        pBitEntries:                 0
zb>        nBitEntries:                 0
zb>        #BitEntries:                 0
zb> totFilesWspecAttrs:                 0
nd>     NumDirectories:             1,549
nf>           NumFiles:            11,652
ne>         NumEntries:            13,201
se>         SumEasizes:         6,672,032 bytes
sf>       SumFileSizes:       857,464,337 bytes
ts>         TotalSizes:       864,136,369 bytes
di>         FS drive F:     1,212,632,064 bytes/ 57.8% Free; HPFS 'ECOMSTATION'
di>         US drive F:       884,782,080 bytes/ 42.2% Used; HPFS 'ECOMSTATION'
di>         SZ drive F:     2,097,414,144 bytes;  E7C9:A014; HPFS 'ECOMSTATION'
di>         AS drive F:               512 bytes;  E7C9:A014; HPFS 'ECOMSTATION'
DI> HPFS F: FS=     1,212,632,064  US=       884,782,080  SZ=     2,097,414,144

exam:67) [G:\]cssdir /$reqTotSum$/ c:\ d:\ e:\ f:\ /s
** cssdir ver 3.0 PRO Copyright (c) 2003-04 Curtis Systems Software P.C. **
cssdir /$reqTotSum$/ 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:\">

t>> 1,094/  9,583/  45,431/    1,771,972,942 [  1-1a] (*ReqType*) c:\

t>>   828/  3,589/ 4,351 K/      199,604,587 [  2-2a] (*ReqType*) d:\

t>>     1/      2/       0/              378 [  3-3a] (*ReqType*) e:\

t>> 1,599/ 12,705/ 6,691 K/      899,103,684 [  4-4a] (*ReqType*) f:\

GT> 3,522/ 25,879/11,088 K/    2,870,681,591 (*ReqType*) ;   **** MB/ **% Free

exam:68) [G:\]cssdir /$AllDrvsSum1$/
cssdir /$AllDrvsSum1$/
cssdir /00 /Ve:2 /Lrdi7 C: D: E: F: G: H: J: M: N: O: P: Q: 


di>  FAT C:          'AP' FS=     72.42M(  3.5%) US=     2,024M SZ=     2,097M
di> HPFS D:    (no label) FS=     1,879M( 89.6%) US=       218M SZ=     2,097M
di> HPFS E:    (no label) FS=     2,086M( 99.5%) US=     10.92M SZ=     2,097M
di> HPFS F: 'ECOMSTATION' FS=     1,169M( 55.8%) US=       927M SZ=     2,097M
di> HPFS G: '12345678901' FS=     58.14M(  0.9%) US=     6,234M SZ=     6,292M
di>  JFS H:    (no label) FS=     6,257M(100.0%) US=      1.15M SZ=     6,258M
di>  JFS J:    (no label) FS=     3,188M( 20.3%) US=    12,487M SZ=    15,676M
di>  JFS M:        'drvM' FS=     95.14M(  0.2%) US=    41,810M SZ=    41,905M
di> HPFS N:    (no label) FS=     3,396M( 54.0%) US=     2,896M SZ=     6,292M
di> HPFS O:    (no label) FS=     8,415M( 40.1%) US=    12,559M SZ=    20,974M
di> HPFS P:    (no label) FS=     2,086M( 99.5%) US=     10.92M SZ=     2,097M
di>  JFS Q:    (no label) FS=       809M(  2.6%) US=    30,609M SZ=    31,418M
DI>   Drvs:               FS=    29,514M( 21.2%) US=   109,790M SZ=   139,304M

exam:69) [G:\] cssdir /$bootDrvChgs$/ /Lrdi
** cssdir ver 3.0 PRO Copyright (c) 2003-04 Curtis Systems Software P.C. **
cssdir /$bootDrvChgs$/ /Lrdi 
cssdir F:\ /s /Srd:today /Lrrs0 /Lxlo:iXTAZSHFM /Lfa1 /Lfm /Lfz4 /Lfx4 /Lrll  /Lrtbeg:
"Files changed today on (boot) drive F: 2004-03-03 (run @ 12:38:41)#"   /Lrdi

searching for entries in <"F:\">

Files changed today on (boot) drive F: 2004-03-03 (run @ 12:38:41)

Entry  Time  tattrz  EaSize       FileSize hint  file specification 
    1  9:28a -as--1   4,576            354 [  1] WP ROOT. SF 
    2  9:26a -a----       0            985 [  1] xwpstart.log 
    3  9:26a -a----       0          1,156 [  2] IBMCOM\LANTRAN.LOG 
    4 12:36p -a----       0             24 [  2] IBMCOM\RFCCACHE.LST 
    5  9:26a -a----       0            422 [  3] IBMLAN\LSSHARE.INI 
    6  9:26a -a----       0          5,645 [  4] IBMLAN\LOGS\NET.AUD 
    7  9:28a -a-h--       0              0 [  5] IBMLAN\NETPROG\NETMSG.!!! 
    8  9:26a -a-h--       0              0 [  6] MMOS2\LTCACHE.!!! 
    9  9:26a -a-h--       0              0 [  6] MMOS2\MMCLSSET.!!! 
   10  9:26a -a-h--       0              0 [  6] MMOS2\MMPM.!!! 
   11  9:29a -a----       0             95 [  7] mptn\ETC\resolv 
   12  9:28a -a----       0            235 [  7] mptn\ETC\TCPOS2.INI 
   13  9:25a -a----       0              8 [  8] NDFS\netdrive.key 
   14 12:33p -a-h--       0              0 [  9] os2\EPM.!!! 
   15 11:40a -as-r-       0          2,447 [  9] os2\EPM.INI 
   16  9:35a -a----       0            305 [  9] os2\EPW.INI 
   17  9:25a -a----       0          8,749 [  9] os2\gradd.mod 
   18 11:40a -a-h--       0              0 [  9] os2\OS2.!!! 
   19 11:40a -as-r-       0      1,066,280 [  9] os2\OS2.INI 
   20  9:29a -a-h--       0              0 [  9] os2\OS2SYS.!!! 
   21  9:29a -as-r-       0        419,242 [  9] os2\OS2SYS.INI 
   22  9:28a -a----       0          3,411 [  A] os2\boot\PREVIOUS.DAT 
   23  9:28a -a----       0            526 [  B] os2\dll\dock0.cfg 
   24  9:28a -a----       0             46 [  B] os2\dll\dock1.cfg 
   25  9:28a -a----       0             46 [  B] os2\dll\dock10.cfg 
   26  9:28a -a----       0             46 [  B] os2\dll\dock11.cfg 
   27  9:28a -a----       0             46 [  B] os2\dll\dock12.cfg 
   28  9:28a -a----       0             46 [  B] os2\dll\dock13.cfg 
   29  9:28a -a----       0             46 [  B] os2\dll\dock14.cfg 
   30  9:28a -a----       0             46 [  B] os2\dll\dock15.cfg 
   31  9:28a -a----       0             46 [  B] os2\dll\dock2.cfg 
   32  9:28a -a----       0             46 [  B] os2\dll\dock3.cfg 
   33  9:28a -a----       0             46 [  B] os2\dll\dock4.cfg 
   34  9:28a -a----       0             46 [  B] os2\dll\dock5.cfg 
   35  9:28a -a----       0             46 [  B] os2\dll\dock6.cfg 
   36  9:28a -a----       0             46 [  B] os2\dll\dock7.cfg 
   37  9:28a -a----       0             46 [  B] os2\dll\dock8.cfg 
   38  9:28a -a----       0             46 [  B] os2\dll\dock9.cfg 
   39  9:28a -a----       0            753 [  B] os2\dll\SCENTER.CFG 
   40  9:26a -a----       0          6,605 [  C] os2\DRIVERS\nucleus\config\graphics.log 
   41 12:29p -a----       0            802 [  D] os2\eCSClock\ALARM.LST 
   42 11:29a -a----       0            910 [  D] os2\eCSClock\CLKBASIC.INI 
   43  9:26a -a----       0             78 [  E] os2\Install\GRADD.LOG 
   44  9:25a -a----       0     16,777,216 [  F] os2\system\SWAPPER.DAT 
   45  9:28a -a-h--       0          1,024 [  G] os2\system\RAS\ERRSAV.DAT 
   46  9:26a -a----       0         35,672 [  G] os2\system\RAS\FF001034.DMP 
   47  9:28a -a----       0         47,974 [  G] os2\system\RAS\FF001035.DMP 
   48  9:28a -a----       0          9,120 [  G] os2\system\RAS\FFSTHDR.FFS 
   49  9:28a -a---+      34         65,536 [  G] os2\system\RAS\LOG0001.DAT 
GT>     0/     49/    4,610/    18,456,264 ;  1,169 MB/ 56% Free

di>         FS drive F:     1,169,457,664 bytes/ 55.8% Free; HPFS 'ECOMSTATION'

exam:70) cssdir /Of:tmprep$$./m /s /$$bdrv$/:\os2\hm* /Ce /List:/*;/0/Lff3;/0/Lff3/Lfs4 

start tmprep$$ contents:
** cssdir ver 3.0 PRO Copyright (c) 2003-04 Curtis Systems Software P.C. **
cssdir /Of:tmprep$$./m /s /$$bdrv$/:\os2\hm* /Ce /List:/*;/0/Lff3;/0/Lff3/Lfs4
cssdir /Of:tmprep$$./m /s F:\os2\hm* /Ce /List:/*;/0/Lff3;/0/Lff3/Lfs4
searching for entries in <"F:\os2\hm*">

   1-02-02  8:42a [  1] -- :> F:\os2\help\
  10-19-00  1:01p [  1] --         30,544 HMHELP.HLP
  10-19-00  1:01p [  1] --         45,720 HMHELPA.HLP
  10-19-00  1:01p [  1] --         29,132 HMHELPH.HLP
gt>     0/      3/       0/       105,396 ;  1,171 MB/ 56% Free

Of> generating additional data to file:tmprep$$.1/om  for '/List:/0/Lff3'
Of> generating additional data to file:tmprep$$.2/om  for '/List:/0/Lff3/Lfs4'
end   tmprep$$ contents

start tmprep$$.1 contents:
F:\os2\help\HMHELP.HLP
F:\os2\help\HMHELPA.HLP
F:\os2\help\HMHELPH.HLP
end   tmprep$$.1 contents

start tmprep$$.2 contents:
        30,544 F:\os2\help\HMHELP.HLP
        45,720 F:\os2\help\HMHELPA.HLP
        29,132 F:\os2\help\HMHELPH.HLP
end   tmprep$$.2 contents

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