home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / MISC / XBBS7200.ZIP / XBBS7200.TAR / MAKEfeatures < prev    next >
Encoding:
Text File  |  1987-03-22  |  1.0 KB  |  24 lines

  1. To make features.bbs, you can use the file, features.bbs as a guide. 
  2.  
  3. The format of the file is as follows:
  4. LINE 1 ------------ruler
  5. Line 2 - N              The actual programs that you make available to you
  6.                         users.
  7.  
  8. Each line is broken up into fields. The fields are as follows:
  9. Column 01 - 50         The full path name of the program plus commandline
  10. Column   51            A space
  11. Column 52 - 72         Description of program
  12. Column   73            A space
  13. Column 74 - 78         Privilege level assigned to the program
  14. Column   79            An asterisk or space
  15.  
  16. If column 79 is an asterisk, '*', then the BBS software will switch back to
  17. the default terminal parameters and then execute the program. After the 
  18. program completes, it will then switch back to the BBS terminal parameters.
  19. The user will be notified of the switching so that he/she can change his/her
  20. terminal program if necessary.
  21.  
  22. If column 79 is a space, the BBS program will redirect stdout to a temporary
  23. file and then send the output to the bbs user.
  24.