home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL28.ARJ / VOL2859 < prev   
Text File  |  1991-09-05  |  5KB  |  115 lines

  1. P r o g r a m m a T h e e k volume 2859 
  2.  
  3. Titel: TokenRing, NetBIOS and Lantastic utilities 
  4.  
  5. Number  Name            Size    Date    Comments 
  6.         CATALOG  859      741   6-03-91 This list 
  7. 2859.01 CHAT207  ZIP    22611   6-03-91 Chat for Netware, PD 
  8. 2859.02 CMAIL24E ZIP   134260   6-03-91 Network email system, Clipper .EXE 
  9. 2859.03 LANTTECH DOC    42611  13-12-89 Programmer's information on
  10.                                         Lantastic 
  11. 2859.04 MAIL     ZIP    26287   6-03-91 Simple Netware 2.1x network mail 
  12. 2859.05 NETCALL  ZIP     8094   5-12-89 Lantastic TP 4.0 and 5.0 calls 
  13. 2859.06 NETLIS13 ZIP    45748   6-03-91 NetBIOS hardware tests 
  14. 2859.07 NETTALK  ZIP    18537   6-03-91 'Chat' for netware, simple but
  15.                                         complete 
  16. 2859.08 TESTFILE ZIP    14255   6-03-91 Give file status as DOS error code 
  17. 2859.09 TRTOOL02 ZIP    28368   6-03-91 Token Ring Tools (user/adapter
  18.                                         tests) 
  19.         VOL2859  ABS     4181   6-03-91 Abstract by Anchorman 
  20.           11 File(s) 11264 bytes free on volume VOL2859 
  21.  
  22. NETLIST
  23. NETLIST performs various tests on NetBIOS networks. NetBIOS
  24. protocols are mainly run on Token-Ring and PC Network hardwa-
  25. re, but there are implementations over TCP/IP and AppleTalk.
  26. It is also used or (at an extra cost) emulated on Lantastic
  27. and Netware. 
  28.  
  29. NETLIST can: 
  30. -  show current network users, by quickly checking the presence
  31.    of a list of selected users, doing up to 170 tests per se-
  32.    cond, 
  33. -  scan a range of adapters by number, to show connected ones, 
  34. -  give extensive information and usage statistics about any
  35.    adapter on the network, 
  36. -  give an explanation about NetBIOS return codes. 
  37.  
  38. TRTOOLS: Token-Ring Network utilities  v0.2 
  39.  
  40. TRLIST        Display most of the people on a multi-ring Token-
  41.               -Ring network using NETLIST's database NETLIST-
  42.               .NAM. 
  43. TRSTAT        Display status of the local primary adapter at the
  44.               LLC level, all open SAPs and related link stati-
  45.               ons. 
  46. CLOSESAP      Close a SAP left open by TRLIST if something has
  47.               gone wrong. 
  48.  
  49. Those utilities don't use NetBIOS nor have anything to do with
  50. NETLIST, except that TRLIST uses the same database file (only
  51. the adapter number '\' entries, not name entries). 
  52. You can make up a database by hand running TRSTAT on network
  53. machines if you don't have NetBIOS. 
  54.  
  55. MAIL.ZIP
  56. Mail is a simple network mail facility for use with Novell
  57. Netware v2.1x. It allows users to send and receive messages to
  58. other users. Mail can be scheduled for immediate delivery with
  59. on-screen notification if required, or delayed until a future
  60. time and date. 
  61. The Netware utility SEND.EXE is assumed to be locatable via
  62. the current path. 
  63. The default mailbox path can be specified in the file MAILBOX-
  64. .DIR in the users mail directory. 
  65.  
  66. NETTALK 
  67. Nettalk allows two users to communicate interactively via a
  68. shared file such as is available on a local area network.
  69. (This version for Novell Netware). 
  70. Command line parameters are interpreted as follows: 
  71.    path       Full path for the temporary talk files. Default is
  72.               current directory
  73.    user       Login name of user you wish to talk to. 
  74. The program SEND.EXE is assumed to be locatable via the de-
  75. fault path. 
  76.  
  77. TESTFILE  
  78. Tests a files access using mode [/n] and/or readability [/R]
  79. including subdirectories [/S] and returns the DOS error code &
  80. messages (if any). 
  81.  
  82. CMAIL 
  83. A network email system based on Clipper and .DBF files. Public
  84. domain but without source. 
  85. I have tried to make this program completely independant of
  86. the network type. All mail is sent by copying files to the
  87. appropriate mail directory, and then invoking a suitable
  88. command (under Novell I use SEND to inform the user of the
  89. arrival of mail, but you can invoke any other program, inclu-
  90. ding a mail transport program or a comms program with a
  91. script). 
  92.  
  93. CHAT207 
  94. The purpose of the public domain program Chat is to build a
  95. bridge between two Novell users, and allow them to communicate
  96. on the network. A message will be sent to the selected user by
  97. pressing Enter. The bottom line of the receivers screen will
  98. display something like: 
  99. ">> SMITH is calling! Type Chat at the dos prompt!  (CTRL-E-
  100. NTER to clear)" 
  101.  
  102. NETCALL 
  103. NETCAL.TPU is a Turbo Pascal 4.0 and 5.0 unit that simplifies
  104. adding LANtastic_ Netbios functions to your programs. This
  105. version includes all calls needed to determine the Lantastic
  106. version, list logins/redirections, perform login/logout/re-
  107. direct, and expand error messages into meaningful text. Future
  108. versions may also include printer queue and copy support
  109. depending on how many people express interest in it. 
  110.  
  111. LANTTECH.DOC 
  112. Programmer's Reference Manual for Lantastic. If you know
  113. assembler or how to make low level calls from C, Pascal and
  114. the like, this one's for you. 
  115.