home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-Online 1998 February
/
PCOnline_02_1998.iso
/
filesbbs
/
dos
/
fcfg401x.exe
/
README.DOC
< prev
next >
Wrap
Text File
|
1996-03-27
|
6KB
|
142 lines
This is 'Readme' file for FileCFG. It contains brief installation notes
and a quick rundown of all major features. Online help is available within
the program by pressing F1 at any time. This help is context-sensitive and
should be able to give you an idea of how to get things done with FileCFG.
What is it?
===========
FileCFG is the most comprehensive file and message area and group desktop
managing utility for ProBoard. I can say that without the slightest
exaggeration and you can convince yourself with a quick glance at all the
features it offers.
Most Sysops want full control of their BBS'. ProCFG's handling of areas
and group arrangements leaves a lot to be desired. If you add an area,
there is no easy way to move it to another position at a later time short
of re-writing it in the new place. FileCFG is designed to overcome this
and many more limitations. It is inteded as a full replacement to the
equivalent functions in ProCFG.
FileCFG also offers some advanced features to make your life easier, such
as in-place group selection which lets you select the group for the area
from a list of all available groups. This beats the heck out of having to
remember all those numbers. It also keeps track of the group numbers and
can update the areas whenever you add or delete groups so your group
designations always stay the same regardless of the number of the group
itself. It can also keep track and synchronize the reply area number for
the message areas so that it is always right.
FileCFG lets you insert, delete, re-arrage, move, and sort groups and
areas, as well as performing global changes on a range of records.
Everything is editable, even some fields that are not present in ProCFG
itself. The editing is done in an arguable more user-friendly way where
you can pick up your selections from dialog boxes instead of just typing
them in.
FileCFG has also text searching and record jump capabilities to make your
life easier when you are trying to find a particular record.
FileCFG supports external programs definable by the user as well as some
hard-coded operations, such as reindexing the bases. It also supports
control files for batch processing.
FileCFG comes with full context-sensitive hint status lines and help
system to make your life even easier.
FileCFG also supports the FA_nnn.CTL mechanism for specifying multiple
directories per file area. It will keep track and update the file names
for all control files whenever necessary, thus eliminating the need for
you to do that.
FileCFG will swap itself completely out of memory (leaving only 240 bytes)
whenever an external operation is performed. This enables you to run all
kinds of programs from within it. The external programs' menu items are
completely customizable, right down to the hotkey definition.
FileCFG can also be obtained in its overlaid version which will run in
more retricted memory environment.
The best of all: it is totally FREE! FileCFG is distributed under the
terms and conditions of the GNU General Public License. You should have
recieved a copy of it in the archive (see the file 'Copying.Doc').
Installation
============
To install FileCFG, follow these simple steps:
(1) Unpack the archive in any directory of your choosing. The only
files you absolutely need from it, are FileCFG.Exe and FileCFG.Hlp
which should both be placed in the same directory.
(2) Make sure you have the PROBOARD environment variable set to point
to your BBS' system directory (consult the ProBoard manuals for
the proper installation of this variable).
(3) Fire up FileCFG to test it out. It should come up and display an
About dialog box with the version number. That's all for the
initial setup. You can also make backups of the following files in
the ProBoard's system directory:
FILECFG.PRO and FGROUPS.PB
MESSAGES.PB and MGROUPS.PB
Copy those files to a safe location before you experiment with the
program. FileCFG makes heavy use of those files and even though it
does create backups, it is still a good idea to do this yourself.
External Program Support
========================
If you want to take advantage of the external program support, you will
need to create a SILICON.INI file in the ProBoard system directory. This
is a plain text file. You may already have it if you are using mail-x,
Signette or any other of the products that support it. This file is shared
by several programs to store some of their parameters in it. When you load
the file in the editor (not a word-processor, but an editor, like Edit or
Boxer, or QEdit), create a section called FileCFG and add the entries for
the menus. Below is a sample of the complete setup that I have on my system:
; this is a comment
[FileCFG]
; this is the first item on the File menu
; Note how you have to specify the complete command
;
Allfix=D:\SBIN\ALLFIX\ASETUP.EXE
;
; This is the menu item that will be displayed
; Note the '~l~', theis make 'L' the hotkey
;
AllfixMenu=A~l~lfix setup
;
; The format of the rest follows the one above
; Make sure you specify the complete filenames
; for the programs. You cannot use any command
; line switches in those lines.
;
FileMgr=D:\SBIN\FEBBS\FEBBS.EXE
FileMenu=File area ~m~anager
AMU=D:\SBIN\AMU\AMUCFG.EXE
AMUmenu=AMU ~c~onfiguration
InterEcho=D:\IM\IESETUP.EXE
IEmenu=InterEcho ~s~etup
BlueWave=D:\SBIN\BWAVE\BWSETUP.EXE
BWmenu=~B~lueWave setup
You will have to use the predefined keywords that appear to the left of
the equal signs, but the rest is up to you. You might choose to use
different programs altogether. Note that you cannot specify any
command-line options for those programs. If you require this, refer to the
section on 'Control Files for Batch Processing'. FileCFG will check for
the existence of the programs and if it cannot find them, the menu items
will be disabled.
Control Files for Batch Processing
==================================
You can choose to run a couple of programs in a batch. To do this, create
smple text files called FILEUTIL.CTL and MESGUTIL.CTL in the same
directory where FileCFG is. These can be run from the menus. Refer to the
samples included for explanation of the format. Here you can specify all
necessary parameters.