home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 177 / MODHELP1.ZIP / FILES.PLH < prev    next >
Text File  |  1991-01-28  |  6KB  |  131 lines

  1. .TP Files
  2. .DES MS-DOS files
  3. A file is a collection of information (data) that is stored as an
  4. individual unit.  Files contain different types of information and
  5. their uses vary.  For example, files can contain information that
  6. you create with a word processing application program.  These files
  7. are referred to as text or data files.  In addition, files can
  8. contain instructions for a computer.  These files are referred to
  9. as program files and are meant to be used by your computer.
  10.  
  11. Each file has its own name.  All files that you use with MS-DOS are 
  12. stored on floppy diskettes or the fixed disk.  MS-DOS uses filenames 
  13. to locate files that you want to work with.  Filenames are made up of
  14. a name from 1 to 8 characters.  Filenames can also contain an optional
  15. extension that you can use to identify the file's type.  Extensions 
  16. consist of a period character (.) and up to three additional characters.
  17. The period separates the actual name from the extension.  When you name  
  18. a file you should use a name that reminds you of the file's contents.  
  19. .PG
  20. When you name a file, you can use:
  21.  
  22.     - any letters A-Z
  23.       (DOS is NOT case sensitive to alphabetic characters)
  24.     - any numbers 0-9
  25.     - the characters:  # $ & @ ! ( ) - { ' ` ~ ^ } _ 
  26.     - ASCII characters with decimal values between 128 and 255
  27.       (Use the ALT and the numeric key pad; ALT 255 is a blank)
  28.  
  29. Note:  Spaces (ASCII 032) in filenames are not acceptable; however, the
  30. ASCII BLANK character, 255, is acceptible.  In addition, you cannot name
  31. a file using filenames that are reserved for MS-DOS devices.  Refer to
  32. the "Devices" help screen for these filenames.  It is also NOT a good
  33. idea to use DOS command filenames as your own new filenames.  These
  34. commands are listed in CAPITAL letters on the main help screen.  ASCII
  35. files can be viewed using the TYPE command.  All other files are
  36. BINARY and can be viewed using HEXDUMP or a graphics "viewer".
  37. .PG
  38. The most common extensions you can use to identify file types are 
  39. listed below.  As mentioned, these extensions identify program or
  40. data files, and enable MS-DOS to recognize their contents.
  41.  
  42. Extensions commonly used in MS-DOS are:
  43.  
  44.     - .ASC  identifies a text file                   (ASCII)
  45.     - .BAK  identifies a EDLIN backup file           (ASCII)
  46.     - .BAT  identifies a batch program               (ASCII)
  47.     - .CHK  idenfifies a file recovered using CHKDSK /F
  48.     - .COM  identifies a non-resident DOS command
  49.     - .DAT  identifies a numeric data file           (ASCII)
  50.     - .DEV  identifies a device file used in CONFIG.SYS
  51.     - .REC  identifies a file recovered using RECOVER
  52.     - .SYS  identifies a device driver used in CONFIG.SYS
  53.     - .TMP  identifies a temporary file
  54.     - .TXT  identifies a text file                   (ASCII)
  55. .PG
  56. Extensions commonly used for MS-DOS applications are:
  57.  
  58.     - .DBF  identifies a dBASE database file of data
  59.     - .DBT  identifies a dBASE database file of text fields
  60.     - .DOC  identifies a word processing document file
  61.     - .DOX  identifies a MULTIMATE 4.0 document file
  62.     - .EXE  identifies a complied executible program
  63.     - .MCD  identifies a MathCAD document file
  64.     - .PRG  identifies a dBASE program file          (ASCII)
  65.     - .PRN  identifies a printer file with control charcters
  66.                for a printer                         (ASCII +)
  67.     - .WK1  identifies a Lotus 1-2-3 worksheet data file
  68.     - .WRK  identifies a Symphony worksheet data file
  69. .PG
  70. Extensions commonly used for computer programming languages are:
  71.  
  72.     - .ASM  identifies an Assembly program    (ASCII source code)
  73.     - .BAS  identifies a BASIC program        (ASCII source code)
  74.     - .BIN  identifies a binary data file
  75.     - .C    identifies a "C" program          (ASCII source code)
  76.     - .COB  identifies a COBOL program        (ASCII source code)
  77.     - .DAT  identifies a numeric data file                (ASCII)
  78.     - .EXE  identifies a complied executible program after it's LINK-ed
  79.     - .FOR  identifies a FORTRAN program      (ASCII source code)
  80.     - .H    identifies a header library file for a "C" program
  81.     - .LIB  identifies a library file used by a LINK-er
  82.     - .LST  identifies an program listing for Assembler   (ASCII)
  83.     - .MAP  identifies a list file created by LINK
  84.     - .OBJ  identifies an object code file after it's compiled
  85.     - .PAS  identifies a Pascal Program       (ASCII source code)
  86. .PG
  87. Extensions commonly used for picture or graphics files:
  88.  
  89.     - .BMP  identifies Windows Bitmap pictures
  90.     - .CLP  identifies Macintosh Clipboard pictures
  91.     - .EPS  identifies Encapsulated PostScript graphics
  92.     - .G3   identifies CCITT Group III pictures
  93.     - .GEM  identifies GEM image files
  94.     - .GIF  identifies Graphics Interface (CompuServe) pictures
  95.     - .MAC  identifies Macintosh Paint pictures
  96.     - .MSP  identifies MicroSoft Paint pictures
  97.     - .PCX  identifies PC Paintbrush pictures
  98.     - .PIC  identifies Dr. Halo or IBM Storyboard pictures
  99.     - .RLE  identifies Run Length Encoding graphics
  100.     - .TIF  identifies Tagged Image File Format (Macintosh)
  101.     - .WPG  identifies Word Perfect Graphics
  102. .PG
  103. Extensions commonly used in file transfer are:
  104.  
  105.     - .ARC  identifies a compacted file for ARC utilities
  106.     - .ASC  identifies a text file                   (ASCII)
  107.     - .BIN  identifies a binary data file
  108.     - .ZIP  identifies a compacted file for PKZIP utilities
  109.  
  110. Extension used for this HELP utility are:
  111.  
  112.     - .PLH  identifies an AT&T help topic file       (ASCII)
  113.     - .TOC  identifies a table-of-contents for help  (ASCII)
  114. .PG
  115. The maximum mumber of files that can be put in the root directories of
  116. a floppy varies:
  117.  
  118.     STORAGE SPACE     DIMENSION              MAX. FILES
  119.  
  120.     360  Kilo-Byte    5 ¼" DD Floppy         112 files maximum
  121.     1.2  Mega-Byte    5 ¼" HD Floppy         224 files maximum
  122.     720  Kilo-Byte    3 ½" Floppy            112 files maximum
  123.     1.44 Mega-Bute    3 ½" HD Floppy         224 files maximum
  124.  
  125. On a hard disk the maximum is 512 files.  Thess numbers of files on a
  126. floppy or hard disks can be increased by creating sub-directories.  
  127.  
  128. In all these cases, room should be left for the two hidden files and
  129. the volume label if the disk or floppy is formatted bootable (/S option).
  130.  
  131. Also See:  Root, Directories, Bytes, Floppies