home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PCBOARD / PCFAE094.ZIP / FAE.INI < prev    next >
INI File  |  1994-02-16  |  4KB  |  101 lines

  1. ; FAE Initialisation file 1.0
  2. ; ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. ; All Lines beginning with a semi-colon (;) are considered comments and
  4. ; as such, they are ignored.
  5.  
  6. ; [DefaultDisplay] controls wether FAE should display the file list by size (1)
  7. ; or by date (2).  If this entry is not present, it defaults to a display with
  8. ; the size displayed (1).
  9. ;
  10.  
  11. [DefaultDisplay] = 1
  12.  
  13. ; [LoadConferences] allows you to specify which conferences you want FAE to
  14. ; load in the conference selection menu.  If this entry is not present in the
  15. ; FAE.INI file, then FAE will load all the file conferences it can find.
  16. ;
  17. ;               Example: 0-1,10,12
  18.  
  19. [LoadConferences] = 0-100
  20.  
  21. ; [UpdateExitSize] Allows you to tell FAE if it should update the size of all
  22. ; files when saving a file area.  If will also change the 'OFF-LINE' or
  23. ; 'DELETED' status if the file FAE is processing is found to be on-line.
  24. ;
  25.  
  26. [UpdateExitSize] = Yes
  27.  
  28. ; [DescriptionFile] allows you to specify the name of the description file
  29. ; FAE will create when using the "Save Description File" command.  The default
  30. ; is FILE_ID.DIZ, but if you prefer, you can create a DESC.SDI or anything
  31. ; else.  The name must not exceed 12 characters...
  32. ;
  33.  
  34. [DescriptionFile] = FILE_ID.DIZ
  35.  
  36. ; [AutoKillDir] makes FAE remove its temporary directory #FAE# if it finds one
  37. ; instead of prompting you.  With this on, you don't have to use the /KILLDIR
  38. ; parameter.  ** Registered Version Only! **
  39. ;
  40.  
  41. [AutoKillDir] = Yes
  42.  
  43. ; [MakeDIRBackup] will force FAE to create a backup of a DIR file before it
  44. ; loads it in.  FAE doesn't allow you to overwrite a backup file without your
  45. ; authorisation. ** Registered Version Only! **
  46.  
  47. [MakeDIRBackup] = No
  48.  
  49. ; [BackupDirectory] Allows you to tell FAE where to create a backup of your
  50. ; DIR files.  If this path does not exist, FAE will make it automatically.
  51. ; ** Registered Version Only **
  52.  
  53. [BackupDirectory] = D:\PCBOARD\FILES\BACKUP\
  54.  
  55. ; [UseDLPaths] tells FAE to search all the download paths to determine if a
  56. ; file is on-line or not.  This option is especially useful if you run a large
  57. ; BBS with areas that are spread out through multiple directories.  If an area
  58. ; uses only the attached directory, you can leave this toggle to "No".
  59. ;
  60.  
  61. [UseDLPaths] = Yes
  62.  
  63. ; [AutoIndex] tells FAE to automatically update the IDX file if changes were
  64. ; made to a file area.  This is used in the registered version only.
  65. ; ** Registered Version Only **
  66.  
  67. [AutoIndex] = Yes
  68.  
  69. ; When adding files to the list of extensions, keep in mind that:
  70. ;    %1 = Complete file name of highlited file
  71. ;    %2 = Only the file name of current file (no path)
  72. ;    %3 = Path of current area                           *NOT IN YET*
  73. ;    %4 = Path of file containing list of tagged files.  *NOT IN YET*
  74. ;
  75. ; So when entering the program name, specify what you want FAE to pass to
  76. ; the program.  Also, you can indicate command line parameters that will
  77. ; be used by the specified program.
  78. ;
  79. ;               Example: .GIF=VPIC.EXE /a %1
  80.  
  81. [Extensions]
  82. .MOD=MP.COM %1
  83. .FLI=QUICKFLI.EXE %1
  84. .PCX=VPIC.EXE /a %1
  85. .BMP=VPIC.EXE /a %1
  86. .TIF=VPIC.EXE /a %1
  87. .GIF=VPIC.EXE /a %1
  88. .LBM=VPIC.EXE /a %1
  89. .VOC=VPLAY.EXE %1
  90. [EndExtensions]
  91.  
  92. ; The NoUploads section contains a list of files that shall not be uploaded
  93. ; when FAE is mass uploading files.  You can use DOS wildcards if you wish.
  94. ;
  95. ;               Example: *.BAK --> Exclude all .BAK files.
  96.  
  97. [NoUploads]
  98. *.BAK
  99. [EndNoUploads]
  100.  
  101.