home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1996 October / PCO_10.ISO / filesbbs / netcom11.arj / READ.ME < prev    next >
Encoding:
Text File  |  1994-02-05  |  8.6 KB  |  266 lines

  1. NETCOM+ series of LAN software by Innotek Ltd.
  2.  
  3. NetBIOS FOSSIL Redirector v.1.01 Shareware.
  4. (c) 1994 Innotek Ltd., division of General Data Systems inc.
  5.  
  6. ABSTRACT:
  7.   This package is intended to help share modems over NetBIOS-based LANs.
  8.   It facilitates to run communication program which uses FOSSIL or
  9.   INT 14H interface to access modem on w/s without modem, if some other
  10.   w/s in the net has a modem. User(s) must be acquainted with FOSSIL
  11.   concepts.
  12.  
  13.  
  14.        Contents
  15.  
  16. 1.0 Shareware agreement.
  17. 2.0 Usage.
  18.   2.1 Starting FOSSIL-redirector server.
  19.   2.2 Starting FOSSIL-redirector client.
  20.   2.3 Agreements about options syntax.
  21.   2.4 Example of FOSSIL-redirector usage.
  22.   2.5 Special features.
  23. 3.0 Requirements.
  24.   3.1 Hardware.
  25.   3.2 Software.
  26.   3.3 Compatibility list.
  27. 4.0 Commercial version.
  28. --------------------------
  29.  
  30. 1.0 Shareware agreement.
  31.  
  32.    This software is not freeware or public domain. You can
  33.    use it for evaluation purposes 30 days. If you want to
  34.    continue using software, you must register.
  35.  
  36.    How to register? In order to register, you must send us
  37.    USD 30 in check or money order (internetaional money order)
  38.    payable to General Data Systems in US dollars drawn on US banks.
  39.    Also, you must send us a letter thru e-mail to innotek@glas.apc.org.
  40.  
  41.    Our address: General Data Systems, Inc.,
  42.         2609 Honolulu Ave. Suite 201
  43.         Montrose, CA 91020
  44.  
  45.    After registering we will send you the latest commercial version
  46.    of NETCOM+ and one-year support thru Internet.
  47.  
  48.    NB! Now we can send you software only thru e-mail. Post delivery
  49.        in USA and Canada would be available in a month.
  50.  
  51. 2.0 Usage.
  52.  
  53.   The package contains 2 programs: one program to run on host machine
  54.   with modem and another one to simulate FOSSIL-driver on w/s. To
  55.   start your FOSSIL-based application, you need to execute both in the
  56.   following order:
  57.   1)  on host machine;
  58.   2)  on w/s.
  59.  
  60.   Names of these programs are
  61.     RFS.EXE and
  62.     RF.EXE
  63.   respectively.
  64.  
  65.  
  66. 2.1 Starting FOSSIL-redirector server.
  67.  
  68.   Before starting RFS.EXE you need to install some FOSSIL driver on
  69.   host machine. It'll be used by FOSSIL-redirector server to communicate
  70.   with the modem (see also requirements to FOSSIL driver below).
  71.  
  72.   Command line for RFS.EXE has the following syntax:
  73.  
  74.     rfs.exe options
  75.  
  76.  
  77.   In this version only 2 options are available:
  78.  
  79.     /HELP   - display quick help about options' usage
  80.  
  81.     /PORT:N - order FOSSIL server to use port number N to communicate
  82.               with the modem; hence port number, requested by your
  83.               application on client machine, has no effect: actually, your
  84.               application will communicate through port, specified in this
  85.               option
  86.  
  87.   You must specify at least one of these options.
  88.  
  89.   This version of FOSSIL-redirector server runs in dedicated mode. If
  90.   you have some multitasking system, you may try to use one window for
  91.   this program. Otherwise you can't start another program on host
  92.   machine simultaniosly.
  93.  
  94.   When RFS.EXE waits for any request from w/s you mustn't abort it. But
  95.   while communicating with client, it may be aborted by pressing
  96.   <Esc>. In that case client program will be aborted too.
  97.  
  98.  
  99. 2.2 Starting FOSSIL-redirector client.
  100.  
  101.   Before starting FOSSIL-redirector client, you should run FOSSIL-
  102.   redirector server as described above. It'll be used to simulate
  103.   FOSSIL driver on the w/s. FOSSIL-redirector client translates
  104.   requests to FOSSIL driver into corresponding requests on host
  105.   machine. Also FOSSIL-redirector client starts your own application.
  106.  
  107.   Command line for RF.EXE has the following syntax:
  108.  
  109.     rf.exe [options] application_name [application_switches]
  110.  
  111.   "application_name" and "application_switches" together form usual
  112.   command line for your FOSSIL-based application and application_name
  113.   must specify full path to your application.
  114.  
  115.   Only 1 option is available in this shareware version:
  116.  
  117.     /HELP - display quick help about options' usage
  118.  
  119.   RF.EXE will try to connect to the FOSSIL-redirector server and if
  120.   it's Ok, RF.EXE will start you program. To abort FOSSIL-redirector
  121.   client you simply need to quit your application.
  122.  
  123.  
  124. 2.3 Agreements about options syntax.
  125.  
  126.   All options for FOSSIL-redirector programs must be separated by "/"
  127.   and any amount of spaces allowed between them. Options may be of any
  128.   letter case and their names may be shortened up to 1 character.
  129.   Options' parameters may be separated from their names by ":" or by
  130.   "=". An error will occure each time when you'll misspell options'
  131.   names or try to use invalid parameters values.
  132.  
  133.   E.g. "RFS.EXE /Po:2" means that RFS.EXE have to use port number 2.
  134.  
  135.  
  136.  
  137. 2.4 Example of FOSSIL-redirector usage.
  138.  
  139.   Suppose, you need to run program ABC.EXE with /FOSSIL switch from 
  140.   directory C:\GOOD_DIR, using modem on another network node.
  141.   Then you must run RFS.EXE on machine with the modem, e.g.:
  142.  
  143.     >RFS.EXE /PORT:1
  144.  
  145.   It will order FOSSIL-redirector server to use port number 1 when
  146.   communicating with modem.
  147.  
  148.   Then you have to run RF.EXE on machine with the application, e.g.:
  149.  
  150.     >RF.EXE C:\GOOD_DIR\ABC.EXE /FOSSIL
  151.  
  152.  
  153. 2.5 Messages.
  154.  
  155.   Both programs display some information about their versions and
  156.   license just after they have been started. More over, RFS.EXE
  157.   displays current FOSSIL information: description string, buffers
  158.   sizes and some else.
  159.  
  160.   While running both programs may cast error messages. They will
  161.   occure in the following cases
  162.  
  163.     a) for RFS.EXE and for RF.EXE:
  164.       network wasn't installed or NetBIOS isn't active
  165.  
  166.     b) for RFS.EXE:
  167.       FOSSIL driver isn't active for specified port number
  168.       you already have too many FOSSIL-redirector servers running
  169.     in your network
  170.  
  171.     c) for RF.EXE:
  172.       you have no FOSSIL-redirector server running in your network
  173.       session with FOSSIL-redirector server was cancelled on host 
  174.     machine
  175.       network error was occured
  176.  
  177.  
  178. 2.6 Special features.
  179.  
  180.   RFS.EXE or RF.EXE can be loaded high either by QEMM or DOS LOADHIGH
  181.   command.
  182.  
  183.  
  184. 3.0 Requirements.
  185.  
  186.   The full range of NETCOM+ utilities is designed to consume as little
  187.   memory as possible and run as fast as possible. RF and RFS does not
  188.   use undocumented and specific features of NetBIOS and modem/network
  189.   hardware. In general, they must run on any PC-compatible machine, which
  190.   is connected to others thru NetBIOS LAN.
  191.  
  192. 3.1 Hardware requirements
  193.  
  194.   IBM PC, XT, AT, PS/2, or compatible with Ethernet, Arcnet or other
  195.   NetBIOS-compatible network card, 512 KB RAM, at least one modem and
  196.   82450, 16450 or 16550A (recommended) serial port for server.
  197.  
  198.   IBM PC, XT, AT, PS/2, or compatible with Ethernet, Arcnet or other
  199.   NetBIOS-compatible network card, 512 KB RAM for workstation (user).
  200.  
  201. 3.2 Software requirements
  202.  
  203.   MSDOS 3.3 or higher, OS/2 2.1 or higher
  204.   (DOS VBM with loaded network software).
  205.  
  206.   FOSSIL driver revision 5 or higher
  207.  
  208.   Network with NetBIOS support (LANtastic v.5.0 recommended)
  209.  
  210. 3.3 Compatibility list.
  211.  
  212.   NETCOM+ was tested successfully with the following list of software:
  213.  
  214.   DesqView v2.42,2.60,2.61
  215.   4DOS v4.02,5.00
  216.   4OS2 v2.0
  217.   VC v4.033,4.035,4.038 (doesn't work with 4.034) with "FAST EXECUTION"
  218.     option disabled
  219.  
  220.  
  221.   List of modems tested:
  222.  
  223.   Telebit T2000, T1000; ZyXEL U-1496B,B+,E,E+; USR Sportster; ATT Dataport;
  224.   (almost all Hayes or Telebit compatible modem in asynch mode will do).
  225.  
  226.   List of communication software tested:
  227.  
  228.   FrontDoor v2.01,2.02,2.10,2.20;
  229.   Terminate v1.10,1.41;
  230.   Terminal v0.2
  231.   Mail Commander v1.1
  232.   UUPC 5.09g
  233.   Waffle 1.65
  234.   
  235.   List of FOSSIL drivers tested:
  236.   
  237.   X00
  238.   BNU v1.89h
  239.  
  240.   All trademarks are owned by their owners.
  241.  
  242. 4.0 Commercial version.
  243.  
  244.    The commercial version of NETCOM+ package delivers higher speed,
  245.    tunable internal receive/transmit buffers sizes, multi-modem,
  246.    multi-modem support, fax transmition, user support. TSR version
  247.    of modem server is also supplied in commercial package.
  248.  
  249.    In the future we will release FAX-server, which would spool
  250.    incoming/outgoing faxes on modem-server, thus lowering LAN load.
  251.    OCR part of the package would deliver incoming faxes to the
  252.    appropriate user.
  253.  
  254.    Also by Innotek Ltd.:
  255.  
  256.    DSSCAN 2.0 - ultimate OCR software! DOS version works with any
  257.    TWAIN-compatible, HP, Pentax, Dextra scanner and can handle
  258.    even complicated and dirty texts. English, Russian, Arabic
  259.    versions are available now with built-in high performance
  260.    spell-checker.
  261.  
  262.  
  263. Alexander Kogtenkov, Innotek Ltd.
  264. e-mail: innotek@glas.apc.org
  265.  
  266.