home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / EVENTS / XTRAINFO.ZIP / READ.ME < prev    next >
Text File  |  1994-03-17  |  4KB  |  98 lines

  1.           ┌──────────────────────────────────────────────────┐
  2.           │   New User Xtra Info by The Kingdom of Dab ][    │
  3.           └──────────────────────────────────────────────────┘
  4.  
  5. What this does is create a file in your data directory called XTRAINFO.DAT, 
  6. which holds some extra information about a new user.  The newuser is prompted
  7. to answer a few questions...the information is stored and can be retrieved
  8. later. To retrieve the information use the /R switch. If you want it to ask
  9. if the user is a sysop, use the /S switch. If you want to upgrade the users
  10. security level if he is a sysop, the use the /Lxxx switch, where xxx is the
  11. security level you wish to give... Just add the program into a newusr batch
  12. file or into INIT..Here is an example of a batch file:
  13.  
  14. @ echo off
  15. XTRAINFO /S /L50
  16.  
  17. Real easy uh?
  18.  
  19. As with all of my small WWIV utilitys and games, it will only work for an 
  20. unmodified CONFIG.DAT and USER.LST for v4.22+, but again as with all of 
  21. these programs you can send me $5.00 and I will send you the source code, 
  22. then just re-compile it with your current VARDEC.H.  Oh it also supports
  23. RIP Script!
  24.  
  25. Included in the package is 3 files. Make sure they are there:
  26.  
  27. XTRAINFO.EXE - The New User Xtra Info Executible file.
  28. READ.ME      - What you are reading now.
  29. FILE_ID.DIZ  - Short Description file for BBSes.
  30.  
  31. Copy whatever file you are going to use into your main bbs directory (usually
  32. WWIV or BBS or into a seperate directory of your choice, see switches below)  
  33. Type in the file name and hit <ENTER>.  When it is don it will have created a
  34. drop file of your choice.  (If you don't know how to do any of this then you 
  35. have no buisness in running a BBS.)
  36.  
  37. Command Line Switches:
  38.  
  39. /H or -H: Displays the Command Line Switches help.
  40.  
  41. /A or -A: Use ANSI colors instead of normal screen write colors.  (You 
  42. won't notice any difference in the colors, unless you do not have ANSI.SYS 
  43. loaded.  I put this is so that when you run it from a chain or shell to DOS 
  44. from the BBS you would have all 256 colors instead of the normal 7.  If you 
  45. shell to DOS from the BBS you do not have to add the /A parameter, the program 
  46. allready knows to use ANSI.  It checks to see if BBS is set in your DOS 
  47. enviornment.)  Set this only if you want to test your ANSI.SYS or you put it 
  48. in as a chain and you SHRINK the BBS AND you SET the DOS calls to NO (doing 
  49. so is not necessary, you do not have to set either, but some people will 
  50. do anythng.) Letting the BBS intercept the DOS calls will allow you to see the
  51. screen output if you are using it remotely.
  52.  
  53. /Csss or -Csss: If you put the executible file in a seperate directory other
  54. than the one that has the BBS's CONFIG.DAT file in it, the add this swith.
  55. sss is the path to where the CONFIG.DAT file is. 
  56.  
  57. /Fsss or -Fsss: If you put the executible file in a seperate directory other
  58. than the one that has the BBS's CHAIN.TXT file in it, the add this swith.
  59. sss is the path to where the CHAIN.TXT file is.  This also works if you are
  60. multinode with different CHAIN extensions.  Just put the path and filename
  61. of the CHAIN drop file.  I use %1 so that the BBS puts the right one in the
  62. batch file.
  63.  
  64. Example:
  65.  
  66. XTRAINFO /F%1
  67.          ^^^^
  68.          This Here
  69.  
  70. /S or -S: If you want it to ask if the user is a sysop then add this switch.
  71.  
  72. /Lxxx or -Lxxx: If you want to upgrade a user you is a sysop, the add this 
  73. switch. xxx is the security level you wish to give. The /S switch must also
  74. be used (see above).
  75.  
  76. /R or -R: This invokes the reader so you can view everyones infomation.
  77.  
  78. /M or -M: This switch invokes the maintenance section of the program. What it 
  79. does is remove old records that don't exist anymore.
  80.  
  81. This program uses the CONFIG.DAT and CHAIN Drop File of the BBS, so the 
  82. executible file MUST know where to find them.
  83.  
  84. If you like this program and would like the source code for it, send me a 
  85. floppy and $5.00 to:
  86.  
  87.                       Glenn Flansburg
  88.                       1810 Windsor Way
  89.                       Norman, OK  73069
  90.  
  91.                     The Kingdom of Dab ][
  92.                        WWIV 4.23 BBS
  93.                        (405) 447-3240
  94.                           9600 BPS
  95.                         1@4513 WWIVNet
  96.                          1@12 EarthNet
  97.                          1@1 DriftNet
  98.