home *** CD-ROM | disk | FTP | other *** search
/ Strictly Windows / STRICTLY.ISO / programs / netlinx / netlinx.txt < prev    next >
Encoding:
Text File  |  1994-05-26  |  4.0 KB  |  123 lines

  1.             NETLINX
  2.             -------
  3.  
  4. Netlinx consists of 3 main files, along with several support files that you 
  5. must create and maintain.
  6.  
  7. The provided non-changeable files are as follows : 
  8.  
  9.    NETLINX.EXE    Should be installed in the \PCAPP directory on PCSAV41.
  10.    VBRUN300.DLL    Should be installed in each PC's \Windows\System directory.
  11.    THREED.VBX    Should be installed in each PC's \Windows\System directory.
  12.     
  13. The files you need to maintain are the .ini file, the list of printers, the 
  14. list of services and the logon message file.
  15.  
  16. In the supplied ZIP file they are : 
  17.  
  18.    NETLINX.INI    Should be copied to each PC's \Windows directory.
  19.    printers.txt    Resides where the ini file points to for it
  20.    services.txt    Resides where the ini file points to for it
  21.    pcwelcom.txt    Resides where the ini file points to for it
  22.  
  23.    username.dat    Resides on the USERPROF service.
  24.  
  25. NETLINX.INI
  26. -----------
  27.  
  28. The format of the NETLINX.INI file is as follows : 
  29.  
  30.     [NETLINX]             :compulsory as typed here. 
  31.  
  32.     node=ANODEA            :The node name for the system 
  33.                      service.
  34.     systemdrive=v:            :The drive used for the Pathworks 
  35.                      client files.
  36.     systemservice=pcsav41        :The name of the Pathworks system 
  37.                      service
  38.     printerfile=v:\pcapp\printers.txt :Location & name of your printer 
  39.                        file.
  40.     servicefile=v:\pcapp\services.txt :Location & name of your Services
  41.                        file.
  42. *    messagefile=v:\pcapp\pcwelcom.txt :Location of your welcome message,
  43.                        or the word NO if not used.
  44.     profiledrive=z            :Specify the drive you wish to use
  45.                     for your user profile files, see below
  46.     teamlinks=yes            :Yes if you use Teamlinks, no if 
  47.                      you don't.
  48.     
  49. *    NOTE :  Netlinx has the ability to look at a message file and then
  50.         present the contents to the user on login. Works much like
  51.         Welcome.txt on a Vax. If you don't wish to use it then just
  52.         enter NO on this line, rather than a file name.
  53.  
  54. PRINTERS & SERVICES FILES
  55. -------------------------
  56.  
  57. The format of the printers and services files is as follows : 
  58.         (see sample files included in ZIP file)
  59.  
  60.     \\xxxxxx\yyyyyyyyy[%]    zzzzzzzz zzzzz zzzzzzzz
  61.  
  62. Where :
  63.  
  64.     The \\ is mandatory
  65.  
  66.     xxxxxx is the node name
  67.  
  68.     The \ is mandatory.
  69.     
  70.     yyyyyyyyy is the network name for the printer service 
  71.             (e.g. hp$print or hp$print_10)
  72.  
  73.     The % sign is optional, if it is there then the service is connected
  74.     with the supplied Username/Password.
  75.  
  76.     zzzzzzzz zzz ... is the english description for the printer 
  77.             (e.g. Laser Jet II in reception).
  78.  
  79. NOTE :     The description (zzzz...) must start at character position 25 
  80.     on the line.
  81.  
  82. MESSAGE FILE
  83. ------------
  84.  
  85. The message file just needs to be formatted how you want it to appear once 
  86. the user is logged in. Have a look at the example file supplied.
  87.  
  88.  
  89. USER PROFILE FILES.
  90. -------------------
  91.  
  92. Netlinx needs you to set up a USER.DAT file for each of your users, 
  93. containing details of their usual connections. The name of this file has to
  94. be the RIGHTMOST 8 letters of the username with an extension of .DAT, 
  95. i.e. JOHNSTONE would be OHNSTONE.DAT.
  96.  
  97. The users can then change these connections for that session by using the 
  98. Printers or Services choices, or make them the new default by using the 
  99. SAVE button.
  100.  
  101. You need to set up a PUBLIC service called USERPROF, and ensure that all 
  102. users (PUBLIC) have RWED access to the files there. Netlinx connects to this 
  103. service (using the drive specified in Netlinx.ini) when it needs to, and 
  104. disconnects after obtaining the users default login information.
  105.  
  106. The user profile files are in the following format : 
  107.  
  108. M:,ANODEA,SERVICENAME
  109. N:,ANODEA,SERVICENAME%
  110. O:,ANODEA,SERVICENAME
  111. LPT1:,ANODEA,PRINTERNAME
  112. LPT2:,ANODEA,PRINTERNAME
  113.  
  114. This translates to 
  115.  
  116. Drive or printer identifier, followed by a comma, followed by the node name,
  117. followed by a comma, followed by the service/printerservice name, followed 
  118. by an optional %age sign.
  119.  
  120. If present the %age sign causes Netlinx to connect the drive/printer using 
  121. the users Username/Password.
  122.  
  123.