home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR3 / FFG153.ZIP / EXAMPLES.FFG < prev    next >
Text File  |  1993-08-04  |  4KB  |  82 lines

  1.            Examples of How File Finder/Grouper Can Be Used
  2.  
  3. ffg ab*:*                              All files
  4. ffg a-z:*                              All files, report substitute drives too
  5. ffg *:*                                All hard disk files
  6. ffg e*:*                               All hard disk files, search E: first
  7. ffg *c:*                               All hard disk files except C: files
  8. ffg w*:*                               All hard disk files incl. SUBST drive W:
  9. ffg a-k:*                              All files on drives A: through K:
  10. ffg *u-z:*                             All hard drive files except on drives U: through Z:
  11.  
  12. ffg *:* /d1/1/90-12/31/90              1990 Files
  13. ffg *:* /d3/1/91-3/31/91               3/91 Files
  14. ffg *:* /dT                            Today's files
  15. ffg *:* /d6T-T                         Last Week's files
  16. ffg *:* /d-1T                          All but today's files
  17. ffg *:* /dT1-                          Shouldn't be any files dated after today
  18. ffg *:* /dWe                           Wednesday files
  19. ffg *:* /dMo-Fr                        Weekday files
  20. ffg *:* /dSa-Su                        Weekend files
  21. ffg *:* /d6T-T /dWe                    Last (most recent) Wednesday files
  22.  
  23.  
  24. ffg *:* /t-8:00                        Earlybird Files
  25. ffg *:* /t17:00-0800                   After Hours Files
  26. ffg *:* /t0:00                         Midnight Files
  27.  
  28. ffg *:* /ah                            Hidden Files
  29. ffg *:* /ar                            Read Only Files
  30. ffg *:* /as                            System Files
  31. ffg *:* /a!h!s!r                       Normal Files
  32. ffg *:* /a!s                           All but System Files
  33. ffg *:* /a!r!h                         All but hidden or read-only files
  34. ffg *:* /arh!s                         Hidden & Read-only but not system files
  35. ffg *:* /aa                            Archive Files
  36. ffg *:* /ahsr                          Files with hidden, system and read-only attribute
  37. ffg *:* /ah.                           Files w/Hidden attribute and no other attributes
  38.  
  39. ffg *:* /h.                            All files in HIDDEN directories
  40. ffg *:* /h!                            All files except those in HIDDEN directories
  41.  
  42. ffg *:* /d3/10/92 /t3:10               Windows 3.1 Files
  43. ffg *:* /d6/29/90 /t12:00              WordPerfect 5.1 Files
  44. ffg *:* /d7/19/90 /t1:01:00            Quattro Pro v1.01 Files
  45. ffg *:* /d2/02/88 /t0:00:02            MS-DOS v3.3 Files
  46. ffg *:* /d8/25/90 /t3:50:00            Paradox v3.5 Files
  47. ffg *:* /d7/17/90 /t17:00:00           Norton Utilities v
  48.  
  49. ffg *:*c[,o,on]f[i,]g* /x*.[exe,com]   Configuration Data Files
  50. ffg *:*h[i,]s[t,t[o,]ry]*              History Files
  51. ffg *:*read*me*                        Read Me files
  52. ffg *:*nts*+*notes*                    Notes Files
  53. ffg *:*n[o,]t[e,]s*                    Notes Files
  54. ffg *:*h[e,]lp*                        Help Files
  55. ffg *:*mouse*                          Mouse Files
  56. ffg *:*doc                             Documentation/User Manual Files
  57. ffg *:*.[c,h][,pp]                     C Language source code files
  58.  
  59. ffg *:*t[a,]x* /x*txt* /d1/1/92-12/31/92     1991 Tax Files
  60.  
  61. ffg *:*???2???*.[com,exe]              Conversion Programs like EXE2COM, EXE2BIN
  62.  
  63. ffg *:*.db*                            Database Data Files
  64.  
  65. ffg *:* /s1M-                          Huge Files
  66. ffg *:* /s0                            Empty files
  67. ffg *:*com /s-500                      Small .COM Files
  68.  
  69. ffg *:*zip*.[exe,com,bat]              All ZIP Programs
  70.  
  71. ffg *:*.[zip,arj,arc,lzh]              Archive files
  72.  
  73. ffg C:* /f,                            Comma-delimited database of C: Drive Files
  74. ffg *:* /f,N                           Comma-delimited database of all files, "FILENAME.EXT" only
  75. ffg *:* /f,P\N                         Comma-delimited database of all files, "D:\PATH\FILENAME.EXT" only
  76.  
  77.  
  78. ffg *:*.[com,exe]                      All executable program files
  79.  
  80. ffg *:*exe /fp > tozip                 All EXE files in a file for ZIP processing with @ option
  81. ffg *:*.bak /fb > GODELBAK.BAT         All BAK files in a file for later deletion by "DELBAK DEL"
  82.