home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / c / crcbbs.arc / CRC002.DOC < prev    next >
Text File  |  1985-10-22  |  6KB  |  112 lines

  1.  
  2. Hello Craig,
  3.  
  4.  
  5. I was very pleased to hear you are interested in CRC-PC.  Well, here's how it 
  6. works.  Since you have a hard disk, do the following.  From the root 
  7. directory, create three directories called USERS, USERINFO, and MESSAGES.  Put 
  8. the batch files SYSOP.BAT and BBS.BAT on the root directory of the hard disk 
  9. also.  Now, put the floppy disk marked "CRC-PC floppy" in the floppy drive and 
  10. go to the hard disk and either type SYSOP or BBS.  SYSOP to go into the system 
  11. by yourself and BBS to start up the BBS at 1200 baud only.  Oh, sorry, you can 
  12. find SYSOP.BAT and BBS.BAT on "CRC-PC floppy".  
  13.  
  14. Now, the help file (SYSTEM.HLP) is the old file; I made a new one, but it 
  15. seemed to have disappeared.  I've found that the most useful help file is one 
  16. where all the commands are explained.  I've already started it for you in the 
  17. filed called CRAIG.HLP.  I'm sorry there really isn't any documentation, but 
  18. this one's a new one.  This board has been run three times previously.  One by 
  19. Marty Ross which was small (2 floppies @ 300 baud) and a private one which may 
  20. or may not still be up and then of course my old board.  You're really going 
  21. to have to do a lot of experimentation, but you'll get the hang of it pretty 
  22. quick.  Try digging around in the source code for possible tricks.  All the 
  23. startup options are listed in one of the source code files and there are also 
  24. command options in there too.  Here's some stuff you'll need to know.  To 
  25. permit access to a directory other than your own, create a file called 
  26. ACCESS.USR and then put the user's name in it plus either a W or a R or both
  27. to allow read/write access.  For example, DAVE RW allows user DAVE to read and
  28. write on your directory; JOE R lets JOE read only; * RW lets anyone read & 
  29. write.
  30.  
  31. Now go into the USERINFO directory and create a file called SYSOP.DAT.  Put in 
  32. it these words on separate lines:  SYSREAD & SYSWRITE.  They allow you to go 
  33. anywhere on the hard disk.
  34.  
  35. This is about all I can think of now, but feel free to call me ANYTIME at 
  36. either (818) 340-9331 or (818) 884-7388.  I think I may run FIDO for a couple 
  37. weeks on the (818) 340-9331 line until I leave, but the other number will 
  38. always be okay to call on.  Good luck and I hope you like it!
  39.  
  40.  
  41.                                 Sincerely,
  42.  
  43.                                      Dave Sims
  44.   
  45.  
  46. P.S.  Oh!!!  Almost forgot!  You must run the system under PC-DOS 2.0 or 2.1;
  47. 3.0 might work, but I'm not sure.  The only problem with 3.0 would be that the 
  48. "L" command may not work properly, but test it out anyways.
  49.  
  50. There's more.  Go into the USERS sub-directory and create two sub-directories 
  51. called PUBLIC and SYSOP.  Then go into the sub-directory USERINFO and create a 
  52. file called PUBLIC.DAT.  The program will automatically put the appropriate 
  53. information in, but you may want to add one thing:  the maximum amount of time 
  54. a user can stay on.   If you want to do this, type the following on the next 
  55. available line in the file:
  56.  
  57. MAXTIME: 60
  58.  
  59. Now anyone using the PUBLIC account can only stay on for 60 minutes.  You may 
  60. want to add USERSYS & SPECIALTY to your dat file like this:
  61.  
  62. USERSYS: Compaq Desk Pro
  63. SPECIALTY: C programmer
  64.  
  65. pretty self-explanatory I think.  Now, when people request an account (A 
  66. command), a file will be put on your directory (SYSOP) called JOE.REQ or 
  67. PUCK.REQ.  You can t)ype the file out.  If you decide to grant that user an 
  68. account, you must rename PUCK.REQ to PUCK.DAT and tranfer it to USERINFO.  You 
  69. can then delete the file from your personal directory.  To copy the file to 
  70. USERINFO, you will have to do it manually in DOS.
  71.  
  72. Sorry this is fragmented, but I write things down as I think of them.  I think 
  73. you will like this system and if you can fix it up and make it available for 
  74. downloading, I think that when a lot of people get a look at it, it will 
  75. become better and better just like RBBS-PC.  This is an exciting prospect.  
  76. If you decide to put it up, I'd appreciate it if you could give me your number 
  77. so I could try it out.  By the way, the batch files are configured for 1200 
  78. baud only.  If you want it to go 300 baud only, check out the batch file 
  79. called DEF300.BAT.
  80.  
  81. When you try to fork new sub-directories or new message boards on the hard 
  82. disk, you will get an error message.  I don't know why that happens, but 
  83. whatever you tried to do still worked.  The error message doesn't mean 
  84. anything.
  85.  
  86. I hope that with the source codes you can figure some things about the board 
  87. out.  The mail system isn't all that great.  There are many things which can 
  88. be put into the .DAT files.  UCTRANS (upper case translation) doesn't seem to 
  89. have a purpose, but CLASS could be great.  CLASS assigns the user a class 
  90. number like 10.  For instance, to use certain commands, you need a class of 5 
  91. or higher and some others you need a class of 15 or higher so a user with 
  92. class 10 could use some functions, but not others.  CLASS is available only on 
  93. the new version.  The new version requires that you use a host program called 
  94. NEW14H.COM or some other like it.  I don't have it...sorry.  Marty Ross wrote 
  95. so it may be easy to find.  But then again, the command file is missing so the 
  96. commands don't work on the new system, but I hope you can figure it all out.  
  97. I couldn't, but I've never even heard of C before I started the board.
  98.  
  99. A couple things about the command structure.  As in RBBS, a semi-colon 
  100. separates commands; well, in CRC-PC, a space separates commands so you can 
  101. stack commands.  With each command, there are options.  Every command has a 
  102. quiet option.  Some other commands have additional options.  For instance, to 
  103. buzz the sysop, the user types [B].  To use the quiet option, the user would 
  104. type [B -Q].  One of the options with the copy command ("), is the A (append) 
  105. option.  The user would type [" -A].  To find out about all the options, as 
  106. always, check the source code.  The only one I can think of now is the -D and 
  107. the -K option with the SEND command.  -D is to delete the file after it is read 
  108. and -K is to keep the file after it is read.
  109.  
  110.  
  111.  
  112.