home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / DESKTOP / MKTR23A.ZIP / INSTALL.DOC < prev    next >
Text File  |  1992-03-09  |  3KB  |  97 lines

  1.  
  2.                 ╔══════════════════════╗
  3.                 ║               ║
  4.                 ║       MARKETEER       ║
  5.                 ║               ║
  6.                 ╚══════════════════════╝
  7.  
  8.  
  9. MARKETEER can be installed from either drive A or B.  For example if you are
  10. using drive A type:
  11.  
  12.     A:INSTALL <enter>
  13.  
  14. and then follow the on-screen prompts.
  15.  
  16. You will be asked which hard disk drive you want the program installed on
  17. (usually C) and also which directory to use on that drive. If such a
  18. directory already exists the installation program will go no further.
  19.  
  20. When installation has been completed you will be left in the directory you
  21. have created.  To run MARKETEER you MUST type MARKET at the DOS prompt.
  22.  
  23. CONFIG.SYS
  24. ==========
  25. Like most relational databases MARKETEER needs to have open a higher than
  26. usual number of files.    This upper limit should be at least 55 and the
  27. program will ask you if you want it to insert the following lines in your
  28. CONFIG.SYS file:
  29.  
  30.          FILES=55
  31.          BUFFERS=20
  32.  
  33. If you answer NO you will need to make the changes yourself or you will get
  34. an error message saying "Too many files open".    Changes to CONFIG.SYS do not
  35. come into effect until you reboot the computer.
  36.  
  37.  
  38. DISK SPACE
  39. ==========
  40.  
  41. If you are VERY short of disk space (the installation process needs 2.5
  42. megabytes) and you have some experience of MS-DOS you can install the program
  43. without using the installation program.     Create a directory and copy the two
  44. files 1.EXE and 2.EXE over to them. Type 1.EXE and 2.EXE to uncompress them,
  45. make the above change to CONFIG.SYS and create a batch file called MARKET.BAT
  46. on your root (C:\) drive:
  47.  
  48.         C:
  49.         CD\MKTR
  50.         MARKETER.EXE %1
  51.  
  52. This assumes you have created a directory called MKTR on drive C:
  53.  
  54.  
  55. MONO DISPLAYS
  56. =============
  57.  
  58. If you have an LCD (Liquid Crystal) or Plasma type display you might find that
  59. the colours in MARKETEER (and other programs) do not show up well. Try including
  60. the following line in the start up batch file MARKET.BAT
  61.  
  62.       MODE BW80
  63.  
  64. This will cause the operating system to treat your display as Black & White.
  65.  
  66.  
  67.  
  68. MANUAL
  69. ======
  70.  
  71. To print out the manual type:
  72.  
  73.          COPY MANUAL.DOC PRN
  74.  
  75.  
  76. Please Note: this version is single user and must not be run on more than
  77. one machine because the method of allocating unique record numbers will
  78. not be able to keep track.  If a database  was created on one machine and then
  79. transferred to another Marketeer directory on another machine, some of
  80. the record numbers could be out of sync. So keep all your databases on one
  81. computer in one Marketeer directory, at all times.
  82.  
  83. For details of site licences, multiple copy purchases and customised versions
  84. please call.
  85.  
  86. If you have any problems with installation or using the program you can
  87. call me on 708-397-1221.
  88.  
  89. Bill Dickson
  90. Shareable Software International
  91. PO Box 59102
  92. Schaumburg, IL    60159
  93.  
  94.  
  95.  
  96.  
  97.