home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / epi_info.zip / README.LAN < prev    next >
Text File  |  1994-09-01  |  7KB  |  145 lines

  1. README.LAN                                        August 19, 1994
  2.                 INFORMATION FOR LAN ADMINISTRATORS
  3.  
  4. The main programs in Epi Info are LAN compatible.  ENTER allows
  5. multiple users to enter data in the same file, using record-
  6. locking techniques that work through DOS and are not LAN
  7. specific.  ANALYSIS in Version 6.01 allows several users to read
  8. the same file and give appropriate messages when trying to write
  9. files if this is not permitted.
  10.  
  11. Epi Info may be installed on Local Area Networks (LAN's) in
  12. several different configurations, depending upon the intended
  13. use:
  14.    1.  The compressed installable system, containing INSTALL.EXE
  15.        and FILES1.EXE, FILES2.EXE, etc. may be placed in a LAN
  16.        directory to allow users to install the system on their
  17.        hard disks (using the (I)nstall option in INSTALL) or
  18.        copy it to floppy disks (using the (C)opy option) for
  19.        distribution to others or installation on a laptop
  20.        computer.
  21.  
  22.    2.  The executable version of Epi Info may be installed
  23.        in a LAN directory in a directory for which most users
  24.        do not have write privileges.  It is important to use
  25.        the INSTALL.BAT program to install the system.  The
  26.        main programs and examples will be installed in a
  27.        directory called \EPI6, which may be made read-only to
  28.        most users.  Users should then run the system from
  29.        another directory in which they DO have write privileges,
  30.        either another LAN directory or their local hard
  31.        disk drive.  If the sample surveillance system is
  32.        chosen during installation, a directory called \NETSS
  33.        is also created. This directory MUST BE WRITABLE for
  34.        users, or provision must be made to copy its contents
  35.        to another directory for individual use.
  36.  
  37.    3.  To install Epi Info in subdirectories that are not
  38.        directly subordinate to the root directory (e.g., in
  39.        N:\APPS\EPI6 and N:\APPS\NETSS), use the batch file
  40.        INSTALL.BAT for instructions, or merely log into the
  41.        parent directory (N:\APPS) and proceed with installation
  42.        using INSTALL6.EXE.  The desired directories will be
  43.        created subordinate to the currently logged directory
  44.        on the DESTINATION drive.  To allow Epi Info to run
  45.        properly with directories not directly off the root,
  46.        a DOS ENVIRONMENT VARIABLE called EIDIR must be set
  47.        to tell Epi Info where to find its directories.  In
  48.        this case SET EIDIR=N:\APPS will do the job.  See
  49.        the SAMPLE below.
  50.  
  51.    4.  It is possible for a user to install and run
  52.        Epi Info in a writable directory on the LAN without help
  53.        from the LAN administrator, although others having access
  54.        to the same directory can then alter the files.
  55.  
  56.                             LAN NOTES
  57.  
  58. Some tutorials and examples require write privileges. Epi Info
  59. programs need to write configuration files or save data files,
  60. and this cannot be done in a directory for which the user does
  61. not have read/write privileges. Although the system may reside in
  62. a directory for which the user does not have write privileges,
  63. the user must run it from a writable directory, either on the LAN
  64. (if users are to share a single data file, for example), or on
  65. the user's local hard disk.
  66.  
  67. If tutorials or examples are run from the main menu while DOS is
  68. logged to an inappropriate directory a message now suggests using
  69. the SETUP function in the TUTORIAL or EXAMPLE menu. Depending
  70. upon circumstances, this either changes the logged directory to
  71. \EPI6 or offers to copy needed files from a read-only directory
  72. on the LAN so that Tutorials and Examples will run easily.
  73.  
  74. The PATH statement in AUTOEXEC.BAT must contain the location of
  75. the Epi6 directory on the LAN.  This allows Epi Info to be run
  76. from the LAN without being on the user's hard disk, although the
  77. latter is also a reasonable option if there is disk space
  78. available.
  79.  
  80. The programs should run faster if the system is copied to the
  81. user's own hard disk and run from there (perhaps accessing a
  82. common data file on the LAN).  Programs residing only on the LAN
  83. must be loaded into RAM on the user's computer via the LAN, and
  84. this can slow things down in some cases.
  85.  
  86.  
  87.                 SAMPLE (Novell) LAN INSTALLATION
  88.  
  89. In a Novell LAN, a batch file is placed in a directory called
  90. M:\BATCH that is accessed when a user types EI6; the batch file
  91. contains the following commands:
  92.  
  93. @echo off
  94. cls
  95. set eidir=n:\apps                 (Set an environment variable
  96.                                    to tell Epi Info the parent
  97.                                    directory for \EPI6 and \NETSS)
  98. map ins s6:=sys:/apps/epi6        (Set up mappings)
  99. map ins s7:=sys:/apps/netss
  100. call m:home.bat                   (Be sure that the user is running
  101.                                    system from a directory with
  102.                                    write privileges)
  103. call n:\apps\epi6\epi6.exe        (Run Epi Info)
  104. map del s7:                       (Remove the mappings)
  105. map del s6:
  106. call m:home.bat                   (Go back to home)
  107. set eidir=                        (Erase the environment variable)
  108. echo on
  109.  
  110. Although other LAN's may have different configurations or
  111. commands, perhaps this example will be helpful in setting up a
  112. smooth system for accessing Epi Info.
  113.  
  114. To run the sample surveillance system contained in the NETSS
  115. directory the user must be logged into the NETSS directory, and
  116. must have write privileges.  There are several choices in setting
  117. up NETSS on a LAN.  Here is one solution:
  118.  
  119. In the menu configuration file EPI6.MNU, in the DONETSS block,
  120. delete 'REM' from the front of lines 5, 6, and 8, making
  121. appropriate changes as needed; then add 'REM' to the front of
  122. lines 3, 4, and 9. The commands are the same as for DOS batch
  123. files.  Line numbers are for this discussion only and are not in
  124. the file.
  125.  
  126. 1  DoNETSS
  127. 2  BEGIN
  128. 3    cd %EIDIR%\NETSS
  129. 4    IF NOT EXIST NETSS.MNU GOTO NONETSS
  130. 5  REM   n:
  131. 6  REM  cd \apps\netss
  132. 7    NETSS
  133. 8  REM  call home
  134. 9    cd %EIDIR%\EPI6
  135. 10    GOTO END
  136. 11    :NONETSS
  137. 12     ECHO Could not locate %EIDIR%\NETSS\NETSS.MNU menu file for NETSS.
  138. 13     ECHO Was it installed?
  139. 14     ECHO If you are running on a LAN see README.EI6
  140. 15     ECHO NETSS must be run from NETSS directory
  141. 16     PAUSE
  142. 17    :END
  143. 18 End
  144.  
  145.