home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / v / valenc10.zip / BUPDATE.DOC next >
Text File  |  1993-03-14  |  3KB  |  59 lines

  1.                       Bulletin Update for Searchlight
  2.                                 version 1.0
  3.  
  4.                              by William McBrine
  5.                    Copyright (c) 1993 Iconoclast Software
  6.  
  7.             Written using the Searchlight Programmer's Libarary
  8.               Portions Copyright (c) 1992 Searchlight Software
  9.  
  10.  
  11. :::: BUPDATE.EXE ::::
  12.  
  13. This is a simple program to update the dates on Searchlight's bulletins
  14. automatically. It's intended for use with my Valence QWK Door, which scans
  15. for new bulletins by date, but it can be used without it.
  16.  
  17. The reason a program like this is needed is, the high message marker is
  18. turned off in the BULLETIN subboard. Valence - and your users - can only go
  19. by the date stamp of a bulletin in deciding whether it's new or not. I know
  20. of several sysops who edit their bulletins, and then change the title to
  21. reflect the fact it's been edited. So when you do a bulletin list, you get
  22. something that looks like this:
  23.  
  24. 10-30-92 Update 2-23
  25.  
  26. (That's from an actual bulletin on The Big Byte.) With BUPDATE, you no
  27. longer have to do this. Another common way to use the bulletins is to post
  28. included files, such as system or game statistics, which are updated every
  29. day by the events. BUPDATE will allow you to update the dates of these
  30. bulletins, too.
  31.  
  32. There are two modes of operation for BUPDATE: with parameters, and without.
  33. By running it with parameters, it will stamp each bulletin you number with
  34. the current time and date. E.g.:
  35.  
  36. BUPDATE 1 3 4
  37.  
  38. (The parameters need not be in numerical order.) In the example above, you
  39. could edit your "Update" bulletin, then shell to DOS and type "BUPDATE <x>",
  40. where <x> is the appropriate number. This mode may also be useful in batch
  41. files, running from events.
  42.  
  43. When run without parameters, BUPDATE will examine each bulletin for the
  44. presence of "@@filename.ext" and "%%filename.ext" included files. If found,
  45. the date of the bulletin and the date of the file are compared; if the file
  46. is newer, the bulletin date and time are updated. This mode is intended for
  47. use in your events, and will ensure a correct date stamp on system reports,
  48. game high score lists, etc.
  49.  
  50.  
  51. :::: LICENSE DISAGREEMENT ::::
  52.  
  53. This program is free. (See Valence's SYSOP.DOC for details.) You may
  54. distribute it separately from Valence if you feel a burning need to do so.
  55. Please do not distribute it without this .DOC file.
  56.  
  57. I assume no responsibility for any consequences of the use or misuse of this
  58. program.
  59.