home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / qcom320e.zip / NEWUSER.CTL < prev    next >
Text File  |  1995-08-13  |  2KB  |  45 lines

  1. ;This is the New User Control file.  
  2.  
  3. ;In an OPEN system, Callers are given the opportunity to log into the system
  4. ;and are prompted based on the following lines.  If you need less information
  5. ;from callers, you may "comment out" unneeded lines with a semi-colon.
  6.  
  7. ;Host provides two extra fields which can be used as needed called "USERDEF1"
  8. ;and "USERDEF2".
  9. ;Each UserDef field will store 20 characters.
  10. ;Example:
  11. ;USERDEF1;Please enter your Company Name :
  12. ;Host will store the response from the user in the database.  To use
  13. ;a USERDEF field, insert it below where required. 
  14.  
  15.  
  16. ;the sequence of some keywords here can affect the order which they are
  17. ;shown to the caller.
  18.  
  19.  
  20. MISMATCH;Passwords do not match.
  21.  
  22. ;set the default security level. Level 3 gives access to files and messages.
  23. ;See the file SECURITY.CTL for more info on security levels.
  24. NEW_USER_LEVEL;3
  25.  
  26. ;prompt for password:
  27. PASSWORD;Password                  : 
  28.  
  29. REPASSWORD;Please re-enter password for verification: 
  30. ;host will compare these and if not matched will repeat.
  31.  
  32. BPHONE;Business Ph.(xxx-xxx-xxxx): 
  33. HPHONE;Home Ph.    (xxx-xxx-xxxx): 
  34. ADDRESS;Street Address            : 
  35. CITY;City                      : 
  36. STAPRO;State/Province            : 
  37. ZIPO;Zip/Postal Code           : 
  38. CY;Country                   : 
  39. SCRNLINES;Screen height? ( ENTER=24 lines ) :
  40.  
  41. CHANGE;^MChange what line? ( ENTER=Done )  
  42.  
  43. ;here is where you might want to send any bulletins to a new user. To
  44. ;send a bulletin, use the SENDFILE keyword. e.g  SENDFILE; myfile.txt
  45.