home *** CD-ROM | disk | FTP | other *** search
/ Lion Share / lionsharecd.iso / bbs_oth / spann0.zip / SPANN.DOC next >
Text File  |  1991-04-09  |  2KB  |  54 lines

  1.  
  2.                                     SPANN
  3.                          SPecial ANNouncement setter
  4.                              Doug Boone, 1:119/5
  5.                                 April 9, 1991
  6.  
  7.       What it is:
  8.         
  9.       SPANN.EXE  is a small program I threw together to set the SPecial
  10.       ANNouncement flags  in the  Opus USER.DAT  file via  a batch  ap-
  11.       proach. It will work with either  Opus 1.20 or Opus 1.1x provided
  12.       that  USER.DAT  and USER.?DX  (the index  file)  are both  in the
  13.       current directory. If both are there, it will use the 1.20 file.
  14.  
  15.       Its command line is:
  16.          
  17.          Spann <listfile or priv or "ALL"> <Which> <Many>
  18.  
  19.       Listfile is just an ASCII list of names:
  20.  
  21.       Joe Blow
  22.       Fred Flinstone
  23.       Barny Rubble
  24.       <etc>
  25.        
  26.       Each person on your list would have the SPANN flag number <Which>
  27.       set to <Many> times.  This might be a list of people who are in a
  28.       club or other organization to let them know about something.
  29.  
  30.       Or you  can give  a  privilege level  and everyone  who has  that
  31.       privilege level would have their SPANN flag set. Valid  privilege
  32.       names  are:  TWIT,  DISGRACE,  LIMITED,  NORMAL,  WORTHY, PRIVEL,
  33.       FAVORED, EXTRA, CLERK, ASSTSYSOP, SYSOP, HIDDEN.
  34.  
  35.       Or you could use the magic name "All" and  everyone's SPANN would
  36.       be set. 
  37.  
  38.       For example:
  39.  
  40.            SPANN  ALL 1 3           Sets SPANN1 to be  shown 3 times to
  41.                                     everyone.
  42.  
  43.            SPANN  SYSOP 1 0         Sets SPANN1 off for  all people who
  44.                                     have SYSOP privileges. 
  45.  
  46.            SPANN  Myclub.lst 2 5    Sets  SPANN2  to  5   showings  for
  47.                                     everyone listed in Myclub.lst.
  48.  
  49.  
  50.       No  guarantees or  warranties are  implied. This was  just thrown
  51.       together because I was too lazy  to read up on how to do  it with
  52.       UPL or OOPS. If its helpful for you, great. 
  53.  
  54.