home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / dosutils / autocon2.arj / AUTOCON.DOC < prev    next >
Text File  |  1991-09-05  |  53KB  |  1,178 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.                                A U T O C O N
  12.                                 Version 2.0
  13.                              February 11, 1991
  14.  
  15.                                     by
  16.                                Larry Weaver
  17.  
  18.  
  19.                       Copyright (c) 1989-91 Larry Weaver
  20.  
  21.                                P.O. Box 2639
  22.                          Weaverville  CA 96093-2639
  23.                       (916) 623-5045 / (916) 623-5009
  24.  
  25.                            BBS : (916) 623-4455
  26.  
  27.  
  28.  
  29.  
  30.                              _______
  31.                         ____|__     |               (tm)
  32.                      --|       |    |-------------------
  33.                        |   ____|__  |  Association of
  34.                        |  |       |_|  Shareware
  35.                        |__|   o   |    Professionals
  36.                      -----|   |   |---------------------
  37.                           |___|___|    MEMBER
  38.  
  39.  
  40.                                     AUTOCON
  41.  
  42.                                   Introduction
  43.  
  44.    Definitions:
  45.  
  46.      In order to describe AutoCon, I need to establish a couple of
  47.      definitions.  When I use the word "reconfigure", I mean the
  48.      process of updating the AUTOEXEC.BAT and CONFIG.SYS files on the
  49.      boot drive, followed by an optional reboot of the system.
  50.  
  51.      When I use the word "configuration", I am referring to an
  52.      AUTOEXEC/CONFIG combination held in a record of AutoCon's
  53.      database.  You will use AutoCon to set up these combinations, and
  54.      give each of them a familiar name.
  55.  
  56.      The ^ symbol denotes the Control key, so ^F3 means hitting the
  57.      Control and the F3 key at the same time.  Alt denotes the Alt key
  58.      (tricky, huh?), so that AltR means hitting the Alt and the R key
  59.      at the same time.
  60.  
  61.  
  62.    Description:
  63.  
  64.      AutoCon is essentially a database manager for your AUTOEXEC.BAT
  65.      and CONFIG.SYS files.  It enables you to keep up to fifty
  66.      different configurations, and to change easily between those
  67.      configurations.
  68.  
  69.      The first time you run AutoCon, it will create a file named
  70.      AUTOCON.DAT.  That file will contain five configuration records.
  71.      Each record will contain a copy of the AUTOEXEC.BAT and
  72.      CONFIG.SYS files from the C: drive.  The records are initially
  73.      named AUTOCON01 - AUTOCON05.  When you set up a configuration for
  74.      a specific purpose, you can change the name to reflect that
  75.      purpose (something like Win3 for a Microsoft Windows
  76.      configuration, and SDOS for a simple DOS configuration).  You can
  77.      add more records by hitting the F3 key.
  78.  
  79.      AutoCon incorporates a full-screen editor to make it easy to
  80.      change the AUTOEXEC/CONFIG records.  The editor uses Turbo
  81.      IDE/Sidekick/WS-compatible keystrokes.  If you are not familiar
  82.      with these, there is an on-line help file which details all the
  83.      keystrokes.  If you desire, you can change the editor keystrokes.
  84.      The F6 key will pop up a key editor for this purpose.
  85.  
  86.      After you have established your records and names, you can
  87.      reconfigure your system by entering the name of the new
  88.      configuration on the command line.  Typing "AutoCon Win3" would
  89.      cause AutoCon to copy the AUTOEXEC and CONFIG fields of the
  90.      record named Win3 into the boot drive as AUTOEXEC.BAT and
  91.      CONFIG.SYS and optionally reboot the system.
  92.  
  93.      In the interactive mode, you can page through the records and
  94.      reconfigure (using the current on-screen configuration) with a
  95.      couple of keystrokes.
  96.  
  97.      The AutoCon package also includes a device driver which will
  98.      allow you to select different configurations during the boot
  99.      process. Using this method is optional, and you can switch
  100.      between the two methods with a couple of key strokes.
  101.  
  102.      If you don't like the built-in editor, you can configure AutoCon
  103.      to use a different one.  The <Ctrl/F6> key combination will pop
  104.      up a window asking for the name of the editor you wish to run.
  105.      Since the configurations will eventually be used as AUTOEXEC.BAT
  106.      and CONFIG.SYS files, the editor must be able to produce pure
  107.      ASCII files.  The <Shift/F6> key combination will cause AutoCon
  108.      to switch back to the internal editor.
  109.  
  110.  
  111.    Why AutoCon for Configuration Control:
  112.  
  113.      Three programs were initially responsible for the creation of
  114.      AutoCon: the program I use to draw schematics, my scanner
  115.      program, and the program I use to compile PAL equations.  Each of
  116.      those programs requires that various device drivers be loaded,
  117.      and that almost 600k of memory be available after booting.  When
  118.      the computer is configured to run one of the three, neither of
  119.      the other two will run; this is in addition to the fact that, if
  120.      the computer is configured the way I like to work with it, _none_
  121.      of the three will run.  After driving myself crazy with various
  122.      batch files, I decided to write a program to make it easy to
  123.      change configurations.
  124.  
  125.      The above scenario is responsible for the default of five records
  126.      in AutoCon.  I had a regular configuration, the three special
  127.      configurations, and one for experimentation.  After I had worked
  128.      with AutoCon for a few days, I told a few of my friends about the
  129.      program and they wanted to try it.  After some very positive
  130.      feedback, I decided to try the program out in the Shareware
  131.      community.
  132.  
  133.      An unexpected bonus of using AutoCon became evident when I
  134.      started getting programs with automatic installation programs --
  135.      you know, the ones that like to mess around with your AUTOEXEC
  136.      and CONFIG files.  Since the configurations are stored in a
  137.      database, a change to the AUTOEXEC and CONFIG files doesn't
  138.      necessarily cause a problem.
  139.  
  140.      I'll use Windows to demonstrate.  When I got Windows, and saw
  141.      what it was going to do to my system configuration, I used my
  142.      "Simple" configuration to reconfigure my system.  This
  143.      configuration has only the basic stuff in it (path, prompt,
  144.      files, and buffers).  I then let Windows install itself.  After
  145.      the installation was finished, I called up AutoCon and created a
  146.      new configuration containing the changes Windows had made. After
  147.      playing with Windows for a while, I went back to my favorite DOS
  148.      configuration in a matter of moments.  Now, whenever I want to
  149.      run Windows, I just type "AutoCon Win3" on the command line --
  150.      and it's up and running!
  151.  
  152.  
  153.                              INSTALLING AUTOCON
  154.  
  155.    New Installation:
  156.  
  157.      To do a new installation of AutoCon, you need to copy four files
  158.      (AUTOCON.EXE, AUTOCON.HLP, MENU.CTL, and MENUNUM.COM) to your
  159.      hard disk.  It doesn't really matter which subdirectory you copy
  160.      them into, as long as it's included in the PATH statement.  If
  161.      you like to have files relating to booting up (such as device
  162.      drivers) in your root directory, then MENU.CTL and MENUNUM.COM
  163.      should be placed there, otherwise all four files may be placed in
  164.      the same subdirectory.  When AutoCon is started, it will first
  165.      look in the current subdirectory for its Help and data files.  If
  166.      they are not there, then AutoCon (if you are using DOS 3.3+) will
  167.      search the subdirectory it was started from.  If they are not
  168.      _there_, then AutoCon will search the PATH.  As long as the Help
  169.      and data files are in the PATH (or in the subdirectory AutoCon
  170.      was started from - DOS 3.3+), AutoCon can be installed in any
  171.      subdirectory.
  172.  
  173.      After you have copied the file, change to the subdirectory
  174.      AUTOCON.EXE was copied to, and type "AutoCon" <Enter>.  You will
  175.      now be in the interactive mode, pointing to the name of the first
  176.      configuration.  This first configuration is a special one to
  177.      AutoCon.  Several of the default parameters are stored in this
  178.      configuration.  When you make changes to the first record, you
  179.      will be asked whether you want to copy those changes across all
  180.      the records.
  181.  
  182.    IMPORTANT:  If you are currently using a disk cache program that
  183.      buffers disk writes (PC-KWIK and PCTOOLS are two that I know of),
  184.      you need to set up AutoCon to flush the cache before it reboots.
  185.      Hit the F4 key, select "Yes", then enter the command (include the
  186.      path if necessary) that causes your cache program to flush its
  187.      buffers.  In the case of PC-KWIK, it is the PC-KWIK program name
  188.      followed by /F.  AutoCon will execute this program before
  189.      reconfiguring.
  190.  
  191.      AutoCon is now installed, and ready to use.
  192.  
  193.  
  194.    Update:
  195.  
  196.      The new capabilities of AutoCon require a change to the
  197.      AUTOCON.DAT file, so if you are updating to V2.0 of AutoCon you
  198.      have a little more to do: you need to copy the same four files
  199.      mentioned above to the subdirectory where the older version of
  200.      AutoCon (which will be overwritten) is installed.  There is
  201.      another new file in the AutoCon package called ACONVERT.EXE.  You
  202.      need to change to the subdirectory where AUTOCON.DAT resides,
  203.      then run the ACONVERT program.  This program will rename
  204.      AUTOCON.DAT to AUTOCON.SAV, then convert the file structure to
  205.      work under AutoCon V2.0.  After you run ACONVERT.EXE, you no
  206.      longer need the ACONVERT.EXE file, so it can be deleted.
  207.  
  208.      The editor has a few new capabilities which will not be available
  209.      until you change the editor keys.  Call up AutoCon, then hit the
  210.      F6 key.  If you have never changed the keys, hit <Alt/R>, and
  211.      answer "Yes" to restoring the default keystrokes.  If you have
  212.      changed the keystrokes, page down to the bottom of the key list;
  213.      you will see that there are some new keys that need to be
  214.      defined.
  215.  
  216.                           MENU.CTL & MENUNUM.COM
  217.  
  218.      The addition of these two files to the AutoCon package changes
  219.      its capabilities so much that I decided to skip versions 1.5 -
  220.      1.9 and go directly to version 2.0.  MENU.CTL is a device driver
  221.      which modifies the way a CONFIG.SYS file is processed by DOS.  It
  222.      allows AutoCon to set up a menu selection system which can be
  223.      activated during the boot process.  There are both advantages and
  224.      disadvantages to this capability; the major advantage is that you
  225.      can pick the configuration you want to use during the boot
  226.      process.
  227.  
  228.      The major disadvantage is that your CONFIG.SYS and AUTOEXEC.BAT
  229.      files become quite nonstandard.  If you want four choices to be
  230.      available to you during the boot, then all four configurations
  231.      must be embedded in the AUTOEXEC and CONFIG files.  Programs like
  232.      Optimize (QEMM utility) will get very confused trying to work
  233.      with these files; most automatic installation programs will not
  234.      be able to work with them, either.
  235.  
  236.      I've designed AutoCon to be able to switch between the boot menu
  237.      mode and the normal mode with just a couple of keystrokes; this
  238.      should provide the best of both worlds.  When a program like
  239.      Optimize (or perhaps the Windows installation program) needs to
  240.      work with your AUTOEXEC and CONFIG files, change to the single
  241.      configuration mode.  After the program is finished, call up
  242.      AutoCon, save the results in one of your configurations, and go
  243.      back to the menu mode.
  244.  
  245.  
  246.    MENU.CTL:
  247.      AutoCon handles all the nitty-gritty details of interfacing to
  248.      MENU.CTL.  The only thing you have to do is make sure that
  249.      MENU.CTL and MENUNUM.COM are in a subdirectory included in the
  250.      PATH statement.  To set up MENU.CTL, start AutoCon in the
  251.      interactive mode (just type "AUTOCON" <Enter>), then hit the
  252.      <Alt/M> key combination; this will pop up a configuration menu.
  253.      Select the configurations you want in the boot-up menu by moving
  254.      the highlite bar over the ones you want, and hit the Enter key.
  255.      The selected configurations will have a check mark in the first
  256.      column.  When you've finished selecting configurations, hit the
  257.      Escape key.  AutoCon will then ask how many seconds you want to
  258.      delay (see the following note).  Enter a number from 0 to 9.
  259.  
  260.      You will now be back in the main interactive screen.  Hit the F2
  261.      key to reconfigure the system using MENU.CTL(the current record
  262.      will be made the boot default record -- if it was not one of the
  263.      selected records, it will be added to the default list). The next
  264.      time you boot, MENU.CTL will take control of the CONFIG.SYS file.
  265.      If you hit a key in the default time, you will be able to choose
  266.      from the configurations you selected.
  267.  
  268.      To go back to a single configuration, start AutoCon in the
  269.      interactive mode, and hit the <Alt/S> key combination.  Hit the
  270.      F2 key, and reconfigure with the configuration currently on the
  271.      screen.
  272.  
  273.      You will always be able to tell which mode AutoCon is in by
  274.      looking at the bottom line on the screen in the interactive mode.
  275.      If it says MENU.CTL you are in (boot) Menu mode, and if it says
  276.      SINGLE you are in Single Mode.
  277.  
  278.    Time:
  279.      When you select Menu mode, you will be asked to select how many
  280.      seconds to wait during the boot process; you may enter from 0
  281.      (the default) to 9.  If you select 0, when you see the line that
  282.      starts with MENU.CTL V1.0 you will have about a second to hit a
  283.      key.  If you do hit a key in this time, the menu selection will
  284.      be placed on the screen.
  285.  
  286.      If you select any number except 0, you will get the following
  287.      message on the screen during the boot process:
  288.  
  289.        Press any key if you wish to modify the
  290.        CONFIG.SYS configuration.
  291.        Press Esc for quick bypass of MENU.CTL
  292.  
  293.      In either case, if no key is hit in the default time, the default
  294.      configuration will be selected and the boot process will
  295.      continue.  If a key is hit, the menu choices will be placed on
  296.      the screen and you will be able to choose the one you want with
  297.      the arrow keys.  The one the arrow is pointing to when the Enter
  298.      key is hit will be the one used for the configuration process.
  299.  
  300.  
  301.    XMAEM.SYS:
  302.      I don't have DOS 4.0, so I don't really have experience with this
  303.      device driver.  From reading PC Magazine, I know that DOS
  304.      processes this device driver out of sequence in the CONFIG.SYS
  305.      file.  As a consequence, MENU.CTL will not be able to control it.
  306.      If you use this device driver, you must follow this rule: only
  307.      one of the configurations in your menu selection may have the
  308.      DEVICE=XMAEM.SYS line in it.  If this leads to too much of a
  309.      problem, let me know and I'll work something else out.
  310.  
  311.  
  312.    CONFIG:
  313.      When you switch to the Menu mode, AutoCon will do all of the work
  314.      for you.  It will take your selected configurations (up to 8) and
  315.      create the AUTOEXEC.BAT and CONFIG.SYS files that will allow you
  316.      to choose during the boot process.  If you look at the CONFIG.SYS
  317.      file that has been set up for a boot menu, you will see all the
  318.      selected CONFIG fields embedded in the files with DEVICE=MENU.CTL
  319.      at the beginning of the file.  When MENU.CTL is processed by DOS,
  320.      it will take over and allow you to choose the configuration you
  321.      want.  After you choose, MENU.CTL will leave the chosen
  322.      configuration intact and disable the rest.
  323.  
  324.      If you are using DOS 4.0+, MENU.CTL disables by changing the
  325.      CONFIG.SYS commands to remarks.  If you are using DOS 3.3 or
  326.      below, it will disable the commands by turning them into
  327.      BREAK=OFF commands.  As a consequence, if you are using a DOS
  328.      below 4.0, you will need to make a couple of changes to your
  329.      CONFIG commands.  In order to have the room to convert the
  330.      LASTDRIVE, FILES, and BUFFERS commands, you will need to make the
  331.      lines longer.
  332.  
  333.      I do this by adding an * at the end of the line, as follows:
  334.        LASTDRIVE=M: * BUFFERS=10 * FILES=50 *
  335.  
  336.      If you don't do this, these commands will be disabled by making
  337.      them unrecognized.  This doesn't cause a problem: you will just
  338.      see a lot of "Unrecognized command in CONFIG.SYS" lines coming
  339.      out during the boot process.
  340.  
  341.      Note: AutoCon will also change "Unrecognized" commands to
  342.      BREAK=OFF commands if there is room.  This will allow you to
  343.      freely place REM statements in your CONFIG.SYS file (as long as
  344.      you use MENU mode).
  345.  
  346.      If you want BREAK=ON, you will have to add it to your AUTOEXEC
  347.      fields.
  348.  
  349.    AUTOEXEC:
  350.      The AUTOEXEC.BAT file will also contain all the selected
  351.      configurations AUTOEXEC fields.  At the beginning of the file
  352.      will be MENUNUM.COM.  This program will interrogate MENU.CTL and
  353.      find which configuration was chosen.  MENUNUM will set ERRORLEVEL
  354.      to match the chosen menu, and an "If" statement will cause the
  355.      associated AUTOEXEC to be chosen.
  356.  
  357.    UNRECOGNIZED COMMANDS - DOS 3.3:
  358.      DOS 3.3 CONFIG.SYS files have a potential problem (this will
  359.      probably occur in all versions of DOS, but I only have 3.3 to
  360.      work with).  If you enter the following two lines in your
  361.      CONFIG.SYS file
  362.  
  363.        REM
  364.        DEVICE=ANSI.SYS
  365.  
  366.      ANSI.SYS will not get loaded.  Both lines will be turned into an
  367.      "Unrecognized command".  This is just something that DOS does,
  368.      and there is nothing an outside program can do about it.
  369.  
  370.      Do not end a CONFIG field with an Unrecognized command.  If you
  371.      do, the following command will also be Unrecognized, and will
  372.      definately mess up the processing of the CONFIG.SYS file.
  373.  
  374.    CAUTION: When you start playing around with the Menu mode, be very
  375.      careful when updating or creating a configuration.  If you read
  376.      in an AUTOEXEC.BAT or CONFIG.SYS file which has been set up for
  377.      MENU mode, it will contain a lot of commands which will cause
  378.      problems if you use it in a reconfiguration.  It would be much
  379.      better to copy one of the other configurations and not update
  380.      from the AUTOEXEC and CONFIG files.
  381.  
  382.      If you have managed to read and save such a configurations, you
  383.      will need to edit and remove the extra statements inserted by
  384.      AutoCon.  It it is not obvious to you by looking at the AUTOEXEC
  385.      and CONFIG fields which statements these are, then do not attempt
  386.      to edit the field, simply copy one of the other configurations.
  387.  
  388.    Magazine Article:
  389.      Just as a side note, during the development of MENU.CTL I created
  390.      a simpler device driver and decided it would make a good subject
  391.      for a magazine article (similar to PC Magazine's CONFIG.CTL
  392.      device driver).  I wrote it up, and it was published in the Sept.
  393.      1991 issue of Tech Specialist.
  394.  
  395.  
  396.  
  397.                          NAVIGATING AUTOCON
  398.  
  399.  
  400.      Okay, now you have AutoCon installed; how do you use it?  Starting
  401.      with version 2.0, the interactive front screen of AutoCon can be
  402.      navigated with a pull-down menu.  If you need to do something and
  403.      can't remember the keystroke combination to get there, use the
  404.      menu to find it.  On the right of each menu entry is the shortcut
  405.      key combination to perform the same operation.  I am going to
  406.      define the navigation keys in the form of the pull-down menu.
  407.  
  408.    DataBase Maintainence (Records <Alt/R>)
  409.  
  410.      Previous/Next, browse records:
  411.        PgUp/PgDn allows you to page through the records one at a time.
  412.  
  413.      pIck Record:
  414.        F10 pops up a pick-list of all the configurations, and allows
  415.        you to choose one and make it current.
  416.  
  417.      Create Record:
  418.        F3 creates a new record, and copies the control structure from
  419.        record 1 and the data from the current AUTOEXEC and CONFIG
  420.        files.
  421.  
  422.      Delete Record:
  423.        ^F3 deletes the current configuration record.  Note that you
  424.        cannot delete record number 1, nor can you delete below the
  425.        default 5 records.
  426.  
  427.      Read Files:
  428.        F7 will cause the current record to be updated with the
  429.        contents of the AUTOEXEC and CONFIG files.
  430.  
  431.      Read file into AUTOEXEC (rd Auto ^F8):
  432.        ^F8 will pop up a window asking for a file name to read into
  433.        the AUTOEXEC field.  In you enter wildcards, a list of file
  434.        names will be popped up to choose from.  The AUTOEXEC field of
  435.        the current record will be replaced by the contents of the
  436.        chosen file.
  437.  
  438.      Read file into CONFIG (rd confiG ^F9):
  439.        ^F9 will pop up a window asking for a file name to read into
  440.        the CONFIG field.  In you enter wildcards, a list of file names
  441.        will be popped up to choose from.  The CONFIG field of the
  442.        current record will be replaced by the contents of the chosen
  443.        file.
  444.  
  445.      Configure and continue:
  446.        ^K^D will cause all current changes to be saved.  In other
  447.        words, it will rewrite the AUTOCON.DAT file, the AUTOEXEC.BAT
  448.        file, and the CONFIG.SYS file.
  449.  
  450.      Change BAT drive:
  451.        F8 will pop up a window to allow you to change the file the
  452.        AUTOEXEC field of a configuration is written too.  The default
  453.        name is C:\AUTOEXEC.BAT.
  454.  
  455.      Change SYS drive:
  456.        F8 will pop up a window to allow you to change the file the
  457.        CONFIG field of a configuration is written to.  The default
  458.        name is C:\CONFIG.SYS.
  459.  
  460.      cOmpare:
  461.        <Alt/=> will compare the current configuration with the
  462.        contents of the current AUTOEXEC and CONFIG files.  It should
  463.        be noted that, if you are using the MENU.CTL device driver
  464.        option, this comparison will probably not be applicable.
  465.  
  466.      boot Type:
  467.        F5 will pop up a window to allow you to change the boot type
  468.        associated with a configuration.  The choices are Warm, Cold,
  469.        None, and External.
  470.  
  471.      Flush:
  472.        F4 will pop up a window that will allow you to associate a
  473.        cache Flush command with the current configuration record. This
  474.        is necessary when the cache used in the configuration does a
  475.        write cache operation (PC-KWIK and PCTOOLS both default to this
  476.        configuration).
  477.  
  478.      cLone:
  479.        <Alt/C> will allow you to clone (or copy) the contents/control
  480.        of one of the other configurations to the current
  481.        configuration. It will pop up a pick list of all of the
  482.        existing configurations, and allow you to pick the one to copy
  483.        from.
  484.  
  485.        If you are using the AutoCon environment variable, you will
  486.        need to edit the AUTOEXEC file, and make sure the correct name
  487.        is used.
  488.  
  489.      Update:
  490.        ^K^S will save all current record changes to the AUTOCON.DAT
  491.        database file.  Note that it will not update the AUTOEXEC and
  492.        CONFIG Files.  You must use ^K^D for that.
  493.  
  494.      rEstore:
  495.        ^K^R will abandon all changes you have made (since the last
  496.        AUTOCON.DAT save) and reload the database records from the
  497.        AUTOCON.DAT file.
  498.  
  499.  
  500.    Boot Operation (Boot <Alt/B>):
  501.  
  502.      Single:
  503.        <Alt/S> configures AUTOCON to use only the current record for
  504.        reconfiguration purposes.
  505.  
  506.      Menu:
  507.        <Alt/M> configures AutoCon to use MENU.CTL in conjunction with
  508.        MENUNUM.COM to set up a selection menu to be used during the
  509.        boot process.  A pick list of the current configurations will
  510.        be popped up, and you will be able to choose up to eight
  511.        default configurations to be included.  After you have chosen
  512.        the eight, you will be asked how many seconds to delay during
  513.        the boot process.  If a number other than 0 is entered, a
  514.        message will be placed on the screen during the boot process,
  515.        and MENU.CTL will wait that many seconds for a key to be hit.
  516.  
  517.  
  518.  
  519.    Editor options (Editor <Alt/E>):
  520.  
  521.      Internal:
  522.        <Shift/F6> configures the current configuration to use the
  523.        internal editor.
  524.  
  525.      External:
  526.        ^F6 configures the current configuration to use an external
  527.        editor.  A window will pop up asking for the editor's name. You
  528.        may include a path in the name, but you must include the
  529.        extension (e.g., WORD.EXE or C:\WORD\WORD.EXE).  The next time
  530.        you edit the AUTOEXEC or CONFIG field for this record, if the
  531.        external editor can be found it will be used.  If it can't be
  532.        found, AutoCon will switch back to the internal editor.
  533.  
  534.        After the external editor has been installed, it will be used
  535.        to edit the AUTOEXEC and CONFIG fields from the main screen.
  536.        When you move the cursor to the AUTOEXEC or CONFIG field and
  537.        press enter, AutoCon will copy the current record to the
  538.        current subdirectory as XYZXYZZ.XYZ (the current subdirectory
  539.        must contain at least 4k of disk space).  AutoCon then shells
  540.        to DOS with the editor name and filename on the command line
  541.        (e.g., WS.EXE XYZXYZZ.XYZ).  When you exit your editor, AutoCon
  542.        should restart.  It will copy the XYZXYZZ.XYZ file into the
  543.        AUTOEXEC field of the current record and delete the XYZXYZZ.XYZ
  544.        file from the subdirectory.
  545.  
  546.  
  547.        CAUTION!!  Just to make sure there is no problem with your
  548.        editor, create a new record and work with it first, before
  549.        taking the chance of harming one of your current records. You
  550.        may want to make a copy of your AUTOCON.DAT file and store it
  551.        in a safe place until you've verified the operation of the new
  552.        release.  In fact, you should always keep a backup copy of
  553.        AUTOEXEC.DAT.
  554.  
  555.  
  556.      Install Keys:
  557.        F6 will pop up a window that will allow you to change the
  558.        keystrokes used in the internal editor.  F6 may also be used
  559.        while in the internal editor to see exactly which key performs
  560.        which function.
  561.  
  562.      Save Keys:
  563.        This function is really added for future action (though it is
  564.        fully functional in this release).  When I get my BBS working,
  565.        I will ask people who have changed AutoCon's keystrokes (to
  566.        match another editor) to save the keystrokes and send them to
  567.        me, as trade for a free upgrade.  These keystroke files will
  568.        then allow you to change the AutoCon editor keystrokes to match
  569.        the editor you're used to, with almost no effort.
  570.  
  571.      Get Keys:
  572.        This function will allow you to change AutoCon's editor
  573.        keystrokes quickly by reading in a keystroke file.
  574.  
  575.  
  576.    coLors <Alt/L>:
  577.  
  578.      Frame:
  579.        <Alt/F1> pops up a color pick window which allows you to change
  580.        the color of the frames drawn around the windows on the main
  581.        interactive screen.
  582.  
  583.      Frame Text:
  584.        <Alt/F2> pops up a color pick window which allows you to change
  585.        the color of the text in the windows on the main screen.
  586.  
  587.      Background:
  588.        <Alt/F3> pops up a color pick window which allows you to change
  589.        the color of the text and/or background of the main screen.
  590.  
  591.      Field:
  592.        <Alt/F4> pops up a color pick window which allows you to change
  593.        the color of the fields that get updated on the screen, the
  594.        configuration name, the date and time, the record number, and
  595.        the select boxes.
  596.  
  597.      Prompt:
  598.        <Alt/F5> pops up a color pick window which allows you to change
  599.        the color of the current select box.  This is the color of the
  600.        main screen select item that the cursor is positioned to.
  601.  
  602.      Edit Text:
  603.        <Alt/F6> pops up a color pick window which allows you to change
  604.        the color of the text used in the editor.
  605.  
  606.      Marked Text:
  607.        <Alt/F7> pops up a color pick window which allows you to change
  608.        the color of the text used to show marked blocks in the editor.
  609.  
  610.      Ctrl Text:
  611.        <Alt/F8> pops up a color pick window which allows you to change
  612.        the color used to show control characters (value < 20 hex) in
  613.        the edit text.
  614.  
  615.      Menu Frame:
  616.        This menu item allows you to change the color of the frame
  617.        around the pulldown menus.  Note that there is no hotkey.
  618.  
  619.      Menu Text:
  620.        This menu item allows you to change the color of menu items in
  621.        the pulldown menus.  Note that there is no hotkey.
  622.  
  623.      Menu Select:
  624.        This menu item allows you to change the color of the currently
  625.        selected item in the pulldown menus.  Note that there is no
  626.        hotkey.
  627.  
  628.      Menu Hi-lite:
  629.        This menu item allows you to change the color of the Hi-lited
  630.        select character in the pulldown menus.  Note that there is no
  631.        hotkey.
  632.  
  633.      Default:
  634.        <Alt/F10> pops up a color pick window which allows you to
  635.        change all configurable colors back to the defaults.  If your
  636.        screen goes black, hit <Alt/F10> followed by the Y key, and you
  637.        may be able to see the screen again.
  638.  
  639.  
  640.    Quit <Alt/Q>:
  641.  
  642.      Configure:
  643.        F2 reconfigures the system.  It will save any record changes in
  644.        the database file, and create new AUTOEXEC and CONFIG files. It
  645.        will then perform the requested reboot.
  646.  
  647.      Reboot:
  648.        This menu item will cause any record changes to be saved in the
  649.        database file, and force the default reboot action.  Note that
  650.        there is no hotkey.
  651.  
  652.      Exit:
  653.        This menu item will save any record changes in the database
  654.        file and exit without any reboot action -- a rough equivalent
  655.        to hitting the ESC key.
  656.  
  657.      Abandon/Exit:
  658.        ^K^Q will cause any current record changes to be abandoned, and
  659.        AutoCon will exit without any reboot action.
  660.  
  661.  
  662.    Keys not in the Menu:
  663.  
  664.      <Alt/V>:
  665.        This key combination will show you the DOS screen as it was
  666.        when AutoCon was activated.
  667.  
  668.  
  669.  
  670.  
  671.                              COMMAND LINE OPTIONS
  672.  
  673.    Environment:
  674.      For AutoCon to work correctly with the command-line commands, it
  675.      will need to know which configuration was used for the last boot-
  676.      up.  There is only one sure way for AutoCon to get this
  677.      information: if you are using the Menu mode, MENU.CTL will be
  678.      able to tell AutoCon which configuration was chosen.
  679.  
  680.      If you are using the Single mode, to make sure that AutoCon knows
  681.      which configuration was used to boot, you need to add a line to
  682.      your AUTOEXEC fields.  The line is as follows:
  683.  
  684.        SET AUTOCON=<Configuration Name>
  685.  
  686.      in which "configuration name" is the name that shows up on the
  687.      front screen in the interactive mode.  To make it very easy, a
  688.      new key- stroke command was added to the editor.  The default key
  689.      is <Alt/E>. Place your cursor at the position in the AUTOEXEC
  690.      field where your other SET commands are located, and press the
  691.      <Alt/E> combination.  AutoCon will insert the proper line in the
  692.      file.
  693.  
  694.  
  695.    Reconfigure:
  696.      To reconfigure from the command line, type
  697.  
  698.                   AUTOCON <update name> <enter>
  699.            [e.g., AUTOCON WIN3 <enter>]
  700.  
  701.      on the command line.  As long as AUTOCON.EXE and AUTOCON.DAT are
  702.      in the path, the configuration will be updated, and your system
  703.      will be rebooted (depending on the current boot choice).
  704.  
  705.      Alternatively (if you don't want to type the update name), if you
  706.      type AUTOCON / <enter>
  707.  
  708.      AutoCon will pop up a pick list of your configurations, and you
  709.      can use the arrow keys to pick a reboot configuration.
  710.  
  711.      If the update name is the same as the last boot name (see note
  712.      above), you will be asked if you really want to do the update.
  713.  
  714.  
  715.    Configuration Inquiry:
  716.      Typing AUTOCON /? will cause AutoCon to display the name it
  717.      thinks is the current configuration.
  718.  
  719.      This will be most accurate if Menu mode is active.  It should
  720.      also be quite accurate if each AUTOEXEC field has the correct
  721.      "SET AUTOCON=" command in it.
  722.  
  723.      If neither of the above applies, it will tell you which command
  724.      was last used to configure the AUTOEXEC and CONFIG files, which
  725.      may not be the configuration that was used for the last boot.
  726.  
  727.  
  728.    Specific Update:
  729.      Typing           AUTOCON /<update name> <enter>
  730.                [e.g., AUTOCON /WIN3 <enter>]
  731.  
  732.      will cause the named configuration to be updated from the current
  733.      C:\AUTOEXEC.BAT and C:\CONFIG.SYS files (or your selected BAT and
  734.      SYS filenames).  If MENU.CTL is in use, you will be asked if this
  735.      is really what you want to do.
  736.  
  737.    Generic Update:
  738.      For those of you who like to live dangerously (all of us from
  739.      time to time?), typing "AUTOCON /*" will update the current
  740.      configuration (the last one used to reconfigure) from the current
  741.      C:\AUTOEXEC.BAT and C:\CONFIG.SYS files (or your selected
  742.      filenames).  This command will be ignored if the system was
  743.      booted with MENU.CTL.
  744.  
  745.    Equal Check:
  746.      Typing "AUTOCON /=" will report on whether or not the current
  747.      configuration record is equal to the current record in the
  748.      database.
  749.  
  750.    Batch File Errorlevel Check:
  751.      Typing "AUTOCON/@<configuration name>" will set the Errorlevel to
  752.      1 if "<configuration name>" was the one used to boot the system.
  753.      This function will set the errorlevel only: there will be nothing
  754.      shown on the screen.  For full accuracy, see the Environment note
  755.      above.
  756.  
  757.  
  758.  
  759.                               NOTES AND HINTS
  760.  
  761.  
  762.  
  763.      Editor Keys:
  764.  
  765.        I will be enhancing the editor in the next release, so I'm not
  766.        going to expend a lot of energy on the Editor Help function in
  767.        this one.  To find which key does what when you are in the
  768.        editor, hit F6 and you will see each action the editor is
  769.        capable of and the key assigned to that action.  You may also
  770.        change the default keys while in this mode.  The next release
  771.        will add pulldown menus and a much better Help section to the
  772.        editor.
  773.  
  774.        If you are unable to call up the Edit Key function while in the
  775.        editor, go back to the main screen, hit F6 to pop up the key
  776.        editor, hit END, and you will see a function called Install
  777.        Editor Keys.  Assign the default F6 key to this function -- or
  778.        any other key you like.  If you assign another key, the F6 key
  779.        will still call up the editor from the main screen, and the
  780.        assigned key will work inside the editor.
  781.  
  782.  
  783.      Boot Notes:
  784.  
  785.        Versions of AutoCon before 2.0 allowed one boot choice for all
  786.        configurations.  From this version on, you will be able to
  787.        select a boot choice for each configuration.
  788.  
  789.        AutoCon is initially configured with a warm (or soft) reboot.
  790.        Some machines have a problem with the warm boot (usually those
  791.        with a large hard disk, and a large hard-disk partition
  792.        manager) and need a cold boot instead.  If you have a reboot
  793.        problem, hit F5 and change to a cold boot.  This change will be
  794.        saved in the AUTOCON.DAT file, and AutoCon will perform a cold
  795.        boot (you'll see the memory being checked) in the future.
  796.  
  797.        Some hardware is so strange (or the software has put the CPU
  798.        into such a strange state -- Windows 3 386Enhanced mode) that
  799.        even a software cold boot doesn't suffice.  If this is the
  800.        case, then hit F5 and change to no boot.  This last will
  801.        require hitting <Ctrl/Alt/Del> after AutoCon is finished.
  802.  
  803.        A couple of add-in processor cards (plugging a 286 expansion
  804.        card into an XT) come with their own reboot program, and some
  805.        people have developed their own reboot utilities to handle
  806.        special hardware and/or software needs.  For these people,
  807.        there is another choice for rebooting.  They will need to hit
  808.        F5 and change to an External Boot.  You will need to enter the
  809.        program name that performs your reboot.
  810.  
  811.  
  812.      BAT and SYS Files:
  813.  
  814.        AutoCon is initially configured to copy the AUTOEXEC and CONFIG
  815.        fields to the C drive.  For various reasons, some people do
  816.        their real boot from a drive other than C.  The F8 key will
  817.        allow you to change the designated drive (and file name) the
  818.        AUTOEXEC field is copied too.  The F9 key performs the same
  819.        function for the CONFIG field.  The new destination files will
  820.        be saved to the AUTOCON.DAT file, and used in all future
  821.        configurations until you change them again.
  822.  
  823.      LCD Users:
  824.  
  825.        If you have a computer with an LCD screen, set your mode to
  826.        BW80 (this is mode 2 for you technical people) before starting
  827.        AutoCon; that should make the screen show up better.  If you
  828.        prefer, you can start in color mode, and edit the colors to
  829.        something you find suitable.
  830.  
  831.      Screen Information:
  832.  
  833.        When you are in the data-entry mode, you have some information
  834.        on the screen.  The top line has the current date and time, as
  835.        well as the name and version of the program.  The second line
  836.        has the information on the current record, specifically the
  837.        record number, and the date and time it was last changed.  The
  838.        middle of the screen has an area for notes, so that you can
  839.        keep track of what this particular record is used for.  The
  840.        bottom two lines contain help information for the current mode.
  841.  
  842.        The %<number> on the bottom line of the note frame and of the
  843.        edit frame indicates the how full the field is.  An empty note
  844.        field is 0% full.  As you add note characters, the percentage
  845.        will increase.  (I've had some people ask.)
  846.  
  847.        The bottom line has some status information about the current
  848.        defaults.  The first word on the line will be MENU.CTL or
  849.        SINGLE.  This indicates whether you are using the device driver
  850.        to select a configuration during the boot, or whether only a
  851.        single configuration is available.
  852.  
  853.        The second word is either Internal or External; that indicates
  854.        whether the internal or the external editor is to be used for
  855.        this configuration.  The next term is either Flush or No Flush;
  856.        that indicates whether or not a Cache Flush command will be
  857.        performed for this configuration.  The Next word tells what
  858.        type of boot will be performed for this configuration; the word
  859.        will be either Warm, Cold, None, or External.  There may or may
  860.        not be a last word.  If this record will be one of the default
  861.        records used with MENU.CTL, then "Selected" will be written on
  862.        the screen.
  863.  
  864.  
  865.      Old Configurations:
  866.        If you want to use some configurations you have already
  867.        defined, and you are using the internal editor, you may read
  868.        them in directly.  While in the AUTOEXEC or CONFIG edit mode,
  869.        if you hit F5 it will erase the contents of this field, but it
  870.        checks with you first.  If you then hit <Ctrl/K> <Enter>, you
  871.        will be given a chance to enter a file name to read into the
  872.        field.  If you use wildcard notation, AutoCon will pop up a
  873.        file list for you to choose from.  The selected file name will
  874.        then be read into the current field.  Do one of the standard
  875.        exit commands (<Alt/X>, <Ctrl/K><X>) and the field now contains
  876.        the file.
  877.  
  878.        Do this for each of your current configurations, and you will
  879.        now have the convenience of AutoCon with all your standard
  880.        configurations.
  881.  
  882.        Alternately -- especially for those of you using an External
  883.        editor -- you may read in a file from the main screen.  The ^F8
  884.        key combination will allow you to specify a file name to copy
  885.        into the current AUTOEXEC field, and ^F9 performs the same
  886.        function for the CONFIG field.
  887.  
  888.  
  889.      LZEXE:
  890.        A new program from France has shown up on the scene; it is
  891.        called LZEXE.  If you use it on AUTOCON.EXE, it will reduce the
  892.        size about fifty percent.  I am distributing the AUTOCON.EXE
  893.        file in the LZEXE format.  If you have an XT compatible
  894.        machine, then AutoCon may run too slow for you in this format.
  895.        If this is the case, you can use the program UNLZEXE to restore
  896.        it to its uncompressed format.  Both LZEXE and UNLZEXE are
  897.        included as a bonus on the registered disk.
  898.  
  899.  
  900.      PKLITE:
  901.        Phil Katz has also written a program which will reduce the size
  902.        of program files.  It is also completely compatible with AutoCon.
  903.  
  904.      DIET:
  905.        There is also a Japanese file compressor called DIET.  AutoCon
  906.        has also been tested and found compatible with DIET.
  907.  
  908.  
  909.                                  LIMITATIONS
  910.  
  911.  
  912.      What are the limitations?  Well, first I'll tell you about the
  913.      ones I know of, then you tell me about the ones that you find. If
  914.      you do find bugs, please let me know immediately.  I believe I
  915.      have eradicated all of them, but only time will tell.  Below I
  916.      have listed my name on two systems (CompuServe and GEnie).  By
  917.      March 1, 1991 or sooner, I will have a support BBS in operation;
  918.      the phone number is (916) 623-4455.  I definitely want this
  919.      program to be bulletproof.
  920.  
  921.      Each copy of the AUTOEXEC field is limited to 4k, each copy of
  922.      the CONFIG field is limited to 2k, and the Notes are limited to
  923.      400 characters.  I don't come anywhere close to those numbers,
  924.      but you may.  If those sizes are too small for you, I can easily
  925.      change them.  If no one complains, I will assume they are large
  926.      enough.
  927.  
  928.      I have already made several changes due to user feedback (for
  929.      instance, the original release didn't reboot, and could only
  930.      handle five configurations), and I will consider any you suggest.
  931.  
  932.  
  933.  
  934.                                   FUTURE
  935.  
  936.      I think that AutoCon is maturing as a program, and that its
  937.      direction is becoming clear.  It has changed so much from the
  938.      original release that I doubt anyone running version 1.0 would
  939.      recognize it as the same program.
  940.  
  941.      Where is AutoCon going in the future?  Well, I have several ideas
  942.      in mind for enhancements.  You will also have a hand in the
  943.      future directions.  I have discovered that I can't anticipate all
  944.      of your needs.  You will have to tell me what changes and
  945.      enhancements you would most like to see.
  946.  
  947.      The biggest set of enhancements I have in mind will concern the
  948.      editor.  I had a lot of ideas for this release which did not pan
  949.      out; you can check the Changes file for the reasons why.  I will
  950.      add a pulldown menu system to the editor, and give it
  951.      split-screen capability.
  952.  
  953.      I hope to reduce the size as well.  Now that AutoCon is approaching
  954.      its final form, I can start to optimize a lot of the code in it.
  955.      
  956.  
  957.                                    LICENSE
  958.  
  959.  
  960.  
  961.      This version of AutoCon is NOT public-domain nor free software,
  962.      but is being distributed as shareware.
  963.  
  964.      AUTOCON is copyright (c) 1989-91 by Larry Weaver.
  965.  
  966.      Non-registered users of this software are granted a limited
  967.      license to make an evaluation copy for trial use on a private,
  968.      noncommercial basis, for the express purpose of determining
  969.      whether AutoCon is suitable for their needs.  At the end of this
  970.      trial period, you should either register your copy or discontinue
  971.      using AutoCon.
  972.  
  973.      What does all this really mean?  If you use this program, then
  974.      you should pay for your copy.  That way I'll be able to provide
  975.      you support and updates, and stay in business.
  976.  
  977.      An AutoCon registration entitles you to use the program on any
  978.      and all computers available to you.
  979.  
  980.      All users are granted a limited license to copy AutoCon only for
  981.      the trial use of others and subject to the above limitations.
  982.      This license does NOT include distribution or copying of this
  983.      software package
  984.  
  985.       (a.) in connection with any other product or service,
  986.       (b.) for general use within a company or institution, or
  987.       (c.) for distribution in modified form, i.e., the file containing
  988.            this license information MUST be included, along with the
  989.            full AutoCon documentation.
  990.  
  991.      Operators of electronic bulletin board systems (Sysops) are
  992.      encouraged to post AutoCon for downloading by their users, as
  993.      long as the above conditions are met.
  994.  
  995.      If you are the distributor of a public-domain or user-supported
  996.      software library, you may be eligible to distribute copies of
  997.      AutoCon.  You must meet all the above conditions and acquire
  998.      written permission from Larry Weaver before doing so, however.
  999.      Please telephone or write for details.
  1000.  
  1001.  
  1002.                              ASP Requirement
  1003.  
  1004.      The program author, Larry Weaver, is an active member of the
  1005.      Association of Shareware Professionals (ASP).  The ASP wants to
  1006.      make sure that the Shareware principle works for you.  If you are
  1007.      unable to resolve a Shareware-related problem with an ASP member
  1008.      by contacting that member directly, ASP may be able to help.  The
  1009.      ASP Ombudsman can help you resolve a dispute or problem with an
  1010.      ASP member, but he does not provide technical support for
  1011.      members' products.  Please write to the ASP Ombudsman at
  1012.      545 Grover Road, Muskegon MI 49442, or send a CompuServe message
  1013.      via EASYPLEX to ASP Ombudsman 70007,3536.
  1014.  
  1015.  
  1016.                                    DISCLAIMER
  1017.  
  1018.      Larry Weaver hereby disclaims all warranties relating to this
  1019.      product, whether express or implied, including without limitation
  1020.      any implied warranties of merchantability or fitness for a
  1021.      particular purpose.  Larry Weaver cannot and will not be liable
  1022.      for any special, incidental, consequential, indirect, or similar
  1023.      damages due to loss of data or any other reason, even if Larry
  1024.      Weaver or an authorized Larry Weaver agent has been advised of
  1025.      the possibility of such damages.  In no event shall the liability
  1026.      for any damages ever exceed the price paid for the license to use
  1027.      this software, regardless of the form and/or extent of the claim.
  1028.      The user of this program bears all risk as to the quality and
  1029.      performance of the software.  Use of this program acknowledges
  1030.      this disclaimer of warranty.
  1031.  
  1032.  
  1033.  
  1034.                            ORDERING INFORMATION
  1035.  
  1036.      An AutoCon registration licenses you to use the product on a
  1037.      regular basis.  Users need register only one version of AutoCon;
  1038.      registration includes licensed use of all upgrades.  Registered
  1039.      users can always get the current version of the program at a
  1040.      nominal fee ($8.00 as of this writing) by calling or writing
  1041.      Larry Weaver.  Individual registrations for AutoCon cost only
  1042.      $15.
  1043.  
  1044.      CORPORATE SITE LICENSES AND QUANTITY PURCHASES
  1045.  
  1046.      All corporate, business, government, or other commercial users of
  1047.      AutoCon must be registered.  A site license is available for a
  1048.      one-time charge of $120.00 for the first one hundred (or fewer)
  1049.      users/machines fewer) and $100 for each additional one hundred
  1050.      (or fewer) users/machines.
  1051.  
  1052.      Note: with a site license (if you also purchase the upgrade),
  1053.      only one copy of the program will be sent.  You will be
  1054.      responsible for distributing additional copies.
  1055.  
  1056.      ALL PRICES ARE SUBJECT TO CHANGE WITHOUT NOTICE.
  1057.  
  1058.  
  1059.      Please use the enclosed order form when placing an order, or print
  1060.      out the file REGISTER.PRN.
  1061.  
  1062.      Even if you don't register, how about some feedback?
  1063.  
  1064.                     You can reach me as
  1065.                   72460,3072 on CompuServe, or as
  1066.                      L.WEAVER1 on GEnie,
  1067.        (916) 623-4455 -- Support BBS (after March 1, 1991).
  1068.  
  1069.          -------------------  REGISTRATION    ----------------------
  1070.  
  1071.                            Please support AutoCon!
  1072.                           Thank you for your support.
  1073.  
  1074. Remit To:           Larry Weaver
  1075.                     P.O. Box 2639
  1076.                     Weaverville  CA 96093-2639
  1077.  
  1078.                          ---------------------------
  1079.  
  1080.         You must check one registration option, and one disk option!
  1081.  
  1082.                          ---------------------------
  1083.  
  1084.  _
  1085. |_| AutoCon Standard registration ($15.00 -- no disk sent)          $______
  1086.  _
  1087. |_| AutoCon Site License and Registration (no disk sent)
  1088.   $120.00 for the first 100 (or fewer) users or machines
  1089.   100.00 for each additional 100 (or fewer) users or machines       $______
  1090.  
  1091.                          ---------------------------
  1092.  _
  1093. |_| AutoCon Upgrade to the newest version ($8.00; $10.00 foreign)   $______
  1094.        Registered users only
  1095.  _
  1096. |_| Subscription plan for REGISTERED users ($21.00; $26.00 foreign) $______
  1097.       (Receive the next three updates of AutoCon, as they
  1098.        become available.  This fee is in addition to the
  1099.        $15.00 or $120.00 registration.)
  1100.  
  1101.                          ---------------------------
  1102.  _
  1103. |_| Printed Manual ($8.00)                                          $______
  1104.        If you desire, I will print out the AUTOCON.DOC file and
  1105.        send it to you.  You can achieve the same results by printing
  1106.        it out yourself, but several people seem to want this.
  1107.  
  1108.                          ---------------------------
  1109.  
  1110. "Foreign" means outside the USA and Canada; the extra charge covers postage.
  1111.               _            _
  1112. Payment by:  |_| Check or |_| Money Order enclosed.
  1113.  
  1114. TOTAL in USA Funds.  Foreign checks OK; use the current exchange rate $______
  1115.             _                           _
  1116. Disk Type: |_| 5 1/4" (normally sent); |_| 3 1/2" required
  1117.  
  1118. Name     ___________________________________________________________________
  1119.  
  1120. Address  ___________________________________________________________________
  1121.  
  1122.          ___________________________________________________________________
  1123.  
  1124.          ___________________________________________________________________
  1125.  
  1126.  
  1127.          Day Phone: _________________________ Eve: ______________________
  1128.  
  1129.          Compuserve ID: _____________________
  1130.  
  1131.                             _
  1132.          Invoice Required  |_|       P. O. Number: ______________________
  1133.  
  1134.       ------------------------ User comments -------------------------
  1135.       I acquired AutoCon V2.0 from
  1136.               [ ] - Friend                    [ ] - Software product
  1137.               [ ] - Computer Club             [ ] - Computer Store
  1138.               [ ] - Data Base Service         [ ] - Support BBS
  1139.               [ ] - Electronic BBS - Please give phone no. _____________
  1140.               [ ] - Other (please specify) ___________________________
  1141.  
  1142.       I would also appreciate any input you would care to provide
  1143.       concerning AutoCon.  If you have any ideas or comments which would
  1144.       make AutoCon a better program, please let me know.
  1145.  
  1146.       I value your comments!
  1147.  
  1148.       Comments and/or suggestions:
  1149.       ________________________________________________________________
  1150.  
  1151.       ________________________________________________________________
  1152.  
  1153.       ________________________________________________________________
  1154.  
  1155.       ________________________________________________________________
  1156.  
  1157.       ________________________________________________________________
  1158.  
  1159.       ________________________________________________________________
  1160.  
  1161.       ________________________________________________________________
  1162.  
  1163.       ________________________________________________________________
  1164.  
  1165.       ________________________________________________________________
  1166.  
  1167.       ________________________________________________________________
  1168.  
  1169.       ________________________________________________________________
  1170.  
  1171.       ________________________________________________________________
  1172.  
  1173.       ________________________________________________________________
  1174.  
  1175.  
  1176.  
  1177.  
  1178.