home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / UT / UT214.ZIP / SEBFU40.LZH / PWRD.DOC < prev    next >
Text File  |  1991-09-19  |  4KB  |  174 lines

  1.  
  2.                              P W R D     Ver. 4.0
  3.  
  4.  
  5.                     (C)1989,1990,1991  Scanlon Enterprises
  6.  
  7.  
  8.  
  9.  
  10.  
  11.        PWRD is a small utility to allow users the ability to implement 
  12.        passwords into their system. This system is great for running 
  13.        from batch files, and especially good from an AUTOEXEC.BAT.
  14.  
  15.  
  16.  
  17.        Syntax : PWRD /S /A /F
  18.  
  19.  
  20.  
  21.        Where : '/S' is the option to change the password
  22.                '/A' is the option to change the retry count
  23.                '/F' is the option to change the fail type
  24.                     fail type may be: errorlevel
  25.                                       system halt
  26.                                       system reboot
  27.  
  28.        Defaults: Initial Password is SEBFU
  29.                  Initial retry count is 3
  30.                  Initial fail mode is errorlevel
  31.  
  32.  
  33.  
  34.        ERRORLEVELS: 255 (0FF) = Program Problem (call Author)
  35.                     254 (0FE) = Invalid Password (Fail Mode Errorlevel)
  36.                     253 (0FD) = Invalid Option
  37.                     252 (0FC) = User Aborted
  38.                     251 (0FB) = I/O or file not found
  39.  
  40.        ** NOTES ** User is prompted at run time for any option which the 
  41.        user has requested a change of . NO options are allowed to be 
  42.        changed, untill a valid password has been entered. Password 
  43.        keystrokes are echo with the block character to maintain password 
  44.        security during input.
  45.  
  46.  
  47.        For additional usage and information on using these utilities see 
  48.        the file SEBFU.DOC or BATUT.DOC.
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.       Page 1 of 3
  64.  
  65.        EXAMPLES:
  66.  
  67.                PWRD
  68.  
  69.        Waits for a password to be entered. The user is given 3 trys as 
  70.        the default, with a prompt at each attempt.
  71.  
  72.  
  73.                PWRD /S
  74.  
  75.        This usage will prompt the user for a new password after 
  76.        prompting for the original. The original password must be entered 
  77.        correctly before PWRD will set the new one.
  78.  
  79.                PWRD /A
  80.  
  81.        Prompts the user for a new retry count (2 thru 9) after first 
  82.        prompting for the original password.  The original password must 
  83.        be entered correctly before PWRD will set the new one.
  84.  
  85.                PWRD /F
  86.  
  87.        Prompts the user for a fail mode (what to do when the user enters 
  88.        an incorrect password), after first prompting for the original 
  89.        password.  The original password must be entered correctly before 
  90.        PWRD will set the new one.
  91.  
  92.  
  93.        ** NOTE ** Fail modes are : ERRORLEVEL   this is a value which 
  94.        may be evaluated directly from a batch file.
  95.                                    HALT          The system will hang up 
  96.        and do nothing, till a reboot occurs.
  97.                                    REBOOT        Reboots the system
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.       Page 2 of 3
  127.  
  128.                               P W R D    Ver. 4.0
  129.  
  130.  
  131.                     (C)1989,1990,1991  Scanlon Enterprises
  132.  
  133.  
  134.  
  135.                              O R D E R     F O R M
  136.  
  137.  
  138.  
  139.  
  140.        PWRD registration ..................................... $1.50
  141.  
  142.  
  143.  
  144.  
  145.        What you get :
  146.  
  147.        Unlimited usage of PWRD, and phone or write in support. You 
  148.        will also be placed on our mailing list for future updates and 
  149.        new products.
  150.  
  151.        An enhanced version will be shipped for an additional shipping 
  152.        and material fee (see ORDER.DOC). The enhanced version will have 
  153.        your initial password, retry count, and fail mode set, plus may 
  154.        be renamed to any name, such as PASS1 .... PASS2 ... ETC....
  155.  
  156.        We are offering this utility seperate from SEBFU as a favor to 
  157.        users who do NOT wish to use many of the SEBFU utilities.
  158.  
  159.        This utility is automatically registered to you when you register 
  160.        SEBFU as a product (see REG.DOC). Registering SEBFU as a product 
  161.        is a better bargin, as each utility will cost less than $ .25 
  162.        each.
  163.  
  164.  
  165.        Vendors:
  166.  
  167.        You may distribute PWRD seperately, provided this document is 
  168.        distributed as well. Any reasonable fee may be charged.
  169.  
  170.  
  171.        Send your order to : SCANLON ENTERPRISES
  172.                             38354 17TH ST E.
  173.                             PALMDALE, CA 93550
  174.