home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR3 / FFG155.ZIP / EXAMPLES.FFG < prev    next >
Text File  |  1993-12-10  |  9KB  |  154 lines

  1.            Examples of How File Finder/Grouper Can Be Used
  2.  
  3. ffg *:*                                All hard disk files
  4. ffg ab:*                               All floppy disk files
  5. ffg ab*:*                              All files, all but substitute drives
  6. ffg a-z:*                              All files, report substitute drives too
  7. ffg e*:*                               All hard disk files, search E: first
  8. ffg *c:*                               All hard disk files except C: files
  9. ffg w*:*                               All hard disk files incl. SUBST drive W:
  10. ffg a-k:*                              All files on drives A: through K:
  11. ffg *u-z:*                             All hard disk files except on drives U: through Z:
  12.  
  13. ffg *:* /d1/1/90-12/31/90              1990 Files
  14. ffg *:* /d1/90-12/90                   1990 Files (easier)
  15. ffg *:* /d90                           1990 Files (easiest)
  16. ffg *:* /d89-91                        1989 through 1991 Files
  17. ffg *:* /d89,90,91                     1989 through 1991 Files
  18. ffg *:* /d1-15                         1st-15th of this month
  19. ffg *:* /d3/91                         3/91 Files
  20. ffg *:* /d3/*/91                        "     "
  21. ffg *:* /d3/1/91-3/31/91                "     "
  22. ffg *:* /dT                            Today's files
  23. ffg *:* /d//                             "       "
  24. ffg *:* /dM/D/Y                          "       "
  25. ffg *:* /d//y                          This year's files
  26. ffg *:* /d-1T                          Before Today
  27. ffg *:* /d!T                           All but today's files
  28. ffg *:* /d6T-T                         Last Week's files
  29. ffg *:* /dT1-                          Future files (Shouldn't be any)
  30. ffg *:* /dWe                           Wednesday files
  31. ffg *:* /dMo,We,Fr                     Monday, Wednesday, or Friday files
  32. ffg *:* /d7T-1T /dWe                   Last Wednesday files
  33. ffg *:* /dMo-Fr                        Weekday files
  34. ffg *:* /dSa-Su                        Weekend files
  35. ffg *:* /d6T-T /dWe                    Last (most recent) Wednesday files
  36. ffg *:* /d8/1/Y  /dMo-Fr /d!We         Weekdays (except Wednesdays) this August
  37. ffg *:* /d5/*/*                        May files
  38. ffg *:* /d5/93                         May 1993 files
  39. ffg *:* /d5/Y                          May of this year files
  40. ffg *:* /d*/1/*                        First-day-of-month files (1st)
  41. ffg *:* /dM/1/Y                        First-day-of-current-month files (1st)
  42. ffg *:* /d/1/                          1st of this month
  43. ffg *:* /d1/1/*                        New Year's Day files (Jan 1)
  44. ffg *:* /dMo /d9/1/*-9/7/*             Labor Day files (1st Monday of September)
  45. ffg *:* /d*/1/*-*/15/*                 First-half-of-month files (1-15)
  46. ffg *:* /d*/16/*-*/31/*                Last-half-of-month files (16-31)
  47. ffg *:* /d-6/*/*                       First-half-of-year files (Jan-Jun)
  48. ffg *:* /d7/*/*-                       Last-half-of-year files (Jul-Dec)
  49. ffg *:* /d8/1/*-8/7/* /dMo             First Monday in August
  50. ffg *:* /d1/7/*-1/14/* /dFr            Second Friday in January
  51.  
  52. ffg *:* /t-8                           Earlybird Files (before 8 am)
  53. ffg *:* /t17:00-8:00                   After Hours Files (5pm-8am)
  54. ffg *:* /t0:00                         Midnight Files
  55. ffg *:* /t12:00                        Noon Files
  56. ffg *:* /dt /t1n-                      Recent (w/in 1 minute) files
  57. ffg *:* /dt /t60n-                     Recent (w/in 1 hour) files
  58. ffg *:* /t!12:00-13:00                 All but lunchtime Files
  59. ffg *:* /t12:00- /t!17:00-18:00        After-noon files but not dinnertime files
  60. ffg *:* /th                            Same hour as current hour, but any day
  61. ffg *:* /t*:55-*:05                    Within 5 minutes of any hour
  62. ffg *:* /d1T /tH:M:S                   Exactly this time (to the second) yesterday
  63. ffg *:* /d1T /tN                       This time (to the minute) yesterday
  64. ffg *:* /t15                           Exactly 3pm (15:00:00) any day
  65. ffg *:* /t15:*:*                       3pm any day but any minutes/seconds
  66. ffg *:* /t15:                          3pm any day but any minutes/seconds (easier)
  67.  
  68. ffg *:* /ah                            Hidden Files
  69. ffg *:* /ar                            Read-Only Files
  70. ffg *:* /as                            System Files
  71. ffg *:* /ah,s,r                        Hidden, System OR Read-Only Files
  72. ffg *:* /a!h /a!s /a!r                 Normal Files
  73. ffg *:* /a!s                           All but System Files
  74. ffg *:* /a!r /a!h                      All but hidden or read-only files
  75. ffg *:* /arh /a!s                      Hidden & Read-only but not system files
  76. ffg *:* /aa                            Archive Files
  77. ffg *:* /ahsr                          Files with hidden, system and read-only attribute
  78. ffg *:* /ah.                           Files w/Hidden attribute and no other attributes
  79. ffg *:* /ahs,sr,hr /a!h,!s,!r          Any two of H, S, R but not all three
  80.  
  81. ffg *:* /h.                            All files in HIDDEN directories
  82. ffg *:* /h!                            All files except those in HIDDEN directories
  83.  
  84. ffg *:* /d3/10/92 /t3:10               Windows 3.1 Files
  85. ffg *:* /d6/29/90 /t12:00              WordPerfect 5.1 Files
  86. ffg *:* /d7/19/90 /t1:01:00            Quattro Pro v1.01 Files
  87. ffg *:* /d2/02/88 /t0:00:02            MS-DOS v3.3 Files
  88. ffg *:* /d8/25/90 /t3:50:00            Paradox v3.5 Files
  89. ffg *:* /d8/8/92  /t4:00:00            Paradox v4.0 Files
  90. ffg *:* /d7/17/90 /t17:00:00           Norton Utilities v
  91.  
  92. ffg *:*c[,o,on]f[i,]g* /x*.[exe,com]   Configuration Data Files
  93. ffg *:*h[i,]s[t,t[o,]ry]*              History Files
  94. ffg *:*read*me*                        Read Me files
  95. ffg *:*nts*,*notes*                    Notes Files
  96. ffg *:*n[o,]t[e,]s*                    Notes Files (better)
  97. ffg *:*h[e,]lp*                        Help Files
  98. ffg *:*mouse*                          Mouse Files
  99. ffg *:*inst* /x*ant*                   Installation Files
  100. ffg *:*doc                             Documentation/User Manual Files
  101. ffg *:*don* *ltr*                      Finds DON.LTR and LTR.DON (order doesn't matter)
  102. ffg *:*.[c,h][,pp]                     C Language source code files
  103.  
  104. ffg *:*t[a,]x* /x*txt* /d92            1991 Tax Files
  105.  
  106. ffg *:*???2???*.[com,exe]              Conversion Programs like EXE2COM, EXE2BIN
  107.  
  108. ffg *:*.db*                            Database Data Files
  109.  
  110. ffg *:* /s1M-                          Huge Files
  111. ffg *:* /s0                            Empty files
  112. ffg *:* /s-500 /s!0                    Small but not Empty files
  113. ffg *:* /s-500,1M-                     Either small or huge files
  114. ffg *:*.com /s-500                     Small .COM Files
  115. ffg *:* /s!64K-128K                    All but 64K-128K files
  116. ffg *:* /s-64K /s!30K-40K              Files smaller than 64K, excluding 30K - 40K files
  117.  
  118. ffg *:*zip*.[exe,com,bat]              All ZIP Programs
  119.  
  120. ffg *:*.[zip,arj,arc,lzh]              Archive files
  121.  
  122. ffg *:* /$=c=#4=255WPC                 WordPerfect Corporation Files
  123. ffg *:*.exe /$=c=#40PKLITE             Self-extracting ZIP files.
  124. ffg *:*.exe /$=c=#40LHA                Self-extracting LHA files.
  125. ffg *:* /x*.exe /$=c=#2MZ              Non-EXE executable files
  126. ffg *:* /$=#1=255 /$=!=#4=255WPC       Device drivers (and maybe a few others)
  127. ffg *:* /$tom                          Files containing 'tom' regardless of case
  128. ffg *:* /$TOM                          Files containing 'tom' regardless of case
  129. ffg *:* /$=cTOM                        Files containing 'TOM' - case-sensitive
  130. ffg *:* /$Tom=_                        Files containing 'Tom ' (will not find 'Tomorrow')
  131. ffg *:* /$=(F1=)                       Files containing '<F1>'
  132. ffg *:* /$==                           Files containing '='
  133. ffg *:* /$=[386eng=]                   Files containing '[386enh]'
  134. ffg *:* /$Bob,Tom                      Files containing either 'Bob' or 'Tom'
  135. ffg *:* /$Bob /$Tom                    Files containing both 'Bob' and 'Tom'
  136. ffg *:* /$Bob=,Tom                     Files containing 'Bob,Tom'
  137. ffg *:* /$=I                           Files containing '|'
  138. ffg *:* /$='Tom='                      Files containing "'Tom'"
  139. ffg *:* /$=:                           Files containing ';'
  140. ffg *:*.com /$=#160copyright           .COM with 'copyright' in first 160 bytes
  141.  
  142. ffg C:* /f,                            Comma-delimited database of C: Drive Files
  143. ffg *:* /f,N                           Comma-delimited database of all files, "FILENAME.EXT" only
  144. ffg *:* /f,P\N                         Comma-delimited database of all files, "D:\PATH\FILENAME.EXT" only
  145.  
  146. ffg *:*.[com,exe]                      All executable program files
  147.  
  148. ffg *:*.exe /fp > tozip                All EXE files in a file for ZIP processing with @ option
  149. ffg *:*.bak /fb > GODELBAK.BAT         All BAK files in a file for later deletion by "DELBAK DEL"
  150.  
  151. ffg                                    General usage and help
  152. ffg /?                                 Option help
  153. ffg /?e                                Help for /e (Execute) option
  154.