T.R | Title | User | Personal Name | Date | Lines |
---|
1030.1 | some others | DECWIN::GILLIAM | | Fri Dec 07 1990 18:28 | 12 |
| PRG files in the AUTO folder are not neccessarily GEM programs.
RSC - resource files (used with GEM PRG files) that define the object
trees (dialog boxes etc..)
APP - executable
TOS - non-GEM executable
GEM - a metafile (e.g. output from a draw program)
IMG - bitmap image file (e.g. output from a paint program)
|
1030.2 | a few more | PNO::SANDERSB | Just do me | Sun Dec 09 1990 23:42 | 59 |
|
.TRU - True Basic source file
.TRC - True Basic compiled file
.NIC - Neodesk icon file
.NPG - Neodesk program
.FNT - Font file
.SYS - Usually a driver file
.EDT - SEDT help and key files
.WUP - Wordup documents
.OVL - Wordup overlay file
.LEX - Wordup spelling dictionary
.SYN - Wordup therasarus
.GLO - Wordup glossary
.DCT - Wordup dictionary
.SYM - GFA Draft Plus symbols
.MAC - GFA Draft Plus macro (key) commands
.FNK - ST_TALK Pro function key defs
.PTH - ST_TALK Pro file paths
.OPT - ST_TALK Pro option selection file
.DBF - ST_TALK Pro dialing database
.IDX - ST_TALK Pro index to the dialing database
.AP - ST_TALK Pro script files
.HLP - Generally a help file
.HL1 - ST_TALK Pro keys help file
.CFG - Generally a configuration file for Van Term and others
.C - "C" Source code
.H - "C" def files(?)
.I - An include file True Basic when using C or assembly
routines
.S - 68000 assembly source file
.TAX - PHASAR tax template
|
1030.3 | | NWACES::PHILLIPS | | Fri Oct 11 1991 11:02 | 11 |
| How about the following extensions, I see them on a lot of the
in the Enet libraries.
.WHR
.ACC
.CMD
.LZH
.INF
Thanks for the help.
Errol
|
1030.4 | Explanations for dem dere extensions | VINO::OCONNOR | Abominable Snowman in the Market | Fri Oct 11 1991 11:11 | 17 |
| I'll answer this one, since it is likely to be in my files :-)
.WHR -- This file usually contains a note which points to location on
the ENET. Some of these pointers could be obsolete.
.ACC -- These files are accesory (sp!) files, the programs that can be
run from the menu bar of GEM programs.
.CMD -- Usually Command files to some GEM program.
.LZH -- This means the file was packed using Lharc. Lharc for VMS is
available.
.INF -- INFormation files, usually they are extracted from some
archive, they contain info about the programs contained in the archive.
Joe
|
1030.5 | A few for starters | WARNUT::KAYD | WORM-mode noter | Tue Mar 10 1992 12:38 | 22 |
| At last ! A chance to contribute some knowledge instead of asking for it :-)
The ones I know of are :
.PRG An executable program file
.ACC A desk accessory (loaded when you boot up and available from the GEM
'Desk' drop down menu)
.TTP TOS Takes Parameters program (clicking on it prompts you for parameters
which then get passed to the program)
.DOC File containing text (usually instructions for a .PRG file with the
same name)
.ARC A set of files compressed into a single file using the ARC program
.LZH " " " " " " " " " " " LHARC program
.ZOO " " " " " " " " " " " ZOO program
There are lots of others which are application-specific (e.g. I have a
personal finance management program which stores it's data in .MNY files),
and there are probably some more common ones which I've forgotten.
Cheers,
Derek.
|