home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / GLEN / FLXT9010.ZIP / FILEEXTS.DOC
Text File  |  1990-10-10  |  14KB  |  369 lines

  1.              FILE-NAMING EXTENSIONS USED OR SUGGESTED
  2.                             10/09/90
  3.  
  4. [ This file is a list of some file extensions I've found in current ]
  5. [ use in the IBM-PC and CP/M communities.  I started accumulating   ]
  6. [ this list years ago when I got tired of using PRINT to send files ]
  7. [ to the printer and seeing garbage because they were word processor]
  8. [ files.  It has since filled many other purposes.                  ]
  9. [                                                                   ]
  10. [ I'd like to expand (and correct) this list to include current     ]
  11. [ Macintosh, UNIX, and other uses.  If you have any corrections,    ]
  12. [ suggestions, or additions, or have more detailed information on   ]
  13. [ any extension, please send them to:                               ]
  14. [                    Skip Reymann                                   ]
  15. [                    P. O. Box 374                                  ]
  16. [                    San Dimas, CA  91773                           ]
  17. [ or via electronic mail at:                                        ]
  18. [                    HotTips BBS, (818) 248-3088, 248-8971          ]
  19. [                    CompuServe 71510,3075                          ]
  20. [ for inclusion in an updated list of extensions.  Please include   ]
  21. [ the name of any program (and its manufacturer) which uses the     ]
  22. [ extension, and the computer system on which the extension appears.]
  23. [                                                                   ]
  24. [ I am particularly interested in obtaining a reference to any specs]
  25. [ which define any of these files, as the GIF spec which CompuServe ]
  26. [ wrote defines .GIF files.                                         ]
  27. [                                                                   ]
  28. [ I will distribute an updated list when I have more information.   ]
  29. [                                                                   ]
  30. [            This file is placed in the public domain.              ]
  31. [                                                                   ]
  32. [          PLEASE UPLOAD THIS FILE TO YOUR FAVORITE BBS.            ]
  33.  
  34.  
  35.  
  36. .$$$   Any file whose extensions starts with a .$-- is probably a temporary 
  37.          workfile which should have been either erased or renamed by the 
  38.          program which created it.
  39.  
  40. .1ST   A read-me-first text file usually used to accompany software 
  41.          documentation, almost always directly printable.
  42.  
  43. .3TP   A Turbo-Pascal version 3 .PAS file renamed by TP4's UPGRADE conversion
  44.          program, which generates a separate TP4 .PAS file.
  45.  
  46. .A86   An assembly-language file under the CP/M operating system, for 8086 
  47.          computers.
  48.  
  49. .ALL   A WordPerfect file holding printer definition information.
  50.  
  51. .AMC   Files used to define memory mapping by my favorite emulator.
  52.  
  53. .ANI   A graphics animation file used with DANIMATE.
  54.  
  55. .ARC   A file compressed by one of the ARChiving programs.
  56.  
  57. .ASC   A file in ASCII (American Standard Code for Information Interchange) 
  58.          characters and therefore usually directly printable.  May be text 
  59.          or other printable information.
  60.  
  61. .ASM   Assembly-language source code text file.
  62.  
  63. .ASP   A ProComm (R) telecommunications script file.
  64.  
  65. .BAK   A backup file created by programs when they modify an original file of 
  66.          the same name but a different extension.
  67.  
  68. .BAS   BASIC-language source code file.  This file may be in a text form or 
  69.          may have been saved in a binary, tokenized form which is not print-
  70.          able.  To convert a tokenized program into a text form, load the 
  71.          program into BASIC and type 'SAVE filename.BAS,A<CR>'.  This saves 
  72.          the file as an ASCII text file.
  73.          
  74. .BAT   BATch file; a text file of MS-DOS operating system commands.  Users 
  75.          may write their own such files to automate tasks which must be 
  76.          performed by a series of DOS commands.
  77.  
  78. .BGI   Borland Graphics Interface file(?).
  79.  
  80. .BIN   A program file which is usually a memory-image of the program, which 
  81.          can therefore often be run by the computer if renamed a .COM file.
  82.  
  83. .C     C-language source code text files.
  84.  
  85. .CFG   A configuration file, used by some programs to hold data to configure 
  86.          the program to certain hardware or to a certain use.
  87.  
  88. .CHR   A character font file used in Turbo-Pascal(?).
  89.  
  90. .CMD   dBASE II CoMmanD file in text form.
  91.  
  92. .COB   A COBOL-language source code text file.
  93.  
  94. .COD   A compiler output printable text file showing high-language CODe and 
  95.          corresponding machine code produced by Microsoft's C compiler.
  96.  
  97. .COM   A program COMmand file which is stored in a machine code form the 
  98.          computer can run directly.
  99.  
  100. .CPI   A file extension reserved on MS-DOS machines for Code Page Information 
  101.          files (foreign character sets).
  102.  
  103. .CRF   A CRoss-reFerence file, usually produced by a compiler or assembler.
  104.  
  105. .CRS   A file containing font-command conversion information which Word-
  106.          Perfect uses to convert from version 4.2 files to version 5.0 files.
  107.  
  108. .CTL   A file of ConTroL information in text form used by WordStar.
  109.  
  110. .CUT   A graphics image which has been saved from a (usually) larger Dr. 
  111.          Halo (R) image.
  112.  
  113. .DAT   A DATa file, an extension used by many programs.
  114.  
  115. .DBF   dBASE database file.
  116.  
  117. .DCT   DiCTionary files used with WordStar.
  118.  
  119. .DEF   Microsoft Windows or OS/2 module-definition file for linking.
  120.  
  121. .DIR   A DIRectory file.
  122.  
  123. .DLL   Microsoft Dynamic-Link Library.
  124.  
  125. .DOC   A text DOCumentation file, often documenting a program, which seldom 
  126.          contains word processor controls and is therefore usually directly 
  127.          printable without using a word processing program.
  128.  
  129. .DRS   A file extension used by WordPerfect to hold a character set.
  130.  
  131. .DTA   A DaTA file.
  132.  
  133. .ERR   A file holding ERRor messages, used by the Microsoft C compiler.
  134.  
  135. .EXE   An EXEcutable program in relocatable machine code, which must be 
  136.          processed during loading to make a runnable program.
  137.  
  138. .FIL   A generic FILe extension used by many programs, such as WordPerfect's 
  139.          WPHELP.FIL.
  140.  
  141. .FMT   A file, used by many programs to specify a ForMaT.
  142.  
  143. .FNT   A FoNT file.
  144.  
  145. .FON   A text file telephone log generated by ProComm PLUS.
  146.  
  147. .FOR   Fortran language source code text files.
  148.  
  149. .FRS   WordPerfect font file.
  150.  
  151. .GIF   A graphics file in the Graphics Interchange Format promulgated by 
  152.          Compuserve, to allow graphics files to be displayed on a variety 
  153.          of computers and displays regardless of what system built the file.
  154.  
  155. .H     C-language Header files, which contain declarations and definitions to 
  156.          assist and standardize a program's source code.
  157.  
  158. .HEX   A file of computer program or data which is in the form of printable 
  159.          HEXadecimal numbers, such as 'C3 71 FF 0D'.  There are several 
  160.          standards for HEX files.
  161.  
  162. .HHP   The ProComm Plus Host-mode HelP text file.
  163.  
  164. .HLP   A HeLP file usually contains help screens to accompany a program.  
  165.          It may be text, but somtimes includes other information not directly 
  166.          printable.
  167.  
  168. .HST   Procomm's Host mode audit trail file.
  169.  
  170. .HYC   WordPerfect hyphenation program.
  171.  
  172. .HYL   WordPerfect's hyphenation dictionary.
  173.  
  174. .IDX   A text file which is an index of another WordStar text file.
  175.  
  176. .IFF   A graphics file produced by Deluxe Paint II.
  177.  
  178. .IMG   A graphics IMaGe in one of a number of scientific formats.
  179.  
  180. .INC   An include file, designed to be INCluded in another program file.  It 
  181.          is usually text.
  182.  
  183. .INI   A file of INItialization data, often but not always text.
  184.  
  185. .INT   A BASIC program which has been compiled into an intermediate code.
  186.  
  187. .KEY   KEYboard macro or definition files used with many programs, such as 
  188.          the Procomm communication programs and PI program editor.
  189.  
  190. .KWD   A KeyWorD file for 'Source Print' pretty-printing program.
  191.  
  192. .LBM   A graphics file produced by Deluxe Paint II.
  193.  
  194. .LEX   Dictionary files for WordPerfect.
  195.  
  196. .LZH   A file compressed by the LHARC compression program.
  197.  
  198. .LIB   A library of program modules, usually .OBJ types, from which a 
  199.          linker can extract procedures a programmer wants to include in a 
  200.          program.
  201.  
  202. .LNT   A file for PC-Lint.
  203.  
  204. .LST   A list file, usually a printable text output from a compiler or assembler.
  205.  
  206. .LTR   A text file which is a letter, usually including word processing controls.
  207.  
  208. .MAC   A graphics file (from the Macintosh?), or a text file which contains 
  209.          programming macros as used with MASM.
  210.  
  211. .MAP   A text file generated by some program linkers showing how the various 
  212.          program pieces fit into memory.  Also used for a graphics file 
  213.          which is a map.
  214.  
  215. .ME    A file extension usually in the form READ.ME, a text file which may be
  216.          printed or displayed on-screen.
  217.  
  218. .MMO   A text file which is a memo, usually with word processor controls 
  219.          embedded and therefore not directly printable without using the word 
  220.          processing program which was used to generate it.
  221.  
  222. .MNU   A menu file for a program.
  223.  
  224. .MOD   A file which modifies another, or a file which is a module of another.
  225.  
  226. .MRG   A merge file?
  227.  
  228. .MRS   A WordPerfect Macro Resource File.
  229.  
  230. .MSG   A file of MeSsaGes, used to hold info a program might wish to use to 
  231.          signal the computer operator.
  232.  
  233. .NDX   dBASE index file.
  234.  
  235. .NTX   Clipper (a dBASE-language compiler) index file.
  236.  
  237. .NOT   A short text file which seldom has word processor controls, and should 
  238.          therefore be directly printable.
  239.  
  240. .OBJ   A form of relocatable file, often one module of many making up a 
  241.          program, which is used by a linker to join together with others to 
  242.          build a program.
  243.  
  244. .OPT   A file storing OPTions used by a program, often in text form.
  245.  
  246. .OVL   An OVerLay file, designed to be brought in and out of another program 
  247.          as needed, such as used by the PI editor and Questar.
  248.  
  249. .OVR   An OVeRlay file, designed to be brought in and out of another program 
  250.          as needed, such as used by WordStar (R) for several of its utilities.
  251.  
  252. .PAK   A file compressed by PAK.EXE, use PAK.EXE also to decompress.
  253.  
  254. .PAL   A color PALette file.
  255.  
  256. .PAS   Pascal-language source code text files.
  257.  
  258. .PAT   A PATch file used by WordStar to make automatic patches.
  259.  
  260. .PCX   A graphics file produced from Zsoft.
  261.  
  262. .PDF   A Printer Definition File, used in WordStar to define controls and 
  263.          capabilities of a printer.
  264.  
  265. .PF    A title file made by ProFinder.
  266.  
  267. .PGL   Used by the hard disk Optimizer program.
  268.  
  269. .PGM   Used by the hard disk Optimizer program, appears to be program code.
  270.  
  271. .PIC   A graphics file, an extension used by both the Dr. Halo (R) and the  
  272.          PC-Paint (R) programs.
  273.  
  274. .PIF   A Program Information File extension reserved on MS-DOS machines for 
  275.          information used by Windows.  Each application not specifically 
  276.          designed for Windows needs a .PIF file, which contains settings 
  277.          telling Windows how to run that application.
  278.  
  279. .PMF   A keyword macro file used with the PI programming editor.
  280.  
  281. .PRG   A dBASE PRoGram file in text form.
  282.  
  283. .PRM   A parameter file holding initializing parameters, used for 
  284.          example by Procomm Plus.
  285.  
  286. .PRN   Printable file, already formatted for the printer.
  287.  
  288. .PRS   A WordPerfect printer definition file.
  289.  
  290. .-Q-   A middle letter of Q usually represents a compressed file generated 
  291.          by SQueeze; a .DOC file would be renamed .DQC in SQueezing.  Use 
  292.          UnSQueeze to decompress.
  293.  
  294. .REL   A relocatable program file, which must be processed during loading 
  295.           to make a runnable program.
  296.  
  297. .SCx   A graphics file produced by ColoRIX or EGA Paint.
  298.  
  299. .STY   WordPerfect Style files.
  300.  
  301. .SUB   A text file of operating system commands of the format which CP/M's 
  302.          SUBMIT facility can execute.
  303.  
  304. .SYM   A file of SYMbols used in a program's source code, generated by the 
  305.          compiler or assembler which produces the program.
  306.  
  307. .SYS   A DOS SYStem file which is a device driver program added to DOS at 
  308.          computer startup (boot), at the user's discretion.  Should be used
  309.          on MS-DOS computers only by DOS.
  310.  
  311. .TC    An extension used by Borland for a program which converts C to Turbo-
  312.          Pascal.
  313.  
  314. .TGA   A graphics file produced by Targa's programs.
  315.  
  316. .THS   A WordPerfect thesaurus file.
  317.  
  318. .TIF   A graphics file in TIFF format, as produced by many scanners.
  319.  
  320. .TMP   A temporary file, which may be text, program, data, or anything.
  321.  
  322. .TST   A TeST file, often printable.
  323.  
  324. .TUT   Program TUTorial files.
  325.  
  326. .TXT   A TeXT file, usually containing word processor controls and therefore 
  327.          not directly printable without using the word processing program 
  328.          which was used to generate it.
  329.  
  330. .UPD   A text file of program update history, an extension used by several 
  331.          programs.
  332.  
  333. .USP   A font file.
  334.  
  335. .VDR   A file used by VUIMG to configure the program for different video 
  336.          display adaptors.
  337.  
  338. .WKB   Files used with WordPerfect WorkBook.
  339.  
  340. .WKS   A Lotus 1-2-3 (R) worksheet file.
  341.  
  342. .WPD   A WordPerfect Driver program file for different displays.
  343.  
  344. .WPG   A WordPerfect Graphics image file.
  345.  
  346. .WPK   A WordPerfect keyboard macro file, storing sequences of keystrokes, 
  347.          each of which is activated by a single keystroke.
  348.  
  349. .WPM   WordPerfect Macro files used with Workbook.
  350.  
  351. .WS    A printable text file generated by the word processing program WordStar,
  352.          with no imbedded WordStar formatting and control characters.
  353.  
  354. .WSF   A WordStar font file.
  355.  
  356. .XCL   A text-word file used by WordStar to specify words to be eXCLuded 
  357.          from an index which WSINDEX will prepare.
  358.  
  359. .XL-   A file used with Microsoft Excel spreadsheet program.
  360.  
  361. .XLT   Translation tables, an extension used by several programs.  Hold 
  362.          information to translate characters from one system to another, 
  363.          such as ASCII to EBCDIC.
  364.  
  365. .XTP   Xtree program overlay files.
  366.  
  367. .ZIP   A file compressed by the PKZIP program from PKWare; use PKUNZIP to 
  368.          decompress.
  369.