home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / VFY_34A.ZIP / 4SPTFIRE.ZIP / SFSEC.DOC < prev    next >
Text File  |  1993-09-06  |  3KB  |  79 lines

  1.         **************************************************************
  2.         *                                                            *
  3.         *                       SFSEC.EXE v1.0                       *
  4.         *                                                            *
  5.         *      SPITFIRE User Security Level Adjustment Program       *
  6.         *                                                            *
  7.         *                    Copyright (c) 1993                      *
  8.         *                Sagerquist Micro Engineering                *
  9.         *                                                            *
  10.         *                   1414 W. Kerrick Street                   *
  11.         *                    Lancaster, Ca. 93534                    *
  12.         *                    Data  (805) 723-6908                    *
  13.         *                                                            *
  14.         **************************************************************
  15.  
  16. DESCRIPTION
  17. -----------
  18.     SFSEC.EXE adjusts a SPITFIRE caller's security level in the drop
  19.     file SFDOORS.DAT.  SPITFIRE BBS will read this file on return to
  20.     the BBS and adjust its database.  This action is useful when 
  21.     invoking BBS Doors such as a Call Back Verification, a Questionnaire 
  22.     or Opinion Poll, etc., where the caller is to be rewarded with a
  23.     security level adjustment upon successful completion.  
  24.  
  25.     Used with VERIFY!.EXE (a BBS Call Back Verification program), 
  26.     SFSEC.EXE will make the security level adjustment for the newly
  27.     verified caller while the caller is on-line.
  28.  
  29. SYNTAX
  30. ------
  31.     SFSEC [Directory where SFDOORS.DAT is located] [Security Level]
  32.  
  33.     SFSEC C:\SF 25
  34.  
  35. SAMPLE SECTION FROM SF.BAT
  36. --------------------------
  37.  
  38. :DOOR_A
  39.    C:
  40.    CD C:\SF\VERIFY
  41.    VERIFY! /B:SPITFIRE /D:C:\SF
  42.    IF ERRORLEVEL 0 IF NOT ERRORLEVEL 2 GOTO ADJUST
  43.    GOTO LOOP
  44. :ADJUST
  45.    C:
  46.    CD C:\SF
  47.    SFSEC C:\SF 25
  48.    GOTO LOOP
  49.  
  50. DISCLAIMER
  51. ----------
  52.     This program is distributed as is.  No warranty, either expressed or
  53.     implied is offered and the programmer is not responsible for any
  54.     damages or expenses that may occur through the use of this program.
  55.     The user shall determine its suitability.  Extensive testing has been
  56.     performed and every effort has been made to ensure satisfactory 
  57.     performance prior to release.  Please communicate any difficulties 
  58.     with the programmer through the BBS at (805) 723-6908.  Any problems
  59.     received will be treated as a top priority.
  60.  
  61. PROGRAMMING SERVICES
  62. ====================
  63.     SFSEC.EXE is a custom program, and performs exactly as requested.
  64.  
  65.     Programming services are provided by Sagerquist Micro Engineering
  66.     by request.  The point of contact is the S M E Support BBS at
  67.     (805) 723-6908, or via mail at the following address:
  68.  
  69.     Sagerquist Micro Engineering
  70.     1414 W. Kerrick St.
  71.     Lancaster, CA 93534
  72.     BBS (805) 723-6908
  73.  
  74.     If you have a need for a program of any kind, please let me know.
  75.  
  76. HISTORY
  77. -------
  78.     09/15/93 v1.0 - First release.
  79.