home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / FURY1H.ZIP / GAME.ZIP / SAMPLE.BAT < prev    next >
DOS Batch File  |  1995-05-17  |  1KB  |  36 lines

  1. rem : when your users open Door Fury:
  2. cd\fury
  3. FURY Fury w:\pb\node1\dorinfo1.def
  4.  
  5. rem : when logging a use for another door, add this to the door's
  6. rem : bat file just before changing directories to the door you
  7. rem : are opening / this will increment use stats for "Name of Game" Door
  8. rem : keep game name 20 characters or less
  9. rem : door names will be added upon use
  10. cd\fury
  11. fury "Name of Game" w:\pb\node1\dorinfo1.def
  12.  
  13. rem : if game has only one name, you don't need quotes
  14. cd\fury
  15. fury Spiked! w:\pb\node1\dorinfo1.def
  16.  
  17. rem : To run the Sysop Mode for entering registration key or
  18. rem : for resetting the door stats, make sure the sample dorinfo1.def
  19. rem : file is in the directory and type:
  20.  
  21. FURY SYSOP
  22.  
  23.  
  24. rem : nightly maintenance
  25. rem : if you wish to reset the stats, retaining the names of the doors
  26. rem : pass M to reset the first of the month
  27. FURY maint M
  28.  
  29. rem : pass W to reset Sunday of each week
  30. FURY maint W
  31.  
  32. rem : to run maintenance without resetting stats
  33. FURY maint
  34.  
  35. rem : if you wish to reset the stats and delete all doors listed
  36. rem : use the reset stats feature in the sysop mode