/*
** $VER: DelDupes.br 1.0 (28.8.95)
** by Eirik Nicolai Synnes
**
** This script will delete duplicate entries in the file database. The first
** occurence of each filename will be kept, subsequent occurences in any file
** area will be deleted (currently, I'll do something about this later).
**
** After running I'd recommend you use "Maintainance" in Thor's file database
** window.
**
**
** Usage: DelDupes.br <SYSTEM>
**
** Ideas: GUI interface if run from Thor
** Use bbsread's READARGS
** Allow identical filenames across file areas
** An ALL command line switch to scan all systems
** Optionally pack file data
**
*/
|