home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / fmtag210.zip / FMTAG.DOC < prev    next >
Text File  |  1993-01-02  |  2KB  |  53 lines

  1.  
  2. FMTAG -- Force message area tagging of a specified area for the current user
  3.  
  4. Version 1.0   (1/02/93)
  5. Written by Bob Quinlan of Austin, Texas, USA
  6. Sysop of Red October at 512-834-2593 (1:382/111)
  7.  
  8. Copyright 1993 by Bob Quinlan
  9.  
  10. Compatible with Maximus 2.01
  11.  
  12.  
  13. FMTAG forces a message area to be tagged for the current user.  It will
  14. not do anything if the user does not already have a message tag record
  15. in the file, so if the user has never tagged any areas it will fail.  It
  16. requires you to supply the message area "number" for the area you want
  17. tagged.  Here are the parameters you can specify:
  18.  
  19.     /Llastuserfile  LastUser file to use.  Defaults to LASTUSER.BBS in
  20.                     the current directory.
  21.  
  22.     /Messagearea    Message area "number" to be tagged.  This must be
  23.                     supplied.
  24.  
  25.     /Ttagfile       Message Tag file to use.  Defaults to MTAG.BBS in
  26.                     the current directory.
  27.  
  28. Warning:  FMTAG does not check to see if the message area "number" you
  29. give it is valid.  Be careful to specify a valid "number" or you will
  30. add useless data to the MTAG.BBS file that Maximus will not remove.
  31. (Checking for a valid "number" would take longer than everything else
  32. put together, so it was left out in the interest of greater efficiency.)
  33.  
  34.  
  35. FMTAG returns ERRORLEVEL 0 after a successful run.  ERRORLEVEL 1
  36. indicates that the user does not yet have a message tag record in the
  37. file.  ERRORLEVEL 2 is returned to indicate an error.
  38.  
  39. NOTICE:  You may use, copy, and distribute this program freely as long
  40. as you insure that both the executable and the documentation (.DOC)
  41. files are included in the distribution package.  The source code does
  42. not need to be included.  You may modify this program and document, so
  43. long as reasonable credit is given to the original author if a
  44. substantial portion of the original remains intact.  The author is not
  45. responsible for any losses which may occur either directly or indirectly
  46. as a result of using this program.
  47.  
  48. This program uses the Maximus structures written by Scott J. Dudley.
  49.  
  50. HISTORY:
  51. Version 1.0   (1/02/93) -- Original release.  Written in Borland C.
  52.  
  53.