home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / _10NODE.ZIP / SYSOP.DOC < prev   
Text File  |  1995-06-18  |  11KB  |  265 lines

  1.  
  2.     ═══   ══   ═════   ══════   ═══════  ═════    ═════   ═════  ═══   ══
  3.     ════  ══  ══   ══  ══   ══  ══      ══       ══   ══ ══   ══ ════  ══
  4.     ══ ══ ══ ═══   ═══ ══   ═══ ═════    ═════  ═══      ═══════ ══ ══ ══
  5.     ══  ════  ══   ══  ══   ══  ══           ══  ══   ══ ══   ══ ══  ════
  6.     ══   ═══   ═════   ══════   ═══════ ══════    ═════  ══   ══ ══   ═══
  7.                      S y s o p   D o c u m e n t a t i o n
  8.  
  9.  
  10. Introduction to NodeScan
  11. -----------------------------
  12. Every Fido-style mail network offers a great resource to its users: the
  13. nodelist.  Containing vital information about every system in the net, this
  14. list can be extremely useful in a variety of ways.  However, a nodelist in its
  15. native form is not exceptionally user-friendly, thus the need for a nodelist
  16. browser such as NodeScan.  NodeScan is the most full-featured nodelist browser
  17. available, and supports any standard FTSC nodelist.  Every system carrying one
  18. or more networks should have a nodelist browser available, and with a
  19. registration cost of only five dollars, NodeScan is the ideal choice.
  20.  
  21.  
  22. Features
  23. -------------
  24. > Assembly language serial I/O
  25. > Supports speeds up to 115.2k and 16550 UARTs
  26. > Internal ANSI emulation
  27. > Multitasker aware (DESQview, Windows, OS/2)
  28. > FOSSIL support
  29. > Split-screen chat with word wrap
  30. > Multi-node capable
  31. > Support for up to 16 nodelists
  32.  
  33.  
  34. Configuring NodeScan
  35. -------------------------
  36. Setting up NodeScan for use with your nodelists is quick and easy; simply load
  37. the file LISTS.CFG into a text editor and follow the on-screen instructions.
  38. As you will see, for each list you must specify two things: the name of the
  39. nodelist, and the path of the nodelist.  When specifying the path, omit the
  40. extension of the nodelist's filename if it is subject to change (as are most
  41. nodelists).  For example, for the FidoNet Nodelist you might specify:
  42.  
  43. C:\RA\FD\NODELIST
  44.  
  45. This way, NodeScan will automatically adjust as the filename changes with each
  46. week's nodediff.  If you do specify an extension, NodeScan will always look
  47. for that specific file.  If a nonexistent nodelist is specified, that entry
  48. will be ignored.
  49.  
  50. After you've customized LISTS.CFG for your system, NodeScan is ready to run.
  51. Whenever a nodelist is updated or LISTS.CFG is modified, NodeScan will detect
  52. this and update its data files accordingly.  NodeScan keeps track of certain
  53. values for each nodelist to enhance its power and performance.
  54.  
  55.  
  56. Running NodeScan
  57. ---------------------
  58.  
  59. The syntax for executing NODE.EXE is: NODE <config file> [local] [/N=x]
  60.  
  61. The config file is a 7-line text file:
  62.   Line 1: Dropfile type  [RA,WC2,WC3,SF]
  63.   Line 2: Dropfile path/name
  64.   Line 3: BBS name
  65.   Line 4: Sysop first name
  66.   Line 5: Sysop last name
  67.   Line 6: COM port interrupt  [1-7, 0 for FOSSIL]
  68.   Line 7: Use error log?  [TRUE/FALSE]
  69.  
  70. Included is the utility MAKECFG.EXE, which will request this information and
  71. create a configuration file:
  72.  
  73. Name of config file to be created?  Name the file.  Ex: NODE.CFG.
  74.  
  75. Dropfile type?  Enter one of the following codes:  RA - DORINFO.DEF
  76.                                                   WC2 - CALLINFO.BBS
  77.                                                   WC3 - DOOR.SYS
  78.                                                    SF - SFDOORS.DAT
  79.  
  80. Path/name of dropfile?  Where the previously designated dropfile is created.
  81.  
  82. BBS name?  Self-explanatory.
  83.  
  84. Sysop name?  Self-explanatory.
  85.  
  86. COM port interrupt?  The interrupt of the COM port given in the dropfile.
  87.                      Valid interrupts are values 1-7.  Enter 0 to use FOSSIL.
  88.                      (Note that this is asking for the INTERRUPT number, not
  89.                       the COM port number.)
  90.  
  91.                      If you are unsure of what this value should be, here
  92.                      are the typical interrupts:
  93.  
  94.                      COM1 - IRQ4
  95.                      COM2 - IRQ3
  96.                      COM3 - IRQ4
  97.                      COM4 - IRQ3
  98.  
  99. Log errors?  Enter TRUE to write all errors encountered to a log.  Enter
  100.              FALSE not to log errors.
  101.  
  102. Here is a sample config file:
  103.  
  104.   WC3
  105.   C:\RA\DOOR.SYS
  106.   Temples of Syrinx
  107.   Scott
  108.   Stuart
  109.   3
  110.   FALSE
  111.  
  112. NodeScan must be run from the directory in which all its files are located; it
  113. is recommended you run NodeScan from a batch file such as this:
  114.  
  115.   @ECHO OFF
  116.   C:
  117.   CD \NODE
  118.   NODE.EXE NODE.CFG /N=1
  119.  
  120. To run NodeScan locally from the command line, add the parameter LOCAL after
  121. the config file specification.
  122.  
  123.  
  124. Multinode Usage
  125. --------------------
  126. NodeScan supports nodelist sharing and should not conflict with any other
  127. software you use (i.e., FrontDoor) which reads the nodelist.  When running
  128. NodeScan on a multinode system, specify the node number on the command line
  129. using the /N=x switch.  When no node number is specified, x defaults to 0 for
  130. local usage, and 1 for remote.  There should be no need to specify a node when
  131. running NodeScan locally, as the default of 0 is reserved for local mode.
  132.  
  133. If a user enters NodeScan and triggers nodelist maintenance, no other users
  134. may use the program until maintenance is complete.  If a user attempts to
  135. enter NodeScan while maintenance is being performed, he will receive a message
  136. informing him of this and will be given the option to press ESC to return to
  137. the BBS; if the user opts to remain in the door, NodeScan will proceed
  138. normally as soon as maintenance is finished.  If no maintenance is running,
  139. yet users are still disallowed entrance into the door, delete the INIT.SEM
  140. file from your NodeScan directory; this situation may occur if NodeScan
  141. maintenance is interrupted, such as in the case of a system lock-up.
  142.  
  143.  
  144. Using NodeScan
  145. -------------------
  146. NodeScan is very intuitive; any user with reason to use a nodelist browser in
  147. the first place should have no problem navigating the program.  For reference
  148. purposes, provided is a quick rundown of NodeScan's options:
  149.  
  150. String Search Nodelist
  151.     Allows the user to search the nodelist based on one of several different
  152.     categories.  After a search, the matching systems will be listed on the
  153.     bottom half of the screen; multiple-page lists can be scrolled by pressing
  154.     the < and > keys.  Pressing a number 1-5 will bring up a window with more
  155.     detailed information on the corresponding system.
  156.  
  157. Change Nodelist
  158.     Shows all available nodelists and prompts the user to select one.
  159.  
  160. Download Search Results
  161.     Time permitting, allows the user to download the results of the most
  162.     recent search in a neatly formatted list.  Used locally, this option
  163.     writes the report to disk.  (Please see the section below on file
  164.     transfers.)
  165.  
  166. Info on Nodelist
  167.     Displays some nodelist statistics.
  168.  
  169. Node Number Search
  170.     Allows the user to search the nodelist based on net address.  Wildcarding
  171.     greatly increases search flexibility.
  172.  
  173. Verify Node
  174.     Searches the nodelist for one particular address; if the system is found,
  175.     an information window on the node is automatically displayed.
  176.  
  177. Print Search Results
  178.     Available to local users only, this option allows the search report
  179.     to be printed.  Includes an option to take advantage of the features of HP
  180.     DeskJet and compatible printers, and an option to print in standard ASCII
  181.     for those printers which do not support high ASCII.
  182.  
  183. Get Nodelist
  184.     Time permitting, allows the user to download the currently selected
  185.     nodelist.  A very convenient way to have nodelists available for download,
  186.     without having to update your file areas every week!  (Please see the
  187.     section below on file transfers.)
  188.  
  189. Read Comments
  190.     Displays the general-interest comment lines in the nodelist.
  191.  
  192.  
  193. File Transfers
  194. -------------------
  195. NodeScan features internal support for Omen Technology's GSZ file transfer
  196. utility; you must have a copy of GSZ for NodeScan to be able to perform file
  197. transfers.
  198.  
  199. If you do not have and are unable to locate a copy of GSZ, you can obtain it
  200. from the NodeScan support BBS either by calling and downloading it, or file
  201. requesting "GSZ".  Information on the support BBS is listed at the end of this
  202. document.
  203.  
  204. Upon startup, NodeScan will search all PATHed directories for GSZ.EXE; make
  205. sure that your copy of GSZ resides in such a directory.
  206.  
  207. It is suggested that you set the following environment variable so the
  208. NodeScan status bar remains visible while GSZ is in use:
  209.  
  210. SET GSZWINDOW=24
  211.  
  212. Please remember that you must reboot for this setting to take effect.
  213.  
  214.  
  215. Registering NodeScan
  216. -------------------------
  217. The unregistered version of NodeScan has all features available, allowing you
  218. to fully evaluate it before registering.  For the low price of $5.00, you can
  219. register NodeScan, thus eliminating the unregistered annoyances.
  220.  
  221. Registration entitles you to free minor and major upgrades.  To register
  222. NodeScan, print out REGISTER.TXT and send it to the address listed.  If your
  223. BBS is a member of FidoNet, your registration key will be conveniently sent to
  224. you.  If not, you can call the NodeScan support BBS to download it:
  225.  
  226.                                Temples of Syrinx
  227.                                  908/914-9807
  228.                                FidoNet 1:107/751
  229.                               RemoteAccess v2.02+
  230.                              USR Courier HST V.34+
  231.  
  232. Logon using the exact name and password specified on the order form, and
  233. your registration key will be waiting as an EMail file attach.
  234.  
  235. To use your registration key, simply place it in the directory with all of the
  236. other NodeScan files and rename it to NODE.KEY.
  237.  
  238. NodeScan support can also be obtained through the beta testing site:
  239.  
  240.                                 Paul's Boutique
  241.                                  609/242-0295
  242.                                FidoNet 1:2623/51
  243.                                TriBBS v5.11/255
  244.                              USR Courier HST V.34+
  245.  
  246. The latest version of NodeScan is available on both systems; it can be
  247. obtained by calling the board and downloading it, or FREQing the magic name
  248. "NODESCAN".
  249.  
  250. And if you don't already have it, FREQ "SAD" to get Search and Destroy, the
  251. popular Battleship-style door game by the same author.  Also by Scott Stuart
  252. is Another Brick In The Wall, the ultimate graffiti wall door!  FREQ "WALL".
  253.  
  254.  
  255.  
  256. NodeScan was written using URDoor comm routines (c) 1995 Kenneth Bledsoe.
  257.  
  258. NodeScan (c) 1995 Scott Stuart.
  259.  
  260. Distribution of NodeScan is permissible and encouraged, providing that no fee
  261. be assessed for its distribution other than any normal fee that may be
  262. associated with the medium by which it is distributed.  NodeScan must be
  263. distributed in its original archive form, unaltered and with no registration
  264. keys.
  265.