home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / DT / DT027.ZIP / README.1ST < prev    next >
Text File  |  1991-11-06  |  8KB  |  174 lines

  1.      This  disk  contains  the  OWL  Action Item Manager Version 1.1.  At a 
  2.      minimum your original disk should contain the following files:
  3.      
  4.           AIM.EXE
  5.           AI.DBF  
  6.           AI.DBT    
  7.           TODO.DBF  
  8.           ORIG.DBF 
  9.           ASGN.DBF  
  10.           CAL.DBF  
  11.           CONFIG.DBF 
  12.           HELP.DBF
  13.           HELP.DBT
  14.           README.1ST
  15.      
  16.      If  your  disk  does  not  contain these files, contact your shareware 
  17.      distributor.  Note:  Some  shareware  distributors  add batch and text 
  18.      files which may assist you in installing and running the program.
  19.      
  20.      The  OWL Action Item Manager requires a minimum hardware configuration 
  21.      of  an IBM PC compatible, DOS 2.0 or higher, a hard disk or two floppy 
  22.      disks or one floppy disk with capacity greater than 360k.
  23.      
  24.      To  install  AIM  for operation on your system follow the installation 
  25.      procedure which applies to your system configuration.
  26.      
  27.      HARD DISK INSTALLATION
  28.      
  29.      To  install  AIM  on  your  hard  disk  you  should first create a new 
  30.      subdirectory  to  hold the program and data files.  After creating the 
  31.      subdirectory,  copy all of the files from the distribution diskette to 
  32.      the  new  subdirectory  on  your  hard  disk  (See  Example 1).  As an 
  33.      alternative,  you  may install the program and data files in different 
  34.      subdirectories on your hard disk  (See Example 2).  
  35.      
  36.      
  37.      Example  1.   Standard  installation with program & data maintained in 
  38.      the same directory.
  39.      
  40.         COMMANDS              DESCRIPTION
  41.         -------------------   ------------------------------------------
  42.         MD C:\AIM             Create a new directory on your hard disk
  43.         COPY A:*.* C:\AIM     Copy all files to your hard disk
  44.      
  45.      Example  2.   Standard  installation with program & data maintained in 
  46.      separate directories.
  47.      
  48.         EXAMPLE COMMANDS            DESCRIPTION
  49.         ----------------------      --------------------------------------
  50.         MD C:\AIM                   Create a new directory on your disk
  51.         COPY A:AIM.EXE C:\AIM       Copy program file to program directory
  52.         COPY A:CONFIG.DBF C:\AIM    Copy configuration file to program 
  53.                                     directory
  54.         COPY A:HELP.* C:\AIM        Copy help files to program directory
  55.         MD C:\AIDATA                Create a directory to hold data files
  56.         COPY A:AI.* C:\AIDATA       Copy data files to data directory
  57.         COPY A:ORIG.DBF C:\AIDATA  
  58.         COPY A:ASGN.DBF C:\AIDATA
  59.         COPY A:TODO.DBF C:\AIDATA
  60.         COPY A:CAL.DBF C:\AIDATA
  61.      
  62.      WARNING:   If  you  use  a  separate  directory for your data you must 
  63.      specify  this  new directory when you run AIM for the first time after 
  64.      installation.   You  will  be prompted for the directory name.  If you 
  65.      followed the example above enter "C:\AIDATA"
  66.      
  67.      2.1.2  FLOPPY DISK INSTALLATION
  68.      
  69.      To  install  AIM  for  operation  on  floppy  disks,  you  will need 2 
  70.      formatted  floppy  disks.  Label the first disk "AIM PROGRAM DISK" and 
  71.      label  the  second  disk  "AIM  DATA  DISK."   Place your distribution 
  72.      diskette  in  drive  A  and  your the disk labeled AIM PROGRAM DISK in 
  73.      drive B.  Type the following commands.
  74.      
  75.      
  76.         COMMANDS                    DESCRIPTION
  77.         -------------------------   --------------------------------------
  78.         COPY A:AIM.EXE B:           Copy program file to program disk
  79.         COPY A:CONFIG.DBF C:\AIM    Copy configuration file to program 
  80.                                     disk
  81.         COPY A:HELP.* C:\AIM        Copy help files to program disk
  82.      
  83.      Remove  the  AIM PROGRAM DISK from drive B and replace it with the AIM 
  84.      DATA DISK.  Type the following commands.
  85.      
  86.      
  87.         COMMANDS                    DESCRIPTION
  88.         -------------------------   --------------------------------------
  89.         COPY A:AI.* B:              Copy data files to the data disk
  90.         COPY A:ORIG.DBF B:  
  91.         COPY A:ASGN.DBF B:
  92.         COPY A:TODO.DBF B:
  93.         COPY A:CAL.DBF B:
  94.      
  95.      WARNING:   When  you run AIM for the first time after installation you 
  96.      will  be prompted for the data directory name.  If the program disk is 
  97.      in  drive  A and the data disk is in drive B enter "B:\" when prompted 
  98.      for the data directory.
  99.      
  100.      SYSTEM CONFIGURATION:
  101.      
  102.      AIM  requires  that  DOS  be configured to handle a minimum of 20 open 
  103.      files.  This  is done by the CONFIG.SYS file which resides in the root 
  104.      directory  of  your boot disk. If your boot disk does not contain this 
  105.      file you must create it using an ASCII editor or as follows:
  106.      
  107.        C:\AIM>COPY CON: C:\CONFIG.SYS    Command  to  copy from the console 
  108.                                          to  the  CONFIG.SYS  file  in  the 
  109.                                          root directory on the C: drive.
  110.        FILES=20                          CONFIG.SYS   command   to  set  up 
  111.                                          20 DOS file handles.
  112.        Ctrl-Z                            Press  Ctrl and Z keys together to 
  113.                                          signal the end of file.
  114.      
  115.      If  you  already  have  this  file,  but  it does not contain the line 
  116.      "FILES=20"  you  will have to edit the file using an ASCII editor such 
  117.      as  EDLIN to add the line. Consult your DOS manual for instructions on 
  118.      using EDLIN or use your own ASCII editor.
  119.      
  120.      After  adding  or  editing  the  CONFIG.SYS  file you must reboot your 
  121.      computer  before running AIM. (Press Ctrl-Alt-Del keys together or the 
  122.      reset  button).   The  CONFIG.SYS  file does not take effect until the 
  123.      system is booted.
  124.      
  125.      
  126.      Starting AIM
  127.      
  128.      To  run  the OWL Action Item Manager, first set your default drive and 
  129.      directory   to  the  drive  and  directory  where  you  installed  the 
  130.      program.   Type  "AIM" (See the following examples for how to set your 
  131.      default drive and directory.
  132.      
  133.      Hard Disk Example
  134.      
  135.         COMMAND      Description
  136.         -----------  -------------------------------------------------
  137.         C:           Command to set default drive to hard disk C.
  138.         CD \AIM      Command to change the default directory to "AIM"
  139.         AIM          Command to run AIM.
  140.      
  141.      Floppy  Disk  Example:  Place the program disk in drive A and the data 
  142.      disk in drive B.  Type the following commands.
  143.      
  144.         COMMAND      Description
  145.         -----------  -------------------------------------------------
  146.         A:           Command to set default drive to floppy disk A.
  147.         AIM          Command to run AIM.
  148.      
  149.      
  150.      PROGRAM REGISTRATION:
  151.      
  152.      AIM  is  a user supported product which is distributed as "Shareware." 
  153.      While  this means that you may freely distribute copies of the program 
  154.      to  other  potential users, it does not mean that the program is free. 
  155.      Our  ability  to  develop  programs  such as AIM and provide technical 
  156.      support,   depends   on   program    registrations.   We   receive  no 
  157.      compensation from shareware distributors. 
  158.      
  159.      If  you  find  this  program  usefull,  send  your registration fee of 
  160.      $35.00 (US DOLLARS) plus applicable sales tax to:
  161.      
  162.           'Otto-Williams Ltd.
  163.           P.O. Box 794
  164.           Lanham, MD 20703
  165.           USA
  166.      
  167.      You  can  obtain  a  printed  registration  form from the System Setup 
  168.      Menu.
  169.      
  170.      NOTE:   If you need to print this file, place the disk containing this 
  171.      file  in  drive  a: and type the following command:  COPY A:README.1ST 
  172.      PRN
  173.      
  174.