FLM WhatsNew ------------ 1.30 - New dos 32 bit version, 16 bit one has been dropped. Dos extender (DOS4GW.EXE) required. - Since the dash '-' is a legal filename character, files.bbs lines beginning with '-' are now considered comments only if the '-' is followed by a space "- ". - The files.bbs flags /t and /b are not reported to the file lists anymore. - Internal support for maximus filebase added. Now you can make FLM compile the filebase while it is generating the file lists: no more need for running the external FB/FBP. - When you use the "OkMaxFiles" statement, FLM automatically generates both MaxFiles.Idx and UniFiles.Idx (which is like MaxFiles.Idx with duplicate files removed). Then an entry is added in the OkFile so that your Binkley-style mailer uses the UniFiles.Idx index for file-requests. - If you do not want the UniFiles.Idx entry in your Okfile but still want to compile the filebase, you can use the "FBCompile" statement (global section). This statement is automatically assumed (and thus redundant) whenever you have at least one "OkMaxFiles" statement in you configuration file. - Announcements for new files implemented, please see the documentation. - When compiling the filebase ("OkMaxFiles" or "FBCompile" used), FLM can optionally report duplicates: use the tag in some defined announcement message area (usually the local (co)SysOp area or netmail to the SysOp). - New cfg statements (global): "NoAnnDupeTag ..." and "NoAnnDupePath ..." to avoid excessive dupe announcements. In the case you have lots of dupes you do not want announced (e.g. on CDROMs), you can exclude areas (NoAnnDupeTag) or paths (NoAnnDupePath). is a tag specification with optional '*' wildcard. is a partial path specification: all the dupes that have a path beginning with will not be announced. Please be aware that you could have the announcement of a single file as "dupe" if it is not excluded while its corresponding duplicate is. Example: NoAnnDupeTag 1!apw* GFX* NoAnnDupePath d:\bbstest\file\1!apb g: h: - New cfg statement: "AreaTag [ [-$]]". You can now define your announcement areas starting with the "AreaTag" statement in the place of the "AreaPath" one. FLM will look-up the in Squish.Cfg to find the corresponding path, type and primary address. If you specify the optional and type, no look-up is done in SquishCfg (see "SquishCfg" statement below). - New cfg statement (global): "SquishCfg ". It is used to specify the squish configuration file, so that FLM can automatically get the path, type (SDM vs Squish) and primary address for the announcement areas defined with the "AreaTag" statement. When SquishCfg is defined, if you use "AreaTag " to define announcement areas, the "FromNode " statement is only used to override the primary address specified for that area in Squish.Cfg (including the -p overrides). FLM supports the "Include" keyword of Squish.Cfg: just be sure to always use the full pathname in the Include statement if FLM and Squish run from different paths. Both echomail and netmail areas are recognized by their Squish tags. Netmail areas will have the Private attribute and no origin by default. Local overrides are still possible through local "Origin" and "Attr" statements. - New cfg statement: "EchoTossLog ". It is used to override the specification found in the Maximus control file, that FLM gets from Max.Prm. When FLM writes echomail messages in areas defined with the "AreaTag" statement, the corresponding echomail tags are appended to this file, one per line. If you do not like this output, you can override with the NUL name: "EchoTossLog NUL". - "Adopt" and "RemMis" are automatically disabled in areas where Files.Bbs is Read-Only (e.g. CDROMS with no separate files.bbs specified via the "FileList" statement in Maximus cfg). - New "special" tag "" can be used to disable "Adopt" and "RemMis" in all the CDROM areas; e.g.: Adopt * NoAdopt RemMis * NoRemMis - New cfg statement (global): "Files " to increase the number of files that can be open at the same time. The Operating System allows 20 files per process by default, including the 5 "standard" ones. If you need FLM to open many files, you might need to increase this limit. When you use this statement (with > 20), FLM reports both on screen and to the logs the exact total number of files that can be open at the same time (should not be less than ). E.g.: "Files 50" DOS: WARNING: You need to specify a "Files=" statement in your config.sys also. The "Files " specification in FLM.cfg does not allow FLM to use more files than specified in the "Files=" statement in your config.sys. E.g.: "Files=50" - Password Protected Magics now supported. Example for Magic.Lst: Magic1 c:\file\file1???.zip Magic2 c:\file\file2???.zip pwd1 The second item is protected. FLM will write to the okfile the resolved magics; e.g: @Magic1 c:\file\file1999.zip @Magic2 !pwd1 c:\file\file2888.zip - Summaries added at the end of the lists. - New cfg statement (global): "DateFormat USA|EURO|JAPAN" to set the date format to mm-dd-yy, dd-mm-yy, yy-mm-dd respectively. e.g.: DateFormat EURO - FILES.* and *.BBS are now automatically excluded from Adoption (no need to list them in "AdoptExclude"). - New cfg statements: "AllFilesCmd " and "NewFilesCmd " to allow easy integration in FLM.CFG of the commands related to FLM that must be executed after the generation of the file lists is complete (till now you had to put them in the calling batch file). If the command does not begin with the name of an executable file, the default command interpreter is invoked. The "%f" parameter can be used to represent the name of the file (as specified in the AllFiles and NewFiles statements respectively). In case of multiple commands, you can invoke a batch file (.CMD (OS/2) or .BAT (DOS)) or use multiple "AllFilesCmd" and "NewFilesCmd": they will be executed in sequence. Note: Usually you will like creating the file lists in a place different from the destination file area, otherwise the file list will show a "0 length" file-list file, since it is "under construction" while FLM examines the area. Example: The commands in the following example are for 4OS2 (trademark of JP Software): if you do not use this excellent command interpreter you would need a slightly different syntax. NewFiles \file\ApWorks.new NewFilesCmd *move %f \file\1!apwork\ AllFiles \file\ApWorks.All AllFilesCmd copy %f \file\1!apwork\ AllFilesCmd zip -mj \file\ApWorks %f AllFilesCmd *move \file\ApWorks.zip \file\1!apwork\ 1.24 - First OS/2 version - Now the global WrapCol setting can be overriden by local use of the same WrapCol keyword. The local WrapCol can be used even if you do not use a global one. - New optional parameter for WrapCol (right margin). Now the "WrapCol [ []]" syntax allows to specify both the left and right margin for long word wrapped descriptions. - New "AdoptExclude ..." keyword (global) to exclude some files from adoption (wildcards in filespec follow the OS/2 behaviour). - Whenever a file name must be specified, it can be included in ", following the OS/2 rules. e.g. "flm 123.cfg" is a valid filename (the " are necessary due to the blank char). 1.23 - Areas not listed in any output file are NOT read: this way you do not loose time scanning CDROM areas when you do not include them in any list. Always remember to exclude CDROM area from adoption (Adopt) and missing removal (RemMis). - File description can be word wrapped: see WrapCol in Flm.cfg. 1.22 - When a file was listed in files.bbs but had no description, its line was erroneously handled as a comment; fixed. 1.21 - Fixed bug (area inclusion/exclusion worked as if all area specifications were terminated by '*'). 1.20 - Added multiple listing capability, Area inclusion/exclusion, Maxfiles.idx okfile support. 1.10 - Added AREA.NDX ordering and missing exclusion. 1.00 - First version, list only.