home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / BRESTATS.ZIP / SYSOP.DOC < prev    next >
Text File  |  1994-02-19  |  2KB  |  80 lines

  1.  
  2. Bre Stats v1.1 Offline Utility will help keep your users more informed
  3. about the status of your Planet and the League.  It will also help
  4. reduce the amount of time used playing Baron Realms Elite by allowing
  5. users to compare and study all League scores offline.   
  6.  
  7.  
  8. In order for your users to take advantage of all the features Bre Stats
  9. v1.1 has to offer, the sysop must make the score files availiable for
  10. download to the users.  I have included samples of my setup in order to
  11. help you set it up on your BBS.
  12.  
  13. All you must do is edit the batch file which starts your BRE game.  Then
  14. make the score files availiable for download by your users.  
  15.  
  16. Add the lines below after BRSCORES.EXE has run.
  17.  
  18. CD\ZIPTXT <-----Directory where users can download files.
  19. DEL C:\ZIPTXT\801SCORE.ZIP <-----Removes the old score files.
  20. PKZIP 801SCORE.ZIP C:\BRE\BULLETIN\*.TXT <-----Archives new score files.
  21.  
  22. Below is what my batch file looks like:
  23.  
  24. @ECHO OFF
  25. C:
  26. CD\BRE
  27. BRE INBOUND
  28. SRDOOR
  29. BRE
  30. BRE OUTBOUND
  31. BRSCORES.EXE
  32. CD\ZIPTXT
  33. DEL C:\ZIPTXT\801SCORE.ZIP
  34. PKZIP 801SCORE.ZIP C:\BRE\BULLETIN\*.TXT
  35. CD\WC30
  36.  
  37. As you can see the score files will be updated after a user exits the
  38. game.  Setting it up this way will allow the most current scores to be
  39. available for your users to download.  Of course you can set it up
  40. however you like.  Just make sure the following files are all included
  41. in the archive you make available for download.  You can name the
  42. archive what you want and use any compression utility you wish.  I name
  43. my *.zip files 801SCORE.ZIP, 69SCORE.ZIP, etc.  The 801 and 69 prefix
  44. denotes which League it is.
  45.  
  46. The files listed below must be included in the zip file.  If you set up
  47. Baron Realms Elite and used the default directories you will find them
  48. in the \BULLETIN\ directory.
  49.  
  50. PLYREG.TXT
  51. PLYSCORE.TXT
  52. PLYWORTH.TXT
  53. SCOREREG.TXT
  54. WORTHREG.TXT
  55. BBSREG.TXT
  56. BBSSCORE.TXT
  57. BBSWORTH.TXT
  58. REGPLAY.TXT
  59. SCOREPLY.TXT
  60. WORTHPLY.TXT
  61.  
  62. Good luck!!  If you require further assistance or have a suggestion
  63. send it to:
  64.  
  65. Doug Moses
  66. 300 Westwood Dr.
  67. Euless, TX
  68. 76039
  69.  
  70. or:
  71.  
  72. Sysop David Moses
  73.  
  74. Support BBS: 
  75. The Abyss BBS 
  76. 817-430-4169
  77. 1:130/1009
  78.  
  79. All upgrades are availiable from the support BBS.
  80.