home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / CUFEXT.ZIP / CUFEXT.DOC next >
Encoding:
Text File  |  1989-09-18  |  4.1 KB  |  92 lines

  1.                Common and Uncommon File Extensions
  2.                 by J. W. Rider, CIS [72426,1640]
  3.  
  4.         The file CUFEXT contains almost 600 common and uncommon
  5. three-letter file extensions that I have run across in personal
  6. and professional use on CompuServe and other file serving
  7. systems.  Where I was able to figure out what the extensions
  8. might mean, I have annotated the listing with both the meaning
  9. and the software packages with which the extension pertains.
  10. Sometimes, my imagination failed me, and the extension is left
  11. undescribed.  (It could very well be that some extensions mean
  12. nothing except to the file originator; inexplicable extensions
  13. will be eliminated in subsequent editions.)
  14.  
  15.         The goal of this effort is to provide computer users with
  16. possible interpretations of "mysterious" files that might be
  17. contained in or created by various software packages.  No attempt
  18. is made to tell users which extension is the *right* one to use.
  19. Instead, people should use the list in an attempt to identify
  20. unknown, isolated files.
  21.  
  22.  
  23.                      You can help with this.
  24.  
  25.  
  26.         The program EXEXT.EXE (this program was once distributed
  27. in the CUFEXT package, but is now available separately) extracts
  28. extensions from all subdirectories of a disk and generates a
  29. non-redundant, sorted listing of the extensions to standard
  30. output.  To generate a list of all extensions on your hard disk,
  31. try something like the following:
  32.  
  33.                          C>EXEXT >myext
  34.  
  35. and use an editor to make your annotations in the same style as
  36. CUFEXT.  You can omit extensions that are already in CUFEXT,
  37. unless you consider my descriptions to be in error or
  38. incomplete. To get EXEXT to *automatically* omit CUFEXT
  39. extensions, try something like the following:
  40.  
  41.                       C>EXEXT CUFEXT >myext
  42.  
  43. Obviously, EXEXT can't cope with the situation where an extension
  44. means something different than the description in CUFEXT.  You're
  45. going to have to spot those on your own.
  46.  
  47.         I carry around a floppy with the files on it.  When I
  48. come to a new machine, I stick the floppy in drive A:, log into
  49. the hard drive and type something like
  50.  
  51.                   "A:EXEXT A:CUFEXT >A:NEWEXT".
  52.  
  53. (For interested users, the Turbo Pascal v5 source code to
  54. EXEXT.EXE is available.  It is stored in data library 0 of BPROGA
  55. forum of CompuServe and other places.  However, to recompile, you
  56. will also need to download some of my other non-standard unit
  57. source code from data library 2 of the BPROGA forum on
  58. CompuServe.)
  59.  
  60.         I have run the program on several different computers
  61. systems in order to obtain the current listing.  My general
  62. criteria were to automatically omit numbers-only extensions and
  63. extensions that would of interest to very small groups of users.
  64. If the extension is used in connection with a particular
  65. commercial or shareware package, I have no problem with
  66. identifying the vendor and the software package.  Of course, if
  67. multiple vendors use the same extension, the interpretation is
  68. that nothing identifying can be deduced from the extension.  In
  69. those cases, I either remove all vendor names or name a
  70. particular vendor (chosen either by history or by popularity).
  71. Consequently, MicroPro gets credit for "BAK" and SEA gets credit
  72. for "ARC" for different reasons.
  73.  
  74.         How close is this to being complete?  Well, if we just
  75. counted alphabetic extensions (no numerals, no punctuation
  76. characters), then there are over 18,000 permutations possible.
  77. The current listing (which includes some extensions with numerals
  78. and punctuation) is well under five percent of that number.
  79. There is a lot of structure in the alphabet soup of file
  80. extensions. Not all extensions are used in a well-defined manner.
  81.  
  82.         Special thanks to those who have helped make this a truly
  83. collective effort:
  84.                           David Bryant
  85.                            Gary Miller
  86.                           Chris Nelson
  87.                          H. Rudy Ramsey
  88.                            Pat Ritchey
  89.                          Neil Rubenking
  90.  
  91.  Send updates/comments/corrections to J. W. Rider [72426,1640].
  92.