home *** CD-ROM | disk | FTP | other *** search
-
-
- The DoorMan Statistics Generator v.90ß
-
- This little util will read your DoorMan v3.0 DAT file and write
- up to 36 Bulletin files! (Based on having 15 categories). Each
- Bulletin will contain the following data:
-
- Total Uses
- Average Uses Per Day
- Average Minutes in Door (or Category)
- Percent of Total Usage (or Category Usage)
- Last Date Used
-
- All the files are created in both ANSI and ASCII formats.
-
- Each files is sorted in decending order based on Total Usage.
- The scopes for the bulletins are as follows:
-
- All Doors
- Top ## Doors (## defined in a sec)
- Overall Stats by Category
- All Doors in a Category
-
- The names and locations of these bulletins are taken from a
- config file named DMSTATS.CFG. There should be a sample
- file in the archive. Each line is commented in that file so
- you can just edit it and go (don't worry about nuking the
- comments, the program will ignore them). However, just in
- case the file isn't there, here's what should be in it.
-
- C:\WC30\BULL ;Location of Bulletin Files
- 10 ;Number of Doors for Top ## Bulletin
- BBS ;ASCII Extension for Bulls
- SCR ;ANSI Extension for Bulls
- BULL20 ;Filename for Overall Stats by Category (8 Char. Max)
- BULL21 ;Filename for Overall Stats by Door (8 Char. Max)
- BULL22 ;Filename for Top ## Doors (8 Char. Max)
- BULL ;Rootname for Individual Category Bulls (6 Char. Max)
- 23 ;Starting number for Category Bulls
- @PAUSE@ ;Pause Code for End of Bulletins (Blank for None)
-
- The Individual Category Bulls will be names as:
-
- RootName + Starting Number + (Category Number - 1)
-
- Therefore, in the example above, the Bulletins would come out as
- BULL23, BULL24, BULL25, etc.... up to the maximum of BULL37.
-
- To use the program, simply put it in you DoorMan v3.0 directory
- and run it, that's it!
-
- If you get a "Divide By Zero" error message, that's because you
- don't have any data to make stats on yet! The DOORMAN.DAT file
- must have a size greater than 0. To create this file, you MUST
- go into DoorMan, go into a door, and stay at LEAST one minute!
-