home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / COMM / MISC / SPORT13C.ZIP / SPORTCON.CTL < prev    next >
Encoding:
Text File  |  1991-01-15  |  1.3 KB  |  50 lines

  1. ;
  2. ; <- Comment line preceeded with semi-colon, or
  3. ! <- Comment line preceeded with exclamation mark.
  4. ;
  5. ; Keywords BEGIN CONFERENCE flsname.FLS indicates beginning of
  6. ; a conference definition.  Keywords END CONFERENCE indicates
  7. ; the end of a conference definition.  Between the beginning and
  8. ; the end of a conference definition there may be NO comment lines.
  9. ;
  10. ;
  11. ; Conference definition
  12. BEGIN CONFERENCE 161521C.FLS
  13. ROUTE 521010C
  14. ROUTE ANNAC
  15. ROUTE TOMC
  16. END CONFERENCE
  17. ;
  18. ; Another conference definition
  19. BEGIN CONFERENCE SCIENCEC.FLS
  20. ROUTE ANNAC
  21. ROUTE MIKEC
  22. ROUTE 125521C
  23. END CONFERENCE
  24. ;
  25. ;
  26. ; Analaysis of lines:
  27. ; BEGIN CONFERENCE 161521C.FLS
  28. ;  :                 :
  29. ;  :                 :... indicates incoming conference FLS name
  30. ;  :..................... begin a conference definition
  31. ;
  32. ; ROUTE ANNAC
  33. ;  :      :
  34. ;  :      :... copy of conference FLS to be routed to ANNAC.FLS
  35. ;  :............ "ROUTE" indicates a downlink to conference
  36. ;                use a many "ROUTE" lines as needed.
  37. ;
  38. ;
  39. ; END CONFERENCE  ... ends a conference definition
  40. ;
  41. ;
  42. ; Keywords:      BEGIN CONFERENCE nnnnnnnn.fls
  43. ;                ROUTE nnnnnnnn
  44. ;                END CONFERENCE
  45. ;
  46. ; All keywords and arguments must be seperated by a single space only.
  47. ; All keywords must begin in column 1.
  48. ;
  49.  
  50.