MAKEIDX/Linux v2.0 - January 1997 --------------------------------- MAKEIDX is a util for XFBB BBSes that creates an index of all FBBDOS files. It scans all FBBDOS drives and outputs the files in each directory with the labels taken from the yapplbl.dat file. An example for one directory: D:\UPLOAD\ [UPLOAD directory] wfbb7-01.zip 335382 09-12-1996 FBB for Windows 1-4 wfbb7-02.zip 331748 09-12-1996 FBB for Windows 2-4 wfbb7-03.zip 295754 09-12-1996 FBB for Windows 3-4 wfbb7-04.zip 361976 09-12-1996 FBB for Windows 4-4 wfbb700a.zip 381868 09-12-1996 FBB for Windows upgrade etc. Usage: makeidx [OPTIONS] -h, --help This info -i, --init file Path to init.srv file (default=./init.srv) -n, --nodrives Don't display FBBDOS drive letters -o, --output file Output to file (default=stdout) -t, --top file Put file on top of index It could be started once a day from cron or during BBS maintenance. An example: -------- cd /usr/local/fbb ( echo "[ Directory index PI8DAZ BBS - `date` ]" makeidx ) > allfiles.bbs zip -9klm allfiles.zip allfiles.bbs -------- Source files (in C) are available on request. Mathijs Maassen ||