home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / dos / educ / sspell30 / ss.doc < prev    next >
Text File  |  1994-06-29  |  30KB  |  652 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.                              ShareSpell v3.0
  15.                     ASCII Text File Spelling Checker
  16.  
  17.                 Copyright 1989-1994, Acropolis Software
  18.  
  19.  
  20.                            Acropolis Software
  21.                              P.O. Box 5037
  22.                           Fair Oaks, CA  95628
  23.                                   USA
  24.  
  25.  
  26.  
  27.  
  28.  
  29.      THE LEGAL STUFF
  30.       ShareSpell is provided on an "as is" basis without warranty of any
  31.       kind, expressed or implied. In no event will Acropolis Software, its
  32.       assigns, employees or pets be liable to you for any damages, including
  33.       any lost profits, lost savings or other incidental or consequential
  34.       damages arising out of the use or inability to use the program, even
  35.       if Acropolis Software, including their employees and/or assigns have
  36.       been advised of the possibility of such damages, or for any claim by
  37.       any other party. Some restrictions may apply in other states,
  38.       countries, territories and civilizations.
  39.  
  40.  
  41.      INTRODUCTION
  42.  
  43.       ShareSpell version 3.0 is a "stand-alone" spelling checker for checking
  44.       the spelling of ASCII text files. It is completely interactive and
  45.       displays the text of the file as it goes, checking for spelling errors.
  46.       At each "suspect" word, you have the option of:
  47.  
  48.         Replacing the word from a list of suggested correct spellings
  49.         Manually correcting the word
  50.         Adding the word to the dictionary
  51.         Marking the word for later correction
  52.         Ignoring that word throughout the rest of the document
  53.  
  54.       ShareSpell uses a common usage dictionary of nearly 80,000 words.
  55.       You have the option of adding words to the dictionary that you use
  56.       often such as your name and words specific to your field of writing.
  57.  
  58.  
  59.      FILE LIST
  60.  
  61.       SS.EXE        The ShareSpell program
  62.       ACROP.DCT     The main dictionary (US or UK English)
  63.       SS.DOC        This manual on-a-disk in ASCII text format
  64.       DM.EXE        Dictionary Manager program
  65.       UPDATE.EXE    Program to convert dictionary from pre-3.0 ShareSpell
  66.       INSTALL.EXE   Program to install ShareSpell 3.0
  67.       REGISTER.DOC  Registration form
  68.  
  69.  
  70.      REQUIREMENTS
  71.  
  72.       The minimum system requirements to run ShareSpell are:
  73.         256K of RAM
  74.         1 Floppy disk drive
  75.         MSDOS/PCDOS version 2.1 or higher
  76.  
  77.        A hard drive and/or two floppy drives are recommended. A single drive
  78.        system leaves very little room for storage of the file to be checked
  79.        and for a temporary copy of the file.
  80.  
  81.      INSTALLATION
  82.  
  83.       Before going any further, please make a backup copy of your ShareSpell
  84.       disk. Put the original disk away in a safe place and use the backup
  85.       disk from here forward; it will now be referred to as your "original".
  86.  
  87.  
  88.      INSTALL PROGRAM
  89.  
  90.       The easiest way to install ShareSpell is to use the INSTALL program.
  91.       It will prompt you for the ShareSpell installation location and prompt
  92.       you to change floppies back and forth if you only have one floppy drive.
  93.  
  94.  
  95.      MANUAL INSTALLATION
  96.  
  97.       To install ShareSpell manually, follow the directions below depending
  98.       upon your hardware setup:
  99.  
  100.  
  101.        ONE FLOPPY DRIVE
  102.  
  103.         Format a floppy disk to place ShareSpell on. Put your original copy
  104.         of ShareSpell back in the disk drive and use the following command:
  105.  
  106.           COPY A:SS.EXE B:SS.EXE
  107.  
  108.         DOS will prompt you to insert a disk in B:. Since you do not have a
  109.         B: drive, it actually means A:. Place your original ShareSpell disk
  110.         back in the A: drive and use the command:
  111.  
  112.           COPY A:ACROP.DCT B:ACROP.DCT
  113.  
  114.         You will again be prompted to insert a disk in drive B:. Use drive
  115.         A:. Do the same with the command:
  116.  
  117.           COPY A:DM.EXE B:DM.EXE.
  118.  
  119.         Now you have a working copy of ShareSpell to use.
  120.  
  121.  
  122.        TWO FLOPPY DRIVES
  123.  
  124.         Place your original copy of ShareSpell in drive A: and place a
  125.         formatted disk in drive B: and use the following commands:
  126.  
  127.           COPY A:SS.EXE B:
  128.           COPY A:ACROP.DCT B:
  129.           COPY A:DM.EXE B:
  130.  
  131.         If you are currently using an older version of ShareSpell and will
  132.         want to move the words you've added to the old dictionary over to the
  133.         new dictionary also use the following command:
  134.  
  135.           COPY A:UPDATE.EXE B:
  136.  
  137.        HARD DRIVE
  138.  
  139.         Create a directory for ShareSpell on your hard drive. Alternately,
  140.         you could place the ShareSpell files in your MSDOS external command
  141.         directory (where your FORMAT.EXE, DISKCOPY.EXE, etc. files are). Most
  142.         people call that directory something like DOS, MSDOS or BIN. If you
  143.         place ShareSpell and its dictionary with your MSDOS external commands,
  144.         you will be able to use ShareSpell from any directory without having
  145.         to place the ShareSpell directory in your AUTOEXEC's PATH= statement.
  146.  
  147.         If you do not want to place ShareSpell with your external commands,
  148.         then you must create a directory for it. SS is the example directory
  149.         name used below. You would use the following command to create the
  150.         directory:
  151.  
  152.           MD \SS
  153.  
  154.         Now switch to that directory with the CD command:
  155.  
  156.           CD \SS
  157.  
  158.         Copy the files from the floppy to the new directory:
  159.  
  160.           COPY A:SS.EXE
  161.           COPY A:ACROP.DCT
  162.           COPY A:DM.EXE
  163.           COPY A:UPDATE.EXE
  164.  
  165.         Now you can use ShareSpell by changing to the SS directory and typing
  166.         SS. Alternately, if you want to use ShareSpell while in any directory
  167.         on your hard drive, you should add the directory to the PATH= statement
  168.         in your AUTOEXEC.BAT file. Find a line in your AUTOEXEC.BAT file that
  169.         looks something like:
  170.  
  171.           PATH=C:\;C:\DOS;C:\WHATEVER
  172.  
  173.         Add to the end of it ";C:\SS".  It would now look like:
  174.  
  175.           PATH=C:\;C:\DOS;C:\WHATEVER;C:\SS
  176.  
  177.      UPDATING FROM EARLIER VERSIONS
  178.  
  179.       If you are currently using an earlier version of ShareSpell and wish
  180.       to move the words that you've added into the new dictionary, you can
  181.       use the UPDATE.EXE program. The format is:
  182.  
  183.         UPDATE olddictionaryfilename newdictionaryfilename
  184.  
  185.       If you are using ShareSpell on a hard drive and have placed the new
  186.       version in the same directory as you had the old version you would use
  187.       the command:
  188.  
  189.         UPDATE ACROP.DIC ACROP.DCT
  190.  
  191.       If you are using a two floppy drive system you would place the new
  192.       ShareSpell disk in drive A: and the disk with the old dictionary in
  193.       drive B: and use the command:
  194.  
  195.         UPDATE B:ACROP.DIC ACROP.DCT
  196.  
  197.       If you are using ShareSpell on a system with only one floppy drive you
  198.       must have a drive type with more storage than a low density 5.25" floppy.
  199.       If you have any type of 3.5" drive or a high density 5.25" drive you
  200.       can copy the old dictionary onto the floppy with the new version of
  201.       ShareSpell. Then copy the UPDATE.EXE file to the floppy (see the section
  202.       on installing ShareSpell in a system with one drive).
  203.       Once the old dictionary is copied to the disk, use the command:
  204.  
  205.         UPDATE ACROP.DIC ACROP.DCT
  206.  
  207.       Once it has run you should delete the old dictionary and the UPDATE
  208.       program to free up space on the floppy. If you only have a low density
  209.       5.25" floppy (360K) you will have to have someone with either two floppy
  210.       drives or a hard drive move the words to the new dictionary for you.
  211.  
  212.  
  213.  
  214.      NETWORK INSTALLATION AND CONSIDERATIONS
  215.  
  216.       If you are installing ShareSpell on a network there are a few things
  217.       to know that will make ShareSpell easier to use: ShareSpell opens the
  218.       ACROP.DCT in full shared mode so that everyone on the network can access
  219.       the file at the same time. Since the file is never written to, you
  220.       shouldn't run into any shared access problems. However, ShareSpell opens
  221.       the user added word dictionaries (ACROP1.USR, ACROP2.USR and so on) in
  222.       compatibility mode that can cause problems if more than one person tries
  223.       to use the files. To prevent problems when you install ShareSpell on a
  224.       networked computer, you should start ShareSpell and use the [F5] key at
  225.       the "file selection" screen to go to the configuration screen and set
  226.       the path for the user's dictionaries to somewhere that only that user
  227.       has access. Not only will this prevent problems with sharing the user
  228.       dictionaries, but it will also give each person their own list of user
  229.       added words.
  230.  
  231.       If you are installing ShareSpell on many machines and have them set up
  232.       so that everyone has a local directory with the same name, you can set
  233.       the path once and then copy the SS.CON file that is created to all the
  234.       machines. Another useful bit is that ShareSpell will also check for an
  235.       environment variable called SS and look there for its dictionary. If
  236.       you don't want to add the ShareSpell directory to the PATH statement,
  237.       you can use the command SET SS=whatever. This also comes in handy if you
  238.       are shelling to ShareSpell from within another program. You can have it
  239.       SET the SS variable before executing ShareSpell so it will not
  240.       permanently take up environment space.
  241.  
  242.  
  243.  
  244.      COMMAND LINE
  245.  
  246.       The command line options for starting ShareSpell are fairly simple.
  247.       Starting ShareSpell with the name of a file you wish to check will
  248.       cause it to check that file for spelling errors. Once the checking is
  249.       complete ShareSpell will quit and return you to the DOS prompt.
  250.       An Example would be something like:
  251.  
  252.         SS TEST.TXT
  253.  
  254.       In addition to checking one file, you can give ShareSpell a list of
  255.       files to check. There are two ways of doing this: either list each file
  256.       individually:
  257.  
  258.         SS TEST1.TXT TEST2.TXT TEST3.TXT COVER1.TXT COVER2.TXT
  259.  
  260.       or you can give it an MSDOS wildcard specification just like you would
  261.       use with the DIR command:
  262.  
  263.         SS TEST*.TXT
  264.         SS COVER*.TXT
  265.  
  266.       You can also combine the methods and give ShareSpell a list of wildcard
  267.       specifications:
  268.  
  269.         SS TEST*.TXT COVER*.TXT
  270.  
  271.       In all three examples ShareSpell would check the list of files:
  272.       TEST1.TXT, TEST2.TXT, TEST3.TXT, COVER1.TXT, and COVER2.TXT provided
  273.       that the wildcard specifications do not find any other files that match
  274.       the patterns.
  275.  
  276.  
  277.      STARTING WITH NO PARAMETERS
  278.  
  279.       Starting ShareSpell without parameters will cause it to bring up a
  280.       screen listing the files in the current directory. You can use the
  281.       cursor keys to move around the screen and select the file you wish to
  282.       check. Once you have the file highlighted, press [ENTER] to start spell
  283.       checking. After checking you will be returned to the screen to select
  284.       another file or you may quit by using the [F10] key.
  285.  
  286.       The other options available in the file selection screen allow you to
  287.       configure the screen colors and behavior of ShareSpell with the [F5] key
  288.       and to change to a different drive with the [F1] key. You can navigate
  289.       to different directories by using the cursor keys to select a directory
  290.       and pressing [ENTER] to select that directory.
  291.  
  292.  
  293.  
  294.      USING SHARESPELL
  295.  
  296.       Once you have selected a file to spell check - either from the
  297.       command line or the file selection screen - ShareSpell will start
  298.       scanning the file and building a list of unique words. While scanning
  299.       the file, ShareSpell will also be counting the number of unusual
  300.       control characters in the file. This is to help prevent you from
  301.       accidentally checking a file that is not an ASCII text file, such as
  302.       a file produced by a word processor. ShareSpell is designed to check
  303.       only ASCII documents. Due to the large number of different word
  304.       processor file formats there is no practical way to support all of
  305.       them. Also, most major word processors contain their own spelling
  306.       checkers. If ShareSpell thinks you may be checking a non-ASCII
  307.       document, you will be prompted with a warning asking if you wish to
  308.       continue; this allows you to check an ASCII file that contains
  309.       control codes. After the first scan of the file, ShareSpell will
  310.       check the list to find misspelled words. If there were no
  311.       misspellings in the file, ShareSpell will tell you so then quit or
  312.       return you to the file selection screen. If there were some words in
  313.       the file that ShareSpell believes to be misspelled, it will start to
  314.       list the file on the screen stopping at each misspelled word.
  315.       When ShareSpell stops at a misspelling, it will highlight the word
  316.       and show you the text both before and after that word. You will then
  317.       be presented with a list of suggestions; at this point there are
  318.       several options:
  319.  
  320.       [UP/DOWN] arrows allow you to move through the list of suggestions and
  321.       select the correct spelling if it is listed.
  322.  
  323.       The blank selection at the top of the list is special; if you select
  324.       it, the word will not be replaced and will be skipped. After you have
  325.       selected the correct spelling press [ENTER].
  326.  
  327.       [F7] will mark the word with an "@" character in the corrected file and
  328.       then ignore it through the rest of the document. This is allows you
  329.       to mark a word you are unsure of and then use your text editor's
  330.       search command to find it later and manually correct it.
  331.  
  332.       [F8] will add the word to your user dictionary. From then on it will be
  333.       considered a valid word. If you add a word and later decide that you do
  334.       not want it in the dictionary, you can use the Dictionary Manager
  335.       program (explained later) to remove the word.
  336.  
  337.       [ESC] will skip the word and all later occurrences of it in the current
  338.       document. This allows you to skip over words such as names and places
  339.       that you know are spelled correctly, but occur several times in the
  340.       document.
  341.  
  342.       The [LEFT/RIGHT] arrows and [BACKSPACE] key allow you to correct the
  343.       spelling manually. The cursor will move over to the "Word in Question"
  344.       area and you can edit the word using the [BACKSPACE] key to delete
  345.       characters or type in new characters. Once you have corrected the word,
  346.       pressing [ENTER] will replace the misspelling with the correction.
  347.       If your correction is not found in the dictionary, ShareSpell will
  348.       prompt you and ask if you want to replace it anyway. If you answer NO
  349.       then you will be brought back to the editing option. If you have made
  350.       changes to the word, you can use the [F1] key to have ShareSpell create
  351.       a new list of suggested correct spellings based on the edited word.
  352.  
  353.       [F1] will cause ShareSpell to change to a different method for finding
  354.       suggested correct spellings. Each time you press [F1] you will cycle
  355.       through the three methods of spell checking.
  356.  
  357.       The three methods are:
  358.  
  359.         Close Match   looks for common typing errors
  360.         Phoneme       suggestions are made on the basis of how the word sounds
  361.         OCR           is a special version of "Close Match" for checking
  362.                       scanned documents
  363.  
  364.       [F10] will exit ShareSpell and return you to either the DOS command
  365.       prompt or the file selection screen, depending on how you started
  366.       ShareSpell.
  367.  
  368.      ABOUT THE SUGGESTIONS
  369.  
  370.       ShareSpell currently has three methods for making a list of
  371.       suggested replacement words. The three methods are:
  372.  
  373.        CLOSE MATCH
  374.         The Close Match suggestions work best with misspellings that result
  375.         from "typo" errors. An example is missing the "M" key and typing
  376.         and "N" instead such as typing "NETHOD" when you wanted "METHOD."
  377.         It also catches most other common typing errors like transposing
  378.         letters in a word such as "SIAD" instead of "SAID." ShareSpell will
  379.         also check for two words that are run together. For example:
  380.         "THECAT" - one of the suggestions would be "THE CAT" assuming you
  381.         missed hitting the spacebar between the words.
  382.  
  383.        OCR
  384.         The OCR matching checks the spelling in documents that have been
  385.         scanned and converted to ASCII text by OCR software. Since OCR errors
  386.         tend to be similar to typing errors the OCR suggestions are very
  387.         similar to the Close Match suggestions. The OCR mode does extra
  388.         checking for commonly found mis-identification scanning errors. Most
  389.         of the time it will give you the same suggestion list as Close Match,
  390.         but it will differ occasionally. As with Close Match, OCR suggestions
  391.         also check for a missing space between words.
  392.  
  393.        PHONEME
  394.         The phoneme method breaks the words into their component sounds and
  395.         attempts to find matching words that sound similar to the misspelled
  396.         word. "Kat" would get suggestions like "Cat," "Cut," "Cot," and
  397.         so on. Occasionally a suggestion may look a little odd. That is
  398.         because it is considering the sound in the middle or end of the word
  399.         as well as the beginning sound.
  400.  
  401.      CONFIGURATION
  402.  
  403.       Starting ShareSpell without parameters will bring you to the file
  404.       selection screen. You can then press the [F5] key to enter the
  405.       configuration screen; this will allow you to set the screen colors
  406.       used by ShareSpell and to control its behavior.
  407.  
  408.       The available options are:
  409.  
  410.        [1] and [2] to change the normal text color and background color. As
  411.        you press one of the keys the colors will step through the selections
  412.        and show you what they look like both in normal usage and inverted use.
  413.        The normal text colors are used as the default screen and text colors.
  414.        The inverted form is used to highlight items on the file selection list.
  415.  
  416.        [3] and [4] change the colors used to highlight the misspelled word as
  417.        ShareSpell displays the file for you to correct.
  418.  
  419.        [5] and [6] select the colors used to highlight the selected word in the
  420.        suggested word list.
  421.  
  422.        [7] tells ShareSpell if you want it to make backup copies of the files
  423.        you are checking. Pressing the 7 key toggles the option between Yes
  424.        and No.
  425.  
  426.        [8] selects the default suggestion method. If you find that the Phoneme
  427.        suggestions work better for the type of errors you come across, you can
  428.        tell ShareSpell to use that as the primary method, or set it to Close
  429.        Match or OCR, which ever suits your needs the best.
  430.  
  431.        [9] sets the default scan mode. In most cases it is best to leave it
  432.        set to ASCII. The OCR scan mode will work for ASCII documents, but it
  433.        also allows words to contain characters other than letters in ("+","!",
  434.        and digits) as these are common OCR scanning errors.
  435.  
  436.        [P]ath allows you to set the directory where ShareSpell will store the
  437.        user dictionary containing any words you have added. Normally you
  438.        should leave it blank; ShareSpell will then store it with the normal
  439.        dictionary. The main use for changing the path of the user dictionary
  440.        is to allow people using ShareSpell on a network to each have their
  441.        own list of user added words.
  442.  
  443.        [ESC] will exit out of the configuration screen. If you have made
  444.        changes, you will be prompted to confirm that you want them saved. If
  445.        you do, ShareSpell will save the configuration in the file "SS.CON".
  446.        If you do not save the current configuration, ShareSpell will use the
  447.        new settings for the current session, but will revert to the original
  448.        configuration the next time you use it.
  449.  
  450.      DICTIONARY MANAGER
  451.  
  452.       Dictionary Manager version 3.0 is a utility program for maintaining
  453.       the dictionary file included with ShareSpell. It allows you to add
  454.       and delete words from the dictionary either one at a time or from a
  455.       file containing a list of words.
  456.  
  457.  
  458.      USING DICTIONARY MANAGER
  459.  
  460.       To use Dictionary Manager, type DM at the DOS prompt. It will search
  461.       for the dictionary file and then display all the words you have added.
  462.       The screen is divided into three sections:
  463.  
  464.         On the left of the screen are the words that have been added. At first
  465.         this list will contain the words loaded from the dictionary. It will
  466.         be empty if no words have been added.
  467.  
  468.         In the middle of the screen is the list of available commands. Input
  469.         widows will also appear in this area.
  470.  
  471.         On the right side of the screen is the holding list. The holding list
  472.         is useful for temporarily storing lists of words before adding them
  473.         to the dictionary or deleting them.
  474.  
  475.  
  476.       The most basic commands are the [LEFT/RIGHT] arrows, [PgUp/PgDn] keys,
  477.       and the [SPACE] key; they allow you to navigate through the word lists
  478.       and to mark the words to be operated on.
  479.  
  480.       The [LEFT/RIGHT] arrow keys allow you to select the currently active word
  481.       list.  Pressing the [LEFT ARROW] key moves you to the "Word List" column
  482.       on the left part of the screen. The [RIGHT ARROW] key moves you to the
  483.       "Holding List" column on the right part of the screen. The flashing name
  484.       at the top indicates the currently selected column. It is important to
  485.       know which list is currently selected because the other commands operate
  486.       on the active list. The [UP/DOWN] arrow keys allow you to move up and
  487.       down through the words displayed in the currently selected word list.
  488.       [PgUp/PgDn] keys move through the list a screen at a time. The
  489.       highlighted word in the center of the list is the current word.
  490.       Pressing the [SPACE] will mark the current word. Marked words are
  491.       indicated by a right pointing triangle to the left of the word.
  492.  
  493.       The commands are:
  494.  
  495.        [A]dd single word
  496.         You will be prompted to enter a word in a window in the middle of the
  497.         screen; the word you enter will be added to the list of words in the
  498.         currently selected column. The exception is if the word is already
  499.         present in the list. Added words will be maintained in alphabetical
  500.         order. If you decide not to add a word just press the [ENTER] key and
  501.         nothing will be added.
  502.  
  503.        [M]ark all words
  504.         This will mark all the words in the currently selected list. You will
  505.         be prompted to confirm the command before the words are marked.
  506.  
  507.        [U]nmark all words
  508.         This will unmark all the words in the currently selected list. You
  509.         will be prompted to confirm the command before the words are
  510.         unmarked.
  511.  
  512.        [L]oad file of words
  513.         You will be asked if you want to unmark the words that are marked in
  514.         the current word list. This allows you to distinguish the words that
  515.         were already in the list from the words that are loaded. If the file
  516.         you specify cannot be found, you will be prompted again for a file
  517.         name. If you decide not to load a list of words, just press the
  518.         [ENTER] key.
  519.  
  520.          The format for the list of words is simple: one word after another
  521.          each on its own line. EXAMPLE:
  522.            BOY
  523.            DOG
  524.            CAT
  525.  
  526.        [E]xchange marked words
  527.         Moves the marked words in the currently selected list to the other
  528.         list. You will be prompted to confirm the move before it takes place.
  529.         A good example for this command is: load a list of words into the
  530.         Holding list with the Load command. Now scan through the words and
  531.         use the [SPACE] to unmark the words you do not wish to include in the
  532.         dictionary. Use the Exchange command to move the marked words to the
  533.         Word list for inclusion in the dictionary.
  534.  
  535.        [D]elete marked words
  536.         Deletes the marked words from the currently selected list. Use this
  537.         command with caution. Once the words are deleted you will have to re-
  538.         enter them manually. You will be prompted to confirm the deletion
  539.         before it takes place. Use this command to remove words you've
  540.         entered and no longer need.
  541.  
  542.        [W]rite words to file
  543.         Write the words from the current list to a disk file. You will be
  544.         prompted for the name of the file in which you wish to save the list
  545.         of words. If you decide not to save the word list press [ENTER].
  546.         With this command and the Load command, you can easily move your
  547.         personal words from one version of the dictionary to the next by
  548.         Writing the word list from the old dictionary and then Loading the
  549.         word list into the new dictionary.
  550.  
  551.        [Q]uit and abandon changes
  552.         Quits Dictionary Manager without applying any of the changes you have
  553.         made to the dictionary. It is a "safe way out" - great if you think
  554.         you have mangled the word list beyond all hope. Example: You deleted
  555.         all the words. Quit and abandon changes allows you to leave the
  556.         dictionary unchanged. You will be prompted to confirm the operation.
  557.  
  558.        [S]ave Word List & Quit
  559.         This is the normal way of exiting Dictionary Manager. All the user
  560.         supplied words will be removed from the dictionary and the new list
  561.         of words in the "Word List" column on the left side of the screen
  562.         will be placed into the dictionary. Only the words from the "Word
  563.         List" will be placed in the dictionary regardless of whether it is
  564.         the currently selected list or not.
  565.  
  566.      QUICK REFERENCE
  567.  
  568.       You can start ShareSpell with a parameter that is the name of the
  569.       file you wish to spell check or with a list of filenames to check.
  570.       Additionally you can give it a wildcard specification to check the
  571.       spelling of a group of similarly named files.
  572.  
  573.       If you start ShareSpell without a parameter you will be shown the
  574.       file selection screen where you can use the cursor keys to select the
  575.       file to spell check.
  576.  
  577.       Once the spell check begins you have the following options when a
  578.       suspected misspelling is found:
  579.  
  580.        [F7] mark the word with a "@" character in the corrected file and then
  581.        ignore it through the rest of the document.
  582.  
  583.        [F8] will add the word to your user dictionary.
  584.  
  585.        [ESC] to skip the word and all later occurrences of it.
  586.  
  587.        The [LEFT/RIGHT] arrow keys and [BACKSPACE] allow you to edit a word
  588.        manually to correct the spelling.
  589.  
  590.        [F1] to cycle through the three suggestion methods.
  591.  
  592.        [F10] to exit ShareSpell.
  593.  
  594.  
  595.     REGISTRATION
  596.  
  597.     If you use ShareSpell, I ask you to send $20 to Acropolis Software to
  598.     register.  You will receive a disk containing the latest version of both
  599.     the program and the dictionary.  Please use the order form to register.
  600.     If you do not use the form, please specify that you are registering
  601.     ShareSpell and indicate your preferred disk format (5 1/4" or 3 1/2")
  602.     and whether you want the US or British Dictionary.
  603.  
  604.     Purchases of 10 or more copies will receive a site license package
  605.     which consists of a master copy of the latest version and an agreement
  606.     that you can make the specified number of copies.  Site license are
  607.     charged $10.00 per copy they wish to make.
  608.  
  609.     The spell checking technology is also available for purchase.  Contact
  610.     me for more information.
  611.    _______________________________________________________________________
  612.  
  613.      Name       : __________________________
  614.      Company    : __________________________
  615.      Address    : __________________________
  616.                   __________________________
  617.      City/State : __________________________
  618.      Zip Code   : __________________________
  619.      Phone      : __________________________
  620.  
  621.      Basic registration (less than 10 copies)      : $20 x ___ = $ ______
  622.      Site license registration (10 or more copies) : $10 x ___ = $ ______
  623.                   CALIFORNIA RESIDENTS ONLY please add sales tax $ ______
  624.                                              Shipping & Handling $   2.50
  625.      Disk Size:   ___ 5.25" ___ 3.5"                               ------
  626.      Dictionary:  ___ US  ___ British                      TOTAL $ ______
  627.  
  628.      The product being registered is ShareSpell v3.0.
  629.      You will receive a registered copy of the latest version of ShareSpell
  630.      without the shareware screen, latest dictionary and related utilities.
  631.  
  632.      Send check or money order to:   Acropolis Software
  633.                                      P.O. Box 5037
  634.                                      Fair Oaks, CA  95628
  635.  
  636.  
  637.      Credit card orders may be phoned or faxed to: (916) 967-4791.
  638.      Phone orders from 9am - 6pm PST.  Fax Orders 24hrs a day.
  639.      Please provide the following information:
  640.  
  641.                               ___ Visa  ___ MasterCard
  642.  
  643.      (PLEASE PRINT)
  644.      Name as appears on card: ____________________________________
  645.  
  646.                  Card Number: ____________________________________
  647.  
  648.              Expiration Date: ______________
  649.  
  650.                    Signature: __________________________________
  651.  
  652.