home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / business / cts.zip / INSTALL.TXT < prev    next >
Text File  |  1993-02-09  |  9KB  |  208 lines

  1. ╔═════════════════╗
  2. ║I.   Installation║
  3. ╚═════════════════╝
  4.  
  5. ▀   Documentation
  6.  
  7.     CTS.TXT was written with the intention of having it printed on double-
  8. sided paper to save paper.  Page numbers and blank pages have been arranged
  9. with this in mind.  You may wish to edit the document to remove extraneous
  10. pages if you intend to print it single-sided.
  11.     4PRINT.ZIP is an excellent set of utilities for printing ASCII documents
  12. in a limited amount of space.  Look for it in the ZNT:PBSAPP forum on
  13. CompuServe.  LASERLST.ZIP is a PC Magazine utility for compressed printing:
  14. GO ZNT:UTILFORUM.
  15.  
  16. Hardware and Software Requirements
  17. ══════════════════════════════════
  18.  
  19. ▀   Hardware
  20.  
  21.      CTS requires a hard disk with at least 3Mb of free space.
  22. Use your CHKDSK command at the DOS prompt to determine how
  23. much free space you have - it is the line showing "number of
  24. bytes available on disk" in the listing CHKDSK provides.
  25.  
  26. ▀   Software
  27.  
  28.      CTS will run on laptops with 512K of memory.  At least 450K
  29. of free memory is generally required - laptops running network software
  30. may encounter memory problems.
  31.      CTS uses expanded memory automatically if it is available.  The
  32. more expanded memory the computer has, the faster CTS will run.
  33.  
  34. From CompuServe or other BBS
  35. ════════════════════════════
  36. (including disks created from an original BBS download)
  37.  
  38.      All documentation files, such as the one you are now reading,
  39. come from the CTSDOC.EXE file, a self-extracting compressed file.
  40. These files may be placed onto any directory.  A listing of all files
  41. supplied for CTS can be found in Appendix B and in the DOCFILE.DOC
  42. file.
  43.  
  44.      All executable files and associated Help, Database, Index,
  45. and Source files come as part of the CTS_EX.EXE file.  CTS will
  46. automatically install itself into the directory and drive where 
  47. the user places the CTS_EX.EXE file.  To execute this file, simply
  48. type its name at the DOS prompt in the directory where you want CTS to
  49. exist.
  50.  
  51.      A batch file, CTS.BAT, is included in the CTS_EX.EXE file.  If you 
  52. do not want to put the CTS directory into your AUTOEXEC.BAT PATH statement,
  53. you may place this batch file into your root directory to run CTS from
  54. anywhere on your hard disk.  CTS.BAT assumes the program will be on the
  55. C: drive and in the \CTS directory.  You must edit the batch file if
  56. you have placed CTS elsewhere.
  57.  
  58. From a floppy disk supplied by ENC Enterprises
  59. ══════════════════════════════════════════════
  60.      1.   Loading Files
  61.           a)   Insert the installation or update disk into drive
  62.                a: (usually the uppermost slot on the front of the
  63.                PC).  The disk will say if it is an upgrade or an
  64.                installation disk.
  65.  
  66.                If the 3½" drive on your system is the b: drive,
  67.           type the following line at the DOS prompt:
  68.                     assign a=b <Enter>
  69.  
  70.                After installation, type assign by itself at the DOS
  71.           prompt to restore the proper drive assignment.  (Ignore
  72.           if computer has rebooted.)
  73.  
  74.           b)   Begin the installation or update process.
  75.                Type:          a: <Enter>         (floppy drive is
  76.                                                   assumed to be a: in
  77.                                                   this example)
  78.                Type:          install <Enter>         (if a first-time
  79.                                                       installation)
  80.                     OR
  81.                          update <Enter>     (if an update)
  82.  
  83.           c)   Swap to the second disk when the screen prompts
  84.                you.
  85.  
  86.           d)   The CTS installation disk will automatically change
  87.                your CONFIG.SYS and AUTOEXEC.BAT files to enable
  88.                CTS to run on your laptop.  If you do not wish the
  89.                installation program to do this, watch the screen
  90.                and abort the procedure when asked.
  91.                If you let the installation program change your
  92.                files, you may skip sections (2) and (3) and
  93.                proceed to section [4].
  94.  
  95.  
  96.      2.   CONFIG.SYS File
  97.           a)   Move to your root directory
  98.                Type      c:   <Enter>
  99.                          cd \ <Enter>
  100.  
  101.           b)   Ensure that your CONFIG.SYS file contains
  102.                the following lines by typing type
  103.                config.sys <Enter>:
  104.                FILES = x      (where x ≥ 40)
  105.                BUFFERS = 32
  106.                STACKS = 0,0
  107.                If the FILES line has x < 40, refer to section
  108.                c.(i) below.  If you receive an error message
  109.                saying the file does not exist, refer to section
  110.                c.(ii) below.
  111.  
  112.           c)   If your CONFIG.SYS file does not contain these
  113.                lines, or if you do not have a CONFIG.SYS file,
  114.                edit or create the file and save the result. 
  115.                Consult your DOS manual for full editing
  116.                instructions using EDLIN.  Otherwise:
  117.  
  118.                (i)  Existing CONFIG.SYS
  119.                     Type:          edlin config.sys <Enter>
  120.  
  121.                     The new prompt will be an asterisk (*).
  122.                     Type:           L <Enter>
  123.  
  124.                     The program will list each line in front of
  125.                     you.  Find the line # that says "FILES=xxx".
  126.                     Type:          x <Enter>      (x = line # of FILES
  127.                                                   line)
  128.  
  129.                     The text of the line number selected will
  130.                     appear indented and the line number will
  131.                     repeat below as the new prompt.
  132.                     Type:          FILES=45 <Enter>    (40 or higher)
  133.  
  134.                     The asterisk prompt will reappear at the left-
  135.                     hand edge of the screen.  Repeat as necessary
  136.                     to modify other lines of the file in the same
  137.                     manner.  When finished:
  138.                     Type:          exit <Enter>
  139.  
  140.                     You will be returned to the DOS prompt. 
  141.                     Reboot the computer using the <Ctrl>-<Alt>-
  142.                     <Del> key combination (hold all three down at
  143.                     the same time).
  144.  
  145.                (ii) New CONFIG.SYS
  146.                     If you received a message in part (b) saying
  147.                     the config.sys file did not exist, the
  148.                     quickest way to create a new one is as
  149.                     follows:
  150.  
  151.                     Type:          copy con config.sys <Enter>
  152.  
  153.                     No prompt will appear, but the cursor will
  154.                     move to the left side of the screen.  Type the
  155.                     following lines exactly as they appear (the
  156.                     <Enter> mark represents the enter key, do not
  157.                     type "<Enter>").
  158.                     FILES=45 <Enter>
  159.                     BUFFERS=30 <Enter>
  160.                     STACKS=0,0 <Enter> (zero,zero)
  161.                     ^Z <Enter>              (Control-Z; hold Ctrl key
  162.                                             down and press letter Z)
  163.  
  164.                     The DOS prompt will return and the CONFIG.SYS
  165.                     file will have been created.  Reboot the
  166.                     computer using the <Ctrl>-<Alt>-<Del> key
  167.                     combination (hold all three down at the same
  168.                     time).
  169.  
  170.      3.   AUTOEXEC.BAT File
  171.           a)   This file is also located in your root directory
  172.                 (see 1.a above).
  173.  
  174.           b)   Remove any TSR (terminate-stay resident) programs
  175.                such as Sidekick which may reduce the RAM available
  176.                to the Pacific Laptop Account Network.  Use EDLIN
  177.                or other edit program (see 1.c above)
  178.  
  179.           c)   CTS suggests that your PATH statement contain the
  180.                directories:
  181.  
  182.                     ..;C:\CTS
  183.  
  184.                using EDLIN, find the line (see 1.c in section (2)
  185.                above) containing your PATH statement.  Type the
  186.                line number at the asterisk (*) prompt, and
  187.                repeatedly press the right cursor (arrow) key to
  188.                redisplay the line,  When the entire line has been
  189.                redisplayed, type the additions shown above in
  190.                italics.  Press the <Enter> key.  Type exit and
  191.                press the enter key again.
  192.  
  193.  
  194.                Just as with the CONFIG.SYS file, you must reboot
  195.           your computer for changes to the AUTOEXEC.BAT file to
  196.           take effect.
  197.  
  198.  
  199.      4.   Starting the Program (all other times)
  200.                If you have a menu program you are encouraged to add
  201.           this program to your list of options.  The commands
  202.           necessary to activate it are the same as you would
  203.           perform individually in (4a) and (4b).  If you are not on
  204.           the C: drive, include the command C: ─┘ as well.
  205.           a)   If not already in the program's directory, type
  206.                  cd \ <Enter>
  207.  
  208.           b)   Type cts <Enter>