home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / c / csu10.zip / README < prev    next >
Text File  |  1993-02-20  |  14KB  |  272 lines

  1.     Signet Software Stock Utilities for Compuserve v1.0
  2. ────────────────────────────────────────────────────────────────
  3.  The unregistered version of  │    Signet Software
  4.  this program may be copied   │    9451 Anderson Dr.
  5.  freely with no changes.      │    Pittsburgh, Pa. 15237
  6.  Please remit $10 to register │
  7.                     (c) 1993 Signet Software
  8. ────────────────────────────────────────────────────────────────
  9.  Note: This file gives very detailed instructions so that all levels
  10.        of users may successfully automate using our program.
  11.        More experienced users may just want read the file "SIMPLE"
  12.        to get started - this file gives simple instructions and
  13.        should have you up and running quickly. This readme file
  14.        can be printed by typing README at the DOS prompt. Please read
  15.        about special bonus upon registration. 
  16.        
  17.  Description:
  18.  These utilities convert quotes that are file captured using
  19.  Compuserve's Basic Quotes for direct import to Quicken(tm) or your
  20.  favorite spreadsheet. This program does not require CIM.
  21.  
  22.  The program correctly converts all types of stock or mutual
  23.  fund quotes and saves them to your Quicken or spreadsheet directory
  24.  in a file named "C".  After the program is setup correctly it will
  25.  log you onto Compuserve automatically, collect the quotes and then load
  26.  Quicken (Quicken for Windows users will need to load Quicken manually
  27.  from Windows Program Manager). Other than a couple of simple keystrokes
  28.  in Quicken everything is completely automatic.
  29.  
  30.  This program includes sample batch files and other text files which
  31.  direct the inputs and outputs of the program. Since your program
  32.  locations will likely be different than the defaults used in these
  33.  files you will need to customize these files to make them work
  34.  automatically on your computer. You may use any good text editor
  35.  to modify these text files - just be sure that your editor saves in
  36.  what is commonly called ASCII or text format. The following are good
  37.  choices to use to edit these files: the DOS program EDIT.COM;
  38.  Windows Notepad; Xtree; Magellan; or any word processor the has the
  39.  option to read and save in text format.
  40.  
  41.                           Installation
  42. ────────────────────────────────────────────────────────────────
  43.  The program will work with Quicken (DOS or Windows) and most
  44.  major spreadsheets.
  45.  
  46.  If starting from a floppy run INSTALL.BAT, otherwise create a
  47.  directory on your hard drive named CSU and copy all the files
  48.  on the program disk to this directory.
  49.  
  50.                    Setup & Running the program
  51. ────────────────────────────────────────────────────────────────
  52. After copying the program files as instructed above, run each step
  53. of the program manually until your are familiar with how they should
  54. work.
  55.  
  56.  Step                                          Comment   
  57.  
  58.   1. Log onto Compuserve with any              Program must be able to save
  59.      communications program.                   screen info to a file.   
  60.  
  61.   2. type TOP                                  Compuserve Main Menu
  62.  
  63.   3. Select 1                                  Access Basic Services
  64.  
  65.   4. Select 8                                  Stock Quotes & Personal Finance
  66.  
  67.   5. Turn on capture buffer in your            See your instruction 
  68.      communications program. Save screen       manual
  69.      info to file named STKS.PRN
  70.  
  71.   6. Select 1                                  Basic Quotes
  72.  
  73.   7. At Issue: prompt type stock               Use only valid symbols
  74.      symbols separated by commas               Since Compuserve doesn't 
  75.      and press return.                         repeat back the symbols - our
  76.                                                program depends on you to enter
  77.   8. Repeat 7 at next Issue prompt for more    valid symbols. The 1st symbol
  78.      quotes.                                   you type lines up with line 1 of
  79.                                                the quotes reported back by 
  80.   9. Press Enter at Issue: prompt to           Compuserve. If you type in a 
  81.      return to Menu.                           symbol that is invalid or one CIS
  82.                                                can't find the conversion file 
  83.                                                will get out of sequence with
  84.                                                your symbols and the quotes.
  85.                                                Just be careful to type in valid
  86.                                                symbols and the program will
  87.                                                convert them perfectly. 
  88.  
  89.  10. Repeat 7-9 for more quotes if             Limit 30 quotes per pass in 
  90.      desired.                                  steps 7 & 8
  91.  
  92.  11. Turn off capture buffer.
  93.  
  94.  12. Log off of Compuserve
  95.  
  96.  13. Exit to DOS
  97.  
  98.  14. CD\CSU                                    Change directory to CSU
  99.  
  100.  15. Edit file named "IN" with a text          Tells conversion program
  101.      editor or the COPY CON command            where capture file that was
  102.                                                saved in steps 1-11 is located.
  103.  
  104.  16. The file "IN" should contain one line     Examples of valid text:
  105.       of text with the word INPUT= followed     INPUT=C:\PL\STKS.PRN 
  106.       by the complete drive, path, and name     INPUT=D:\PCPLUS\STKS.PRN
  107.       of the capture file. There should be      INPUT=C:\XTALK\STKS.PRN
  108.       no spaces on this line. Unless you       Your actual line will be 
  109.       specified another path when naming the   different than these by 
  110.       STKS.PRN it will usually be saved        the drive & path of your 
  111.       in the directory where your              communication program. 
  112.       communication program is located.                    
  113.       
  114.  17. The file "OUTQ" should contain one        Examples of valid text:
  115.       line of text with the word OUTPUT=        OUTPUT=C:\QUICKEN\C. 
  116.       followed by the complete drive, path,     OUTPUT=D:\QUICKEN4\C.
  117.       and name of the conversion file that      OUTPUT=C:\QUICKENW\C.
  118.       will be sent to your QUICKEN program     Your actual line will be
  119.       directory. Again no spaces on this       the drive and path where
  120.       line. We recommend the filename C.       your Quicken program is
  121.       (Don't use an extension on this name     located. Note: if you are
  122.       such as .PRN or .TXT) This will allow    new to DOS type TREE or
  123.       you to type one letter as the filename   TREE>PRN to list or print
  124.       to import in QUICKEN. Note: Be careful   your directory structure.
  125.       not to use any filenames here that 
  126.       are the same as any of the Quicken
  127.       program files. 
  128.  
  129.  18. Make sure you are still in the CSU        If you have trouble here
  130.      directory and start our conversion        check that you have saved 
  131.      program by typing in CQ at the prompt.    a valid capture file and 
  132.      Occasionally the program will pause       that the "IN" file is set
  133.      with a reminder screen - when it does     up correctly.
  134.      press any key to start the program.
  135.      When no reminder shows the program
  136.      requires no key presses and has no
  137.      pauses - in the registered program
  138.      all reminders and pauses are removed
  139.      making the program completely automatic.
  140.      If you followed steps 1-16 correctly
  141.      you should see your stocks scrolling 
  142.      in the display line as they are being
  143.      converted. If not press F1 to review
  144.      the help screens and review steps 1-16.
  145.  
  146.      The stocks will be converted very 
  147.      quickly and sent to the location and
  148.      file you named in step 17. If the stocks
  149.      are moving slowly in the window this
  150.      usually means the program can't find the
  151.      path you specified in the "OUTQ" file.
  152.      No error checking is done on the output
  153.      path, so its up to you to make sure its
  154.      correct.
  155.  
  156.  19. Load QUICKEN and enter your password       If Quicken doesn't work
  157.      if you have one. Press Ctrl U to bring     in this step make sure
  158.      up your stock list and then Ctrl I to      you are sending the
  159.      import our conversion file. When asked     conversion file to your
  160.      for the filename to import type a C and    QUICKEN directory as
  161.      press enter twice. Quicken should then     set up in step 14. If 
  162.      report that it successfully imported       you exit to DOS you can 
  163.      your prices.                               see if the C file is
  164.                                                 there and it's contents 
  165.      This file can also be imported in          by changing to your
  166.      Lotus or Quattro by using the file         Quicken directory typing 
  167.      import numbers option                       TYPE C
  168.                                                 at the DOS prompt.
  169.                 
  170.  
  171.     Automating the process:
  172.  
  173.     The batch file GO.BAT along with sample communication scripts are
  174.     provided with this utility to totally automate all of the above steps.
  175.     Your communications program must have the ability to run scripts from
  176.     the command line to completely automated the collection of your quotes -
  177.     (most good communication programs have this capability.)
  178.     Use our example to write your own scripts. You will also have to edit
  179.     the GO.BAT to customize it for your system configuration. Just follow the
  180.     instructions in it's remark statements. When finished just type GO at
  181.     the DOS prompt or start GO from your menu program or from 
  182.     Windows. (If you are new to DOS these batch files simply type all
  183.     of the commands for you instead of doing all the steps by hand).
  184.  
  185.     The sample script files CISSTKS.CMD or CISSTKS.ASP were written for
  186.     the Pereline or Procomm communication programs - if you are using another
  187.     communication program write a script similar to our example. After you
  188.     have this written most good communication programs allow you to load this
  189.     script by naming it on the command line when you start your program.
  190.     Check your instruction manual for this.
  191.  
  192.     Files included 
  193.     with this utility.     Purpose
  194.     
  195.     IN                     Tells conversion program CQ.EXE where the
  196.                            Compuserve input (capture) file is located.
  197.  
  198.     OUTQ                   Tells CQ.EXE where to send the converted
  199.                            quotes.
  200.  
  201.     CQ.EXE                 Signet's Compuserve to Quicken stock conversion
  202.                            program.
  203.  
  204.     CISSTKS.CMD            Sample script for collecting quotes with Pereline
  205.  
  206.     CISSTKS.ASP            Sample script for collecting quotes with Procomm
  207.  
  208.     CSTOCK.HLP             F1 help file for CQ.EXE
  209.                            (note: F1 help can only be accessed when the
  210.                             program is paused - you can force a pause by
  211.                             deleting or renaming the capture file named
  212.                             in the "IN" file)
  213.  
  214.     README                 This file
  215.  
  216.     README.BAT             Prints these instructions
  217.  
  218.     SIMPLE                 Simplified instructions
  219.  
  220.     GO.BAT                 Batch file that automates loading your
  221.                            communications program, capturing quotes,
  222.                            quote conversion, and then loads Quicken.
  223.  
  224.  
  225.     Bonus files you will receive with registered version of program.
  226.  
  227.     CS.EXE                 Special conversion file for importing
  228.                            additional quote information into spreadsheet
  229.                            templates.
  230.  
  231.     STOCK.WK1              Spreadsheet template that keeps portfolio
  232.                            totals and several performance measures not
  233.                            readily available in QUICKEN.
  234.  
  235.     GRAPH.WK1              Graphs price history of stock data collected
  236.                            on Compuserve. Shows more detail than found in
  237.                            Quicken.
  238.  
  239.  
  240. Signet Software is also working on other conversions at this time such
  241. as a Compuserve to MYM conversion. If you require a conversion file for input
  242. from Compuserve to any other program - send us the converted format and we will
  243. write a conversion program for you (we reserve all rights to such a program
  244. and may sell same to others). If the format is a straight forward text or
  245. comma delimited file, send $10 and we'll usually be able to mail it to you
  246. within 30 days. If its more complicated send us a spec of what you want and
  247. will tell you if we can do it. Always give us your on-line mail address in
  248. case we have questions. We will include as many of these completed conversion
  249. programs as possible bundled with our CQ.EXE utility to all users who register.
  250. Registered users will also be offered any new conversions that become 
  251. available in the future at a very reasonable cost. 
  252.    
  253. We also have utilities for use on GEnie and Prodigy. Please write for
  254. more information.
  255.  
  256. Compuserve is a registered trademark of Compuserve,Inc.
  257. Quicken is registered trademark of Intuit
  258. Pereline is registered trademark of Pereline Data Systems
  259. Procomm is registered trademark of DataStorm Technologies
  260. Lotus is registered trademark of Lotus Development Corp.
  261. Quattro is registered trademark of Borland
  262.  
  263. To print these instructions type README at the DOS prompt.
  264.       To register send $10 to:
  265.        Signet Software
  266.        9451 Anderson Dr.
  267.        Pittsburgh, PA 15237
  268.       
  269.      You can reach us on-line
  270.      Compuserve:76547,230     GEnie:SIGSOFT          Prodigy:DDFX48B
  271.  
  272.