Home » Archimedes archive » Archimedes World » archimedes_world_volume_15_issue_2_scp.adf » !ARMEdit_ARMEdit » Docs/FrontEnd

Docs/FrontEnd

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Archimedes World » archimedes_world_volume_15_issue_2_scp.adf » !ARMEdit_ARMEdit
Filename: Docs/FrontEnd
Read OK:
File size: 5319 bytes
Load address: 0000
Exec address: 0000
File contents
File        : FrontEnd
Date        : 11-Dec-97
Author      : � A.Thoukydides, 1996, 1997
Description : Description of the WIMP front-end "!ARMEdit" that is part of
              the ARMEdit suite.


INTRODUCTION

The "!ARMEdit" front-end adds functionality to the ARMEdit suite. It is
necessary for the operation of some, but not all, of the other components,
and is used for installing files into the PC partition. The front-end
supports interactive help; use Acorn's !Help application to obtain
information about the item under the mouse pointer.

The utilities that use this front-end are:

    ARMEDIT.COM     The front-end is required to use the External Data
                    Editing Protocol.

    OSCLI.COM       The front-end is used for executing *commands in a
                    RISC OS TaskWindow.

    PUTFILE.COM     The front-end is used for the "Save as" method of
                    specifying a destination filename.


STARTING THE PROGRAM

Start the front-end by simply double-clicking SELECT on the "!ARMEdit" icon
in a directory viewer. After a short delay the application icon will appear
on the icon-bar. If no valid configuration can be found then the installer
will be automatically started.

The front-end may be loaded at any time, before or after the PC software has
been started.

If the banner window is found to be annoying, then it may be disabled by
commenting out the last line of the "!ARMEdit.!Run" file (by placing a "|"
character before the "Run" statement). Please do not distribute this software
with the banner disabled - always copy the original files.


THE ICON BAR

Clicking MENU on the icon which appears on the iconbar opens the main program
menu which offers the following options:

    Info            Moving over the sub-menu arrow displays a standard
                    program information window. The version number should be
                    the same as the version of the ARMEdit module being used.
                    Leaving the window open for 5 seconds will show some
                    other messages.

    PC card         Clicking SELECT starts the configured PC card front-end
                    software using the current PC card configuration. Moving
                    over the sub-menu arrow displays a list of named
                    configurations. Clicking SELECT on one of the
                    configurations will activate that configuration, and then
                    start the PC card software.

    Speed...        Clicking SELECT or moving over the sub-menu arrow displays
                    a dialogue box allowing the multitasking speed of the PC
                    card to be controlled.

    Relog devices   Clicking SELECT forces a relog of any ARMEDIT.SYS devices.
                    Moving over the sub-menu arrow and selecting the "Now"
                    option forces an immediate relog. These options are
                    equivalent to using the *ARMEdit_DevicesRelog command
                    without or with the "-now" switch.

    Install...      Clicking SELECT opens up a dialogue box that allows
                    extra ARMEdit components to be installed or reconfigured.

    Configure...    Clicking SELECT opens up a dialogue box that allows
                    ARMEdit to be configured.
                    
    Quit            Quits the front-end program. The module is not affected.


SPEED CONTROL WINDOW

The PC card speed control window allows the multitasking speed of the PC card
to be controlled. This provides a convenient interface to the
*ARMEdit_Polling command. The speed may be set independently for when the PC
window has got the input focus (foreground) and when it has not got the focus
(background).

When the option buttons are not selected the default speed is used. Clicking
SELECT on an option button allows the speed to be adjusted. Dragging the
sliders to the right increases the performance of the PC card at the expense
of slowing down the desktop.


INSTALLATION WINDOW

When the "!ARMEdit" front-end is started for the first time, or when the
"Install..." option is selected from the iconbar menu without a saved
configuration, a simple installation procedure is started. This prompts for
vital information before allowing either a standard or custom installation to
be performed.

Selecting the "Install..." option after a configuration has been saved allows
a new custom installation to be performed or an existing one modified.

The installation may be aborted at any time by selecting the CANCEL option,
and restarted at a later time by reselecting the "Install..." option from the
iconbar menu. The configuration may also be changed by selecting the
"Configure..." option.


INSTALLATION WINDOW: WELCOME

The first installation window displays a welcome message and allows the
interactive help viewer to be started. The buttons at the bottom of the
window are:

    Cancel          Abort the installation without saving a configuration.
    
    Help            Start the "!Help" application to display interactive
                    help. This displays information about the item under the
                    pointed.
    
    Continue        Advance to the next stage of the installation process.


INSTALLATION WINDOW: CONFIGURATION COMPLETE

After completing the basic installation it is still necessary to copy some
files into the PC partition. The buttons at the bottom of the window are:

    Cancel          Abort the installation after saving the configuration
                    but before installing files into the PC partition.
    
    Custom          Perform a custom installation. This allows selection of
                    the components to install, as well as allowing the
                    destination directories and other options to be selected.
                    Selecting the "Install..." option from the iconbar menu
                    has the same effect.
    
    Continue        Perform a standard installation. This copies the DOS
                    utilities and device driver to
                    "C:\Drivers\3rdParty\ARMEdit" and modifies the
                    AUTOEXEC.BAT and CONFIG.SYS files as required.

The files may be installed manually by using SparkFS or Info-ZIP's UnZip
utility to decompress the archives stored in the "!ARMEdit.Install"
directory:

    CodeARM         RISC OS SWI veneers to the ARMEdit SWIs.
    
    CodePC          PC header and library files allowing extra utilities to
                    be written.
    
    Device          The ARMEDIT.SYS device driver.
    
    Utilities       The DOS command line utilities.


INSTALLATION WINDOW: OPTIONS

Selecting the "Install..." menu option after a configuration file has been
saved, or clicking on the CUSTOM button allows one or more components to be
installed. The available components are:

    Command line utilities
    
                    This option copies the DOS command line utilities into
                    the PC partition. The AUTOEXEC.BAT file will also require
                    modification to add the utilities to the DOS search path.
    
    DOS device driver
    
                    This option copies the ARMEDIT.SYS device driver into the
                    PC partition. The CONFIG.SYS file will also require
                    modification to load and configure the device driver.
    
    RISC OS veneers for ARM Edit SWIs
    
                    This option allows veneers to the ARMEdit SWIs to be
                    copied to a user specified directory.
    
    PC header and library files
    
                    This option allows the PC software development header and
                    library files to be copied to a user specified directory.

There are also two buttons at the bottom of the window:

    Cancel          Abort the installation without installing any components.
    
    Install         Install the selected components. This will then prompt
                    for any require details.


CONFIGURATION WINDOW

The top area of the configuration window shows an icon for each area of
ARMEdit that may be configured. Clicking on an icon will open another window
allowing relevant options to be adjusted. The icons are:

    Front-end       Configuration options specific to the !ARMEdit front-end
                    application.
    
    Speed control   Control of the multitasking speed of the PC card.
    
    Paths           Default paths for the PC card front-end, configuration
                    utility and primary DOS partition. These are used for the
                    multiple named configurations.
    
    Configurations  Configuration of multiple named PC card configurations.

    Auto run        Specify obey files to run when the PC card is reset or
                    quit.

There are also two buttons at the bottom of the window:

    Save            Save and use the modified configuration. The changes will
                    also be used when !ARMEdit is started in the future.
    
    Cancel          Abandon any changes. If ADJUST is used then the
                    configuration window(s) are kept open, and the previously
                    saved configuration is restored.


CONFIGURATION WINDOW: FRONT-END

A single option is supported for configuring the !ARMEdit front-end:

    Quit with PC software
    
                    Selecting this option will result in the front-end
                    quitting at the same time as the PC software. This is
                    useful if the application is started automatically when
                    the PC software is run.


CONFIGURATION WINDOW: SPEED CONTROL

The default multitasking speed of the PC card can be set in this window.

    Foreground      This is the setting to use when the PC card has the input
                    focus.
    
    Background      This is the setting to use when the PC card has not got
                    the input focus.

Clicking on the READ CURRENT icon will set the icons from the currently
active speed. This can be useful if the main speed control option has been
used to set the required speed.


CONFIGURATION WINDOW: PATHS

This window allows the default application paths to be specified. The
writable fields may be typed into directly, or alternatively the relevant
icon may be dragged from a filer window and dropped in the appropriate place.
The required paths are:

    PC card front-end software
    
                    This is the PC card front-end software, e.g. !PC, !PCx86
                    or !PC486.
    
    Configuration tool software
    
                    This is the associated application used to edit the PC
                    card configuration, e.g. !PCconfig.
    
    Primary partition or direct SCSI
    
                    This is the main PC partition. If a direct SCSI DOS
                    device is being used then the path of the root directory
                    should be typed, e.g. "SCSI::4.$". Direct SCSI DOS
                    devices are only supported if they can be accessed via
                    DOSFS or Win95FS.


CONFIGURATION WINDOW: CONFIGURATIONS

The multiple PC card configurations offered by the main !ARMEdit menu can be
viewed or configured using this window. The top section of the window
contains a single option:

    Include DOS files
    
                    Selecting this option causes CONFIG.SYS and AUTOEXEC.BAT
                    to be automatically included with copies of the
                    "Current configuration".

The main area of the window allows the actual configurations to be edited.
At the top is a writable icon giving the name of the selected configuration.
The name of any configuration (other than the "Current configuration") may be
changed by simply typing a new name into the icon.

Clicking SELECT on the popup button to the right of the configuration name,
or MENU anywhere in the window, opens a menu giving a couple of options and
a list of the defined configurations. The options are:

    Copy            Create a copy of the selected configuration. The copy is
                    as exact duplicate of the existing configuration, except
                    when the "Current configuration" is selected. When the
                    current configuration is copied it is given the name
                    "New configuration" and the "Include DOS files" option
                    is used.
    
    Delete          Delete the selected configuration. The current
                    configuration cannot be deleted.

Clicking on one of the configuration names selects that configuration for
editing.

Below the configuration name some icons are shown. Clicking on an icon will
either perform an action or open another window allowing aspects of the
configuration to be edited. The icons are:

    Config utility  Clicking on this icon will start the PC card configuration
                    tool to edit the selected configuration. The application
                    to use may be changed in either the global or
                    configuration specific paths option.
    
    Text editor     Clicking on this icon loads the selected configuration
                    into a text editor. This uses the External Data Editing
                    Protocol, so !Edit is not supported. Use this to include
                    non-standard options in the configuration.
    
    Paths           Open a window allowing the paths specific to this
                    application to be changed.
    
    DOS files       Open a window listing the DOS files associated with the
                    selected configuration. This allows the list to be
                    changed, and for the copies of the files to be updated.

CONFIGURATION WINDOW: CONFIGURATIONS - PATHS

This window allows the application paths associated with a configuration to
be specified. This is similar to the default paths window; the main
difference being that the window is split into two sections with associated
radio buttons:

    Use default paths

                    Selecting this option uses the default paths for this
                    configuration.
    
    Specify other   Selecting this option allows the paths to be changed for
                    this configuration.

Each configuration may have its own independent path settings.


CONFIGURATION WINDOW: CONFIGURATIONS - DOS FILES

The top half of this window lists the DOS files associated with the selected
configuration. If a file is referenced with respect to the primary partition
then the partition path is displayed in grey. Click on the name of a file to
select it.

The lower half of the window allows the details of a file to be viewed or
changed. The writable field may be typed into directly, or alternatively the
relevant icon may be dragged from a filer window and dropped on the arrow.
The "Name is relative to partition" option controls whether the primary
partition path should be prefixed to the filename.

There are two special buttons near the bottom of the window:

    Remove          Remove the selected file from the configuration.
    
    Update copies   Make new copies of the files associated with this
                    configuration. This should be used after adding any files
                    to store a copy with the configuration.

Users of Windows 95 may find it useful to include MSDOS/SYS as one of the
files that is associated with each configuration. There are several items
that can be included in the [Options] section:

    BootGUI         The default value of 1 starts Windows 95, but changing it
                    to 0 results in the command prompt being started.

    BootMenu        Set this to 1 to automatically show the startup menu,
                    normally obtained by pressing F8.

    BootWin         Specifying 1 starts Windows 95 as usual, but a value of
                    0 enables the previous operating system if present.

    BootDelay       This specifies how long, in seconds, Windows 95 waits for
                    a function key to be pressed before starting if the
                    startup menu is not displayed.

    BootMenuDelay   This is similar to BootDelay except that it applies to
                    the startup menu. This sets how long, in seconds, Windows
                    95 waits before running the highlighted menu option.

Remember to unlock the MSDOS/SYS file to allow !ARMEdit to overwrite it.


CONFIGURATION WINDOW: AUTO RUN

This window allows obey files to be specified that can be executed
automatically at various times. There are three sections to the window.

The first section "ARM Edit front-end events" relates to when the !ARMEdit
front-end is started or quit:

    After ARM Edit has been loaded
    
                    This file is run after !ARMEdit has been succesfully
                    started. It could be used to automatically start the PC
                    card front-end software, or to load any related
                    utilities.
    
    Before ARM Edit is quit
    
                    This file is run just before !ARMEdit exits. It could
                    be used to automatically quit any related utilities.

The next section "Before launching PC front-end" allows a file to be run
before the PC front-end is launched:

    Prepare for PC to start
    
                    This file is run immediately before the PC front-end
                    software is started. It could be used to initialise any
                    hardware used by the PC card, such as dismounting direct
                    SCSI DOS discs.

The final section "PC card message events" allows files to be executed when
various PC card events occur:

    PC card booting or reset
    
                    This file is run when the PC card is either booted or
                    reset. It could be used to ensure that other support
                    software, such as !PCEx is loaded.
    
    PC card front-end has quit
    
                    This file is run when the PC card front-end is quit.
                    The default file kills any PC related modules that are
                    not needed when the PC card is not being used.

The writable fields may be typed into directly, or alternatively the relevant
icon may be dragged from a filer window and dropped in the appropriate place.

Note that the obey files will only be executed when the desktop is active.
However, if the PC card is running in single-tasking mode, then one obey file
may be run when the desktop is reentered.


THINGS TO DO

The following are changes that may be made to the !ARMEdit front-end sometime
in the future.

    Handle multiple configuration as supported by newer versions of PCPro
    better. This will require a list of known versions of !PC and their paths
    to be maintained.

    Finish implementing the installer, for example modifying CONFIG.SYS and
    AUTOEXEC.BAT files. Add an option to only show the changes to the
    configuration files.
    
    Allow direct SCSI devices to be specified easier. Ideally this would set
    the paths directly from the PC card configuration files.
    
    Load a configured text editor if external edit messages returned.
    

VERSION HISTORY

0.00 (10-Sep-96)    Original development version.

0.01 (11-Sep-96)    Added ability to set cursor position of external edits.
                    "Save as" window added for PUTFILE command.

0.02 (03-Oct-96)    Icons resized to contain complete text with system font.
                    Menu closed before exiting to avoid bug in Toolbox code.
                    Unused Toolbox modules no longer loaded.
                    Added support for multiple PC card configurations.

0.03 (09-Oct-96)    Fixed SaveAs window handling for PUTFILE utility.
                    Moved configuration editor to a different executable.

0.04 (17-Oct-96)    Child tasks started indirectly to avoid Toolbox problems.

0.05 (19-Dec-96)    External edits of configuration files clear modified flags.
                    Rewritten and improved multiple configuration handling.
                    Some new sprites within configuration editor.

0.06 (24-Dec-96)    PC front-end booted before starting configuration editor.
                    Modified paths used by configurations editor before save.

0.07 (17-Jan-97)    Added menu options to force a relog of the device driver.

0.08 (05-Feb-97)    Obey files can be automatically run when PC booted or quit.

0.09 (10-Feb-97)    Corrected copyright message.

1.03 (21-Feb-97)    First official release version.

1.04 (07-Dec-97)    Supports execution of commands in TaskWindows for OSCLI.
                    Extra auto-run Obey files can be specified.
                    Configuration windows enlarged to show filenames better.
                    Updated banner displayed during loading.
                    Installer option added.
                    Longer configuration names allowed.
                    Sliders are used to adjust the speed control settings.
                    Removed option to automatically include DOS files.

1.04b (11-Dec-97)   Fixed bug that prevented the installer from working.
00000000  46 69 6c 65 20 20 20 20  20 20 20 20 3a 20 46 72  |File        : Fr|
00000010  6f 6e 74 45 6e 64 0a 44  61 74 65 20 20 20 20 20  |ontEnd.Date     |
00000020  20 20 20 3a 20 31 31 2d  44 65 63 2d 39 37 0a 41  |   : 11-Dec-97.A|
00000030  75 74 68 6f 72 20 20 20  20 20 20 3a 20 a9 20 41  |uthor      : . A|
00000040  2e 54 68 6f 75 6b 79 64  69 64 65 73 2c 20 31 39  |.Thoukydides, 19|
00000050  39 36 2c 20 31 39 39 37  0a 44 65 73 63 72 69 70  |96, 1997.Descrip|
00000060  74 69 6f 6e 20 3a 20 44  65 73 63 72 69 70 74 69  |tion : Descripti|
00000070  6f 6e 20 6f 66 20 74 68  65 20 57 49 4d 50 20 66  |on of the WIMP f|
00000080  72 6f 6e 74 2d 65 6e 64  20 22 21 41 52 4d 45 64  |ront-end "!ARMEd|
00000090  69 74 22 20 74 68 61 74  20 69 73 20 70 61 72 74  |it" that is part|
000000a0  20 6f 66 0a 20 20 20 20  20 20 20 20 20 20 20 20  | of.            |
000000b0  20 20 74 68 65 20 41 52  4d 45 64 69 74 20 73 75  |  the ARMEdit su|
000000c0  69 74 65 2e 0a 0a 0a 49  4e 54 52 4f 44 55 43 54  |ite....INTRODUCT|
000000d0  49 4f 4e 0a 0a 54 68 65  20 22 21 41 52 4d 45 64  |ION..The "!ARMEd|
000000e0  69 74 22 20 66 72 6f 6e  74 2d 65 6e 64 20 61 64  |it" front-end ad|
000000f0  64 73 20 66 75 6e 63 74  69 6f 6e 61 6c 69 74 79  |ds functionality|
00000100  20 74 6f 20 74 68 65 20  41 52 4d 45 64 69 74 20  | to the ARMEdit |
00000110  73 75 69 74 65 2e 20 49  74 20 69 73 0a 6e 65 63  |suite. It is.nec|
00000120  65 73 73 61 72 79 20 66  6f 72 20 74 68 65 20 6f  |essary for the o|
00000130  70 65 72 61 74 69 6f 6e  20 6f 66 20 73 6f 6d 65  |peration of some|
00000140  2c 20 62 75 74 20 6e 6f  74 20 61 6c 6c 2c 20 6f  |, but not all, o|
00000150  66 20 74 68 65 20 6f 74  68 65 72 20 63 6f 6d 70  |f the other comp|
00000160  6f 6e 65 6e 74 73 2c 0a  61 6e 64 20 69 73 20 75  |onents,.and is u|
00000170  73 65 64 20 66 6f 72 20  69 6e 73 74 61 6c 6c 69  |sed for installi|
00000180  6e 67 20 66 69 6c 65 73  20 69 6e 74 6f 20 74 68  |ng files into th|
00000190  65 20 50 43 20 70 61 72  74 69 74 69 6f 6e 2e 20  |e PC partition. |
000001a0  54 68 65 20 66 72 6f 6e  74 2d 65 6e 64 0a 73 75  |The front-end.su|
000001b0  70 70 6f 72 74 73 20 69  6e 74 65 72 61 63 74 69  |pports interacti|
000001c0  76 65 20 68 65 6c 70 3b  20 75 73 65 20 41 63 6f  |ve help; use Aco|
000001d0  72 6e 27 73 20 21 48 65  6c 70 20 61 70 70 6c 69  |rn's !Help appli|
000001e0  63 61 74 69 6f 6e 20 74  6f 20 6f 62 74 61 69 6e  |cation to obtain|
000001f0  0a 69 6e 66 6f 72 6d 61  74 69 6f 6e 20 61 62 6f  |.information abo|
00000200  75 74 20 74 68 65 20 69  74 65 6d 20 75 6e 64 65  |ut the item unde|
00000210  72 20 74 68 65 20 6d 6f  75 73 65 20 70 6f 69 6e  |r the mouse poin|
00000220  74 65 72 2e 0a 0a 54 68  65 20 75 74 69 6c 69 74  |ter...The utilit|
00000230  69 65 73 20 74 68 61 74  20 75 73 65 20 74 68 69  |ies that use thi|
00000240  73 20 66 72 6f 6e 74 2d  65 6e 64 20 61 72 65 3a  |s front-end are:|
00000250  0a 0a 20 20 20 20 41 52  4d 45 44 49 54 2e 43 4f  |..    ARMEDIT.CO|
00000260  4d 20 20 20 20 20 54 68  65 20 66 72 6f 6e 74 2d  |M     The front-|
00000270  65 6e 64 20 69 73 20 72  65 71 75 69 72 65 64 20  |end is required |
00000280  74 6f 20 75 73 65 20 74  68 65 20 45 78 74 65 72  |to use the Exter|
00000290  6e 61 6c 20 44 61 74 61  0a 20 20 20 20 20 20 20  |nal Data.       |
000002a0  20 20 20 20 20 20 20 20  20 20 20 20 20 45 64 69  |             Edi|
000002b0  74 69 6e 67 20 50 72 6f  74 6f 63 6f 6c 2e 0a 0a  |ting Protocol...|
000002c0  20 20 20 20 4f 53 43 4c  49 2e 43 4f 4d 20 20 20  |    OSCLI.COM   |
000002d0  20 20 20 20 54 68 65 20  66 72 6f 6e 74 2d 65 6e  |    The front-en|
000002e0  64 20 69 73 20 75 73 65  64 20 66 6f 72 20 65 78  |d is used for ex|
000002f0  65 63 75 74 69 6e 67 20  2a 63 6f 6d 6d 61 6e 64  |ecuting *command|
00000300  73 20 69 6e 20 61 0a 20  20 20 20 20 20 20 20 20  |s in a.         |
00000310  20 20 20 20 20 20 20 20  20 20 20 52 49 53 43 20  |           RISC |
00000320  4f 53 20 54 61 73 6b 57  69 6e 64 6f 77 2e 0a 0a  |OS TaskWindow...|
00000330  20 20 20 20 50 55 54 46  49 4c 45 2e 43 4f 4d 20  |    PUTFILE.COM |
00000340  20 20 20 20 54 68 65 20  66 72 6f 6e 74 2d 65 6e  |    The front-en|
00000350  64 20 69 73 20 75 73 65  64 20 66 6f 72 20 74 68  |d is used for th|
00000360  65 20 22 53 61 76 65 20  61 73 22 20 6d 65 74 68  |e "Save as" meth|
00000370  6f 64 20 6f 66 0a 20 20  20 20 20 20 20 20 20 20  |od of.          |
00000380  20 20 20 20 20 20 20 20  20 20 73 70 65 63 69 66  |          specif|
00000390  79 69 6e 67 20 61 20 64  65 73 74 69 6e 61 74 69  |ying a destinati|
000003a0  6f 6e 20 66 69 6c 65 6e  61 6d 65 2e 0a 0a 0a 53  |on filename....S|
000003b0  54 41 52 54 49 4e 47 20  54 48 45 20 50 52 4f 47  |TARTING THE PROG|
000003c0  52 41 4d 0a 0a 53 74 61  72 74 20 74 68 65 20 66  |RAM..Start the f|
000003d0  72 6f 6e 74 2d 65 6e 64  20 62 79 20 73 69 6d 70  |ront-end by simp|
000003e0  6c 79 20 64 6f 75 62 6c  65 2d 63 6c 69 63 6b 69  |ly double-clicki|
000003f0  6e 67 20 53 45 4c 45 43  54 20 6f 6e 20 74 68 65  |ng SELECT on the|
00000400  20 22 21 41 52 4d 45 64  69 74 22 20 69 63 6f 6e  | "!ARMEdit" icon|
00000410  0a 69 6e 20 61 20 64 69  72 65 63 74 6f 72 79 20  |.in a directory |
00000420  76 69 65 77 65 72 2e 20  41 66 74 65 72 20 61 20  |viewer. After a |
00000430  73 68 6f 72 74 20 64 65  6c 61 79 20 74 68 65 20  |short delay the |
00000440  61 70 70 6c 69 63 61 74  69 6f 6e 20 69 63 6f 6e  |application icon|
00000450  20 77 69 6c 6c 20 61 70  70 65 61 72 0a 6f 6e 20  | will appear.on |
00000460  74 68 65 20 69 63 6f 6e  2d 62 61 72 2e 20 49 66  |the icon-bar. If|
00000470  20 6e 6f 20 76 61 6c 69  64 20 63 6f 6e 66 69 67  | no valid config|
00000480  75 72 61 74 69 6f 6e 20  63 61 6e 20 62 65 20 66  |uration can be f|
00000490  6f 75 6e 64 20 74 68 65  6e 20 74 68 65 20 69 6e  |ound then the in|
000004a0  73 74 61 6c 6c 65 72 0a  77 69 6c 6c 20 62 65 20  |staller.will be |
000004b0  61 75 74 6f 6d 61 74 69  63 61 6c 6c 79 20 73 74  |automatically st|
000004c0  61 72 74 65 64 2e 0a 0a  54 68 65 20 66 72 6f 6e  |arted...The fron|
000004d0  74 2d 65 6e 64 20 6d 61  79 20 62 65 20 6c 6f 61  |t-end may be loa|
000004e0  64 65 64 20 61 74 20 61  6e 79 20 74 69 6d 65 2c  |ded at any time,|
000004f0  20 62 65 66 6f 72 65 20  6f 72 20 61 66 74 65 72  | before or after|
00000500  20 74 68 65 20 50 43 20  73 6f 66 74 77 61 72 65  | the PC software|
00000510  20 68 61 73 0a 62 65 65  6e 20 73 74 61 72 74 65  | has.been starte|
00000520  64 2e 0a 0a 49 66 20 74  68 65 20 62 61 6e 6e 65  |d...If the banne|
00000530  72 20 77 69 6e 64 6f 77  20 69 73 20 66 6f 75 6e  |r window is foun|
00000540  64 20 74 6f 20 62 65 20  61 6e 6e 6f 79 69 6e 67  |d to be annoying|
00000550  2c 20 74 68 65 6e 20 69  74 20 6d 61 79 20 62 65  |, then it may be|
00000560  20 64 69 73 61 62 6c 65  64 20 62 79 0a 63 6f 6d  | disabled by.com|
00000570  6d 65 6e 74 69 6e 67 20  6f 75 74 20 74 68 65 20  |menting out the |
00000580  6c 61 73 74 20 6c 69 6e  65 20 6f 66 20 74 68 65  |last line of the|
00000590  20 22 21 41 52 4d 45 64  69 74 2e 21 52 75 6e 22  | "!ARMEdit.!Run"|
000005a0  20 66 69 6c 65 20 28 62  79 20 70 6c 61 63 69 6e  | file (by placin|
000005b0  67 20 61 20 22 7c 22 0a  63 68 61 72 61 63 74 65  |g a "|".characte|
000005c0  72 20 62 65 66 6f 72 65  20 74 68 65 20 22 52 75  |r before the "Ru|
000005d0  6e 22 20 73 74 61 74 65  6d 65 6e 74 29 2e 20 50  |n" statement). P|
000005e0  6c 65 61 73 65 20 64 6f  20 6e 6f 74 20 64 69 73  |lease do not dis|
000005f0  74 72 69 62 75 74 65 20  74 68 69 73 20 73 6f 66  |tribute this sof|
00000600  74 77 61 72 65 0a 77 69  74 68 20 74 68 65 20 62  |tware.with the b|
00000610  61 6e 6e 65 72 20 64 69  73 61 62 6c 65 64 20 2d  |anner disabled -|
00000620  20 61 6c 77 61 79 73 20  63 6f 70 79 20 74 68 65  | always copy the|
00000630  20 6f 72 69 67 69 6e 61  6c 20 66 69 6c 65 73 2e  | original files.|
00000640  0a 0a 0a 54 48 45 20 49  43 4f 4e 20 42 41 52 0a  |...THE ICON BAR.|
00000650  0a 43 6c 69 63 6b 69 6e  67 20 4d 45 4e 55 20 6f  |.Clicking MENU o|
00000660  6e 20 74 68 65 20 69 63  6f 6e 20 77 68 69 63 68  |n the icon which|
00000670  20 61 70 70 65 61 72 73  20 6f 6e 20 74 68 65 20  | appears on the |
00000680  69 63 6f 6e 62 61 72 20  6f 70 65 6e 73 20 74 68  |iconbar opens th|
00000690  65 20 6d 61 69 6e 20 70  72 6f 67 72 61 6d 0a 6d  |e main program.m|
000006a0  65 6e 75 20 77 68 69 63  68 20 6f 66 66 65 72 73  |enu which offers|
000006b0  20 74 68 65 20 66 6f 6c  6c 6f 77 69 6e 67 20 6f  | the following o|
000006c0  70 74 69 6f 6e 73 3a 0a  0a 20 20 20 20 49 6e 66  |ptions:..    Inf|
000006d0  6f 20 20 20 20 20 20 20  20 20 20 20 20 4d 6f 76  |o            Mov|
000006e0  69 6e 67 20 6f 76 65 72  20 74 68 65 20 73 75 62  |ing over the sub|
000006f0  2d 6d 65 6e 75 20 61 72  72 6f 77 20 64 69 73 70  |-menu arrow disp|
00000700  6c 61 79 73 20 61 20 73  74 61 6e 64 61 72 64 0a  |lays a standard.|
00000710  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000720  20 20 20 20 70 72 6f 67  72 61 6d 20 69 6e 66 6f  |    program info|
00000730  72 6d 61 74 69 6f 6e 20  77 69 6e 64 6f 77 2e 20  |rmation window. |
00000740  54 68 65 20 76 65 72 73  69 6f 6e 20 6e 75 6d 62  |The version numb|
00000750  65 72 20 73 68 6f 75 6c  64 20 62 65 0a 20 20 20  |er should be.   |
00000760  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000770  20 74 68 65 20 73 61 6d  65 20 61 73 20 74 68 65  | the same as the|
00000780  20 76 65 72 73 69 6f 6e  20 6f 66 20 74 68 65 20  | version of the |
00000790  41 52 4d 45 64 69 74 20  6d 6f 64 75 6c 65 20 62  |ARMEdit module b|
000007a0  65 69 6e 67 20 75 73 65  64 2e 0a 20 20 20 20 20  |eing used..     |
000007b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 4c  |               L|
000007c0  65 61 76 69 6e 67 20 74  68 65 20 77 69 6e 64 6f  |eaving the windo|
000007d0  77 20 6f 70 65 6e 20 66  6f 72 20 35 20 73 65 63  |w open for 5 sec|
000007e0  6f 6e 64 73 20 77 69 6c  6c 20 73 68 6f 77 20 73  |onds will show s|
000007f0  6f 6d 65 0a 20 20 20 20  20 20 20 20 20 20 20 20  |ome.            |
00000800  20 20 20 20 20 20 20 20  6f 74 68 65 72 20 6d 65  |        other me|
00000810  73 73 61 67 65 73 2e 0a  0a 20 20 20 20 50 43 20  |ssages...    PC |
00000820  63 61 72 64 20 20 20 20  20 20 20 20 20 43 6c 69  |card         Cli|
00000830  63 6b 69 6e 67 20 53 45  4c 45 43 54 20 73 74 61  |cking SELECT sta|
00000840  72 74 73 20 74 68 65 20  63 6f 6e 66 69 67 75 72  |rts the configur|
00000850  65 64 20 50 43 20 63 61  72 64 20 66 72 6f 6e 74  |ed PC card front|
00000860  2d 65 6e 64 0a 20 20 20  20 20 20 20 20 20 20 20  |-end.           |
00000870  20 20 20 20 20 20 20 20  20 73 6f 66 74 77 61 72  |         softwar|
00000880  65 20 75 73 69 6e 67 20  74 68 65 20 63 75 72 72  |e using the curr|
00000890  65 6e 74 20 50 43 20 63  61 72 64 20 63 6f 6e 66  |ent PC card conf|
000008a0  69 67 75 72 61 74 69 6f  6e 2e 20 4d 6f 76 69 6e  |iguration. Movin|
000008b0  67 0a 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |g.              |
000008c0  20 20 20 20 20 20 6f 76  65 72 20 74 68 65 20 73  |      over the s|
000008d0  75 62 2d 6d 65 6e 75 20  61 72 72 6f 77 20 64 69  |ub-menu arrow di|
000008e0  73 70 6c 61 79 73 20 61  20 6c 69 73 74 20 6f 66  |splays a list of|
000008f0  20 6e 61 6d 65 64 0a 20  20 20 20 20 20 20 20 20  | named.         |
00000900  20 20 20 20 20 20 20 20  20 20 20 63 6f 6e 66 69  |           confi|
00000910  67 75 72 61 74 69 6f 6e  73 2e 20 43 6c 69 63 6b  |gurations. Click|
00000920  69 6e 67 20 53 45 4c 45  43 54 20 6f 6e 20 6f 6e  |ing SELECT on on|
00000930  65 20 6f 66 20 74 68 65  0a 20 20 20 20 20 20 20  |e of the.       |
00000940  20 20 20 20 20 20 20 20  20 20 20 20 20 63 6f 6e  |             con|
00000950  66 69 67 75 72 61 74 69  6f 6e 73 20 77 69 6c 6c  |figurations will|
00000960  20 61 63 74 69 76 61 74  65 20 74 68 61 74 20 63  | activate that c|
00000970  6f 6e 66 69 67 75 72 61  74 69 6f 6e 2c 20 61 6e  |onfiguration, an|
00000980  64 20 74 68 65 6e 0a 20  20 20 20 20 20 20 20 20  |d then.         |
00000990  20 20 20 20 20 20 20 20  20 20 20 73 74 61 72 74  |           start|
000009a0  20 74 68 65 20 50 43 20  63 61 72 64 20 73 6f 66  | the PC card sof|
000009b0  74 77 61 72 65 2e 0a 0a  20 20 20 20 53 70 65 65  |tware...    Spee|
000009c0  64 2e 2e 2e 20 20 20 20  20 20 20 20 43 6c 69 63  |d...        Clic|
000009d0  6b 69 6e 67 20 53 45 4c  45 43 54 20 6f 72 20 6d  |king SELECT or m|
000009e0  6f 76 69 6e 67 20 6f 76  65 72 20 74 68 65 20 73  |oving over the s|
000009f0  75 62 2d 6d 65 6e 75 20  61 72 72 6f 77 20 64 69  |ub-menu arrow di|
00000a00  73 70 6c 61 79 73 0a 20  20 20 20 20 20 20 20 20  |splays.         |
00000a10  20 20 20 20 20 20 20 20  20 20 20 61 20 64 69 61  |           a dia|
00000a20  6c 6f 67 75 65 20 62 6f  78 20 61 6c 6c 6f 77 69  |logue box allowi|
00000a30  6e 67 20 74 68 65 20 6d  75 6c 74 69 74 61 73 6b  |ng the multitask|
00000a40  69 6e 67 20 73 70 65 65  64 20 6f 66 20 74 68 65  |ing speed of the|
00000a50  20 50 43 0a 20 20 20 20  20 20 20 20 20 20 20 20  | PC.            |
00000a60  20 20 20 20 20 20 20 20  63 61 72 64 20 74 6f 20  |        card to |
00000a70  62 65 20 63 6f 6e 74 72  6f 6c 6c 65 64 2e 0a 0a  |be controlled...|
00000a80  20 20 20 20 52 65 6c 6f  67 20 64 65 76 69 63 65  |    Relog device|
00000a90  73 20 20 20 43 6c 69 63  6b 69 6e 67 20 53 45 4c  |s   Clicking SEL|
00000aa0  45 43 54 20 66 6f 72 63  65 73 20 61 20 72 65 6c  |ECT forces a rel|
00000ab0  6f 67 20 6f 66 20 61 6e  79 20 41 52 4d 45 44 49  |og of any ARMEDI|
00000ac0  54 2e 53 59 53 20 64 65  76 69 63 65 73 2e 0a 20  |T.SYS devices.. |
00000ad0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000ae0  20 20 20 4d 6f 76 69 6e  67 20 6f 76 65 72 20 74  |   Moving over t|
00000af0  68 65 20 73 75 62 2d 6d  65 6e 75 20 61 72 72 6f  |he sub-menu arro|
00000b00  77 20 61 6e 64 20 73 65  6c 65 63 74 69 6e 67 20  |w and selecting |
00000b10  74 68 65 20 22 4e 6f 77  22 0a 20 20 20 20 20 20  |the "Now".      |
00000b20  20 20 20 20 20 20 20 20  20 20 20 20 20 20 6f 70  |              op|
00000b30  74 69 6f 6e 20 66 6f 72  63 65 73 20 61 6e 20 69  |tion forces an i|
00000b40  6d 6d 65 64 69 61 74 65  20 72 65 6c 6f 67 2e 20  |mmediate relog. |
00000b50  54 68 65 73 65 20 6f 70  74 69 6f 6e 73 20 61 72  |These options ar|
00000b60  65 0a 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |e.              |
00000b70  20 20 20 20 20 20 65 71  75 69 76 61 6c 65 6e 74  |      equivalent|
00000b80  20 74 6f 20 75 73 69 6e  67 20 74 68 65 20 2a 41  | to using the *A|
00000b90  52 4d 45 64 69 74 5f 44  65 76 69 63 65 73 52 65  |RMEdit_DevicesRe|
00000ba0  6c 6f 67 20 63 6f 6d 6d  61 6e 64 0a 20 20 20 20  |log command.    |
00000bb0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000bc0  77 69 74 68 6f 75 74 20  6f 72 20 77 69 74 68 20  |without or with |
00000bd0  74 68 65 20 22 2d 6e 6f  77 22 20 73 77 69 74 63  |the "-now" switc|
00000be0  68 2e 0a 0a 20 20 20 20  49 6e 73 74 61 6c 6c 2e  |h...    Install.|
00000bf0  2e 2e 20 20 20 20 20 20  43 6c 69 63 6b 69 6e 67  |..      Clicking|
00000c00  20 53 45 4c 45 43 54 20  6f 70 65 6e 73 20 75 70  | SELECT opens up|
00000c10  20 61 20 64 69 61 6c 6f  67 75 65 20 62 6f 78 20  | a dialogue box |
00000c20  74 68 61 74 20 61 6c 6c  6f 77 73 0a 20 20 20 20  |that allows.    |
00000c30  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000c40  65 78 74 72 61 20 41 52  4d 45 64 69 74 20 63 6f  |extra ARMEdit co|
00000c50  6d 70 6f 6e 65 6e 74 73  20 74 6f 20 62 65 20 69  |mponents to be i|
00000c60  6e 73 74 61 6c 6c 65 64  20 6f 72 20 72 65 63 6f  |nstalled or reco|
00000c70  6e 66 69 67 75 72 65 64  2e 0a 0a 20 20 20 20 43  |nfigured...    C|
00000c80  6f 6e 66 69 67 75 72 65  2e 2e 2e 20 20 20 20 43  |onfigure...    C|
00000c90  6c 69 63 6b 69 6e 67 20  53 45 4c 45 43 54 20 6f  |licking SELECT o|
00000ca0  70 65 6e 73 20 75 70 20  61 20 64 69 61 6c 6f 67  |pens up a dialog|
00000cb0  75 65 20 62 6f 78 20 74  68 61 74 20 61 6c 6c 6f  |ue box that allo|
00000cc0  77 73 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  |ws.             |
00000cd0  20 20 20 20 20 20 20 41  52 4d 45 64 69 74 20 74  |       ARMEdit t|
00000ce0  6f 20 62 65 20 63 6f 6e  66 69 67 75 72 65 64 2e  |o be configured.|
00000cf0  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
00000d00  20 20 20 20 20 0a 20 20  20 20 51 75 69 74 20 20  |     .    Quit  |
00000d10  20 20 20 20 20 20 20 20  20 20 51 75 69 74 73 20  |          Quits |
00000d20  74 68 65 20 66 72 6f 6e  74 2d 65 6e 64 20 70 72  |the front-end pr|
00000d30  6f 67 72 61 6d 2e 20 54  68 65 20 6d 6f 64 75 6c  |ogram. The modul|
00000d40  65 20 69 73 20 6e 6f 74  20 61 66 66 65 63 74 65  |e is not affecte|
00000d50  64 2e 0a 0a 0a 53 50 45  45 44 20 43 4f 4e 54 52  |d....SPEED CONTR|
00000d60  4f 4c 20 57 49 4e 44 4f  57 0a 0a 54 68 65 20 50  |OL WINDOW..The P|
00000d70  43 20 63 61 72 64 20 73  70 65 65 64 20 63 6f 6e  |C card speed con|
00000d80  74 72 6f 6c 20 77 69 6e  64 6f 77 20 61 6c 6c 6f  |trol window allo|
00000d90  77 73 20 74 68 65 20 6d  75 6c 74 69 74 61 73 6b  |ws the multitask|
00000da0  69 6e 67 20 73 70 65 65  64 20 6f 66 20 74 68 65  |ing speed of the|
00000db0  20 50 43 20 63 61 72 64  0a 74 6f 20 62 65 20 63  | PC card.to be c|
00000dc0  6f 6e 74 72 6f 6c 6c 65  64 2e 20 54 68 69 73 20  |ontrolled. This |
00000dd0  70 72 6f 76 69 64 65 73  20 61 20 63 6f 6e 76 65  |provides a conve|
00000de0  6e 69 65 6e 74 20 69 6e  74 65 72 66 61 63 65 20  |nient interface |
00000df0  74 6f 20 74 68 65 0a 2a  41 52 4d 45 64 69 74 5f  |to the.*ARMEdit_|
00000e00  50 6f 6c 6c 69 6e 67 20  63 6f 6d 6d 61 6e 64 2e  |Polling command.|
00000e10  20 54 68 65 20 73 70 65  65 64 20 6d 61 79 20 62  | The speed may b|
00000e20  65 20 73 65 74 20 69 6e  64 65 70 65 6e 64 65 6e  |e set independen|
00000e30  74 6c 79 20 66 6f 72 20  77 68 65 6e 20 74 68 65  |tly for when the|
00000e40  20 50 43 0a 77 69 6e 64  6f 77 20 68 61 73 20 67  | PC.window has g|
00000e50  6f 74 20 74 68 65 20 69  6e 70 75 74 20 66 6f 63  |ot the input foc|
00000e60  75 73 20 28 66 6f 72 65  67 72 6f 75 6e 64 29 20  |us (foreground) |
00000e70  61 6e 64 20 77 68 65 6e  20 69 74 20 68 61 73 20  |and when it has |
00000e80  6e 6f 74 20 67 6f 74 20  74 68 65 20 66 6f 63 75  |not got the focu|
00000e90  73 0a 28 62 61 63 6b 67  72 6f 75 6e 64 29 2e 0a  |s.(background)..|
00000ea0  0a 57 68 65 6e 20 74 68  65 20 6f 70 74 69 6f 6e  |.When the option|
00000eb0  20 62 75 74 74 6f 6e 73  20 61 72 65 20 6e 6f 74  | buttons are not|
00000ec0  20 73 65 6c 65 63 74 65  64 20 74 68 65 20 64 65  | selected the de|
00000ed0  66 61 75 6c 74 20 73 70  65 65 64 20 69 73 20 75  |fault speed is u|
00000ee0  73 65 64 2e 20 43 6c 69  63 6b 69 6e 67 0a 53 45  |sed. Clicking.SE|
00000ef0  4c 45 43 54 20 6f 6e 20  61 6e 20 6f 70 74 69 6f  |LECT on an optio|
00000f00  6e 20 62 75 74 74 6f 6e  20 61 6c 6c 6f 77 73 20  |n button allows |
00000f10  74 68 65 20 73 70 65 65  64 20 74 6f 20 62 65 20  |the speed to be |
00000f20  61 64 6a 75 73 74 65 64  2e 20 44 72 61 67 67 69  |adjusted. Draggi|
00000f30  6e 67 20 74 68 65 0a 73  6c 69 64 65 72 73 20 74  |ng the.sliders t|
00000f40  6f 20 74 68 65 20 72 69  67 68 74 20 69 6e 63 72  |o the right incr|
00000f50  65 61 73 65 73 20 74 68  65 20 70 65 72 66 6f 72  |eases the perfor|
00000f60  6d 61 6e 63 65 20 6f 66  20 74 68 65 20 50 43 20  |mance of the PC |
00000f70  63 61 72 64 20 61 74 20  74 68 65 20 65 78 70 65  |card at the expe|
00000f80  6e 73 65 0a 6f 66 20 73  6c 6f 77 69 6e 67 20 64  |nse.of slowing d|
00000f90  6f 77 6e 20 74 68 65 20  64 65 73 6b 74 6f 70 2e  |own the desktop.|
00000fa0  0a 0a 0a 49 4e 53 54 41  4c 4c 41 54 49 4f 4e 20  |...INSTALLATION |
00000fb0  57 49 4e 44 4f 57 0a 0a  57 68 65 6e 20 74 68 65  |WINDOW..When the|
00000fc0  20 22 21 41 52 4d 45 64  69 74 22 20 66 72 6f 6e  | "!ARMEdit" fron|
00000fd0  74 2d 65 6e 64 20 69 73  20 73 74 61 72 74 65 64  |t-end is started|
00000fe0  20 66 6f 72 20 74 68 65  20 66 69 72 73 74 20 74  | for the first t|
00000ff0  69 6d 65 2c 20 6f 72 20  77 68 65 6e 20 74 68 65  |ime, or when the|
00001000  0a 22 49 6e 73 74 61 6c  6c 2e 2e 2e 22 20 6f 70  |."Install..." op|
00001010  74 69 6f 6e 20 69 73 20  73 65 6c 65 63 74 65 64  |tion is selected|
00001020  20 66 72 6f 6d 20 74 68  65 20 69 63 6f 6e 62 61  | from the iconba|
00001030  72 20 6d 65 6e 75 20 77  69 74 68 6f 75 74 20 61  |r menu without a|
00001040  20 73 61 76 65 64 0a 63  6f 6e 66 69 67 75 72 61  | saved.configura|
00001050  74 69 6f 6e 2c 20 61 20  73 69 6d 70 6c 65 20 69  |tion, a simple i|
00001060  6e 73 74 61 6c 6c 61 74  69 6f 6e 20 70 72 6f 63  |nstallation proc|
00001070  65 64 75 72 65 20 69 73  20 73 74 61 72 74 65 64  |edure is started|
00001080  2e 20 54 68 69 73 20 70  72 6f 6d 70 74 73 20 66  |. This prompts f|
00001090  6f 72 0a 76 69 74 61 6c  20 69 6e 66 6f 72 6d 61  |or.vital informa|
000010a0  74 69 6f 6e 20 62 65 66  6f 72 65 20 61 6c 6c 6f  |tion before allo|
000010b0  77 69 6e 67 20 65 69 74  68 65 72 20 61 20 73 74  |wing either a st|
000010c0  61 6e 64 61 72 64 20 6f  72 20 63 75 73 74 6f 6d  |andard or custom|
000010d0  20 69 6e 73 74 61 6c 6c  61 74 69 6f 6e 20 74 6f  | installation to|
000010e0  0a 62 65 20 70 65 72 66  6f 72 6d 65 64 2e 0a 0a  |.be performed...|
000010f0  53 65 6c 65 63 74 69 6e  67 20 74 68 65 20 22 49  |Selecting the "I|
00001100  6e 73 74 61 6c 6c 2e 2e  2e 22 20 6f 70 74 69 6f  |nstall..." optio|
00001110  6e 20 61 66 74 65 72 20  61 20 63 6f 6e 66 69 67  |n after a config|
00001120  75 72 61 74 69 6f 6e 20  68 61 73 20 62 65 65 6e  |uration has been|
00001130  20 73 61 76 65 64 20 61  6c 6c 6f 77 73 0a 61 20  | saved allows.a |
00001140  6e 65 77 20 63 75 73 74  6f 6d 20 69 6e 73 74 61  |new custom insta|
00001150  6c 6c 61 74 69 6f 6e 20  74 6f 20 62 65 20 70 65  |llation to be pe|
00001160  72 66 6f 72 6d 65 64 20  6f 72 20 61 6e 20 65 78  |rformed or an ex|
00001170  69 73 74 69 6e 67 20 6f  6e 65 20 6d 6f 64 69 66  |isting one modif|
00001180  69 65 64 2e 0a 0a 54 68  65 20 69 6e 73 74 61 6c  |ied...The instal|
00001190  6c 61 74 69 6f 6e 20 6d  61 79 20 62 65 20 61 62  |lation may be ab|
000011a0  6f 72 74 65 64 20 61 74  20 61 6e 79 20 74 69 6d  |orted at any tim|
000011b0  65 20 62 79 20 73 65 6c  65 63 74 69 6e 67 20 74  |e by selecting t|
000011c0  68 65 20 43 41 4e 43 45  4c 20 6f 70 74 69 6f 6e  |he CANCEL option|
000011d0  2c 0a 61 6e 64 20 72 65  73 74 61 72 74 65 64 20  |,.and restarted |
000011e0  61 74 20 61 20 6c 61 74  65 72 20 74 69 6d 65 20  |at a later time |
000011f0  62 79 20 72 65 73 65 6c  65 63 74 69 6e 67 20 74  |by reselecting t|
00001200  68 65 20 22 49 6e 73 74  61 6c 6c 2e 2e 2e 22 20  |he "Install..." |
00001210  6f 70 74 69 6f 6e 20 66  72 6f 6d 20 74 68 65 0a  |option from the.|
00001220  69 63 6f 6e 62 61 72 20  6d 65 6e 75 2e 20 54 68  |iconbar menu. Th|
00001230  65 20 63 6f 6e 66 69 67  75 72 61 74 69 6f 6e 20  |e configuration |
00001240  6d 61 79 20 61 6c 73 6f  20 62 65 20 63 68 61 6e  |may also be chan|
00001250  67 65 64 20 62 79 20 73  65 6c 65 63 74 69 6e 67  |ged by selecting|
00001260  20 74 68 65 0a 22 43 6f  6e 66 69 67 75 72 65 2e  | the."Configure.|
00001270  2e 2e 22 20 6f 70 74 69  6f 6e 2e 0a 0a 0a 49 4e  |.." option....IN|
00001280  53 54 41 4c 4c 41 54 49  4f 4e 20 57 49 4e 44 4f  |STALLATION WINDO|
00001290  57 3a 20 57 45 4c 43 4f  4d 45 0a 0a 54 68 65 20  |W: WELCOME..The |
000012a0  66 69 72 73 74 20 69 6e  73 74 61 6c 6c 61 74 69  |first installati|
000012b0  6f 6e 20 77 69 6e 64 6f  77 20 64 69 73 70 6c 61  |on window displa|
000012c0  79 73 20 61 20 77 65 6c  63 6f 6d 65 20 6d 65 73  |ys a welcome mes|
000012d0  73 61 67 65 20 61 6e 64  20 61 6c 6c 6f 77 73 20  |sage and allows |
000012e0  74 68 65 0a 69 6e 74 65  72 61 63 74 69 76 65 20  |the.interactive |
000012f0  68 65 6c 70 20 76 69 65  77 65 72 20 74 6f 20 62  |help viewer to b|
00001300  65 20 73 74 61 72 74 65  64 2e 20 54 68 65 20 62  |e started. The b|
00001310  75 74 74 6f 6e 73 20 61  74 20 74 68 65 20 62 6f  |uttons at the bo|
00001320  74 74 6f 6d 20 6f 66 20  74 68 65 0a 77 69 6e 64  |ttom of the.wind|
00001330  6f 77 20 61 72 65 3a 0a  0a 20 20 20 20 43 61 6e  |ow are:..    Can|
00001340  63 65 6c 20 20 20 20 20  20 20 20 20 20 41 62 6f  |cel          Abo|
00001350  72 74 20 74 68 65 20 69  6e 73 74 61 6c 6c 61 74  |rt the installat|
00001360  69 6f 6e 20 77 69 74 68  6f 75 74 20 73 61 76 69  |ion without savi|
00001370  6e 67 20 61 20 63 6f 6e  66 69 67 75 72 61 74 69  |ng a configurati|
00001380  6f 6e 2e 0a 20 20 20 20  0a 20 20 20 20 48 65 6c  |on..    .    Hel|
00001390  70 20 20 20 20 20 20 20  20 20 20 20 20 53 74 61  |p            Sta|
000013a0  72 74 20 74 68 65 20 22  21 48 65 6c 70 22 20 61  |rt the "!Help" a|
000013b0  70 70 6c 69 63 61 74 69  6f 6e 20 74 6f 20 64 69  |pplication to di|
000013c0  73 70 6c 61 79 20 69 6e  74 65 72 61 63 74 69 76  |splay interactiv|
000013d0  65 0a 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |e.              |
000013e0  20 20 20 20 20 20 68 65  6c 70 2e 20 54 68 69 73  |      help. This|
000013f0  20 64 69 73 70 6c 61 79  73 20 69 6e 66 6f 72 6d  | displays inform|
00001400  61 74 69 6f 6e 20 61 62  6f 75 74 20 74 68 65 20  |ation about the |
00001410  69 74 65 6d 20 75 6e 64  65 72 20 74 68 65 0a 20  |item under the. |
00001420  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001430  20 20 20 70 6f 69 6e 74  65 64 2e 0a 20 20 20 20  |   pointed..    |
00001440  0a 20 20 20 20 43 6f 6e  74 69 6e 75 65 20 20 20  |.    Continue   |
00001450  20 20 20 20 20 41 64 76  61 6e 63 65 20 74 6f 20  |     Advance to |
00001460  74 68 65 20 6e 65 78 74  20 73 74 61 67 65 20 6f  |the next stage o|
00001470  66 20 74 68 65 20 69 6e  73 74 61 6c 6c 61 74 69  |f the installati|
00001480  6f 6e 20 70 72 6f 63 65  73 73 2e 0a 0a 0a 49 4e  |on process....IN|
00001490  53 54 41 4c 4c 41 54 49  4f 4e 20 57 49 4e 44 4f  |STALLATION WINDO|
000014a0  57 3a 20 43 4f 4e 46 49  47 55 52 41 54 49 4f 4e  |W: CONFIGURATION|
000014b0  20 43 4f 4d 50 4c 45 54  45 0a 0a 41 66 74 65 72  | COMPLETE..After|
000014c0  20 63 6f 6d 70 6c 65 74  69 6e 67 20 74 68 65 20  | completing the |
000014d0  62 61 73 69 63 20 69 6e  73 74 61 6c 6c 61 74 69  |basic installati|
000014e0  6f 6e 20 69 74 20 69 73  20 73 74 69 6c 6c 20 6e  |on it is still n|
000014f0  65 63 65 73 73 61 72 79  20 74 6f 20 63 6f 70 79  |ecessary to copy|
00001500  20 73 6f 6d 65 0a 66 69  6c 65 73 20 69 6e 74 6f  | some.files into|
00001510  20 74 68 65 20 50 43 20  70 61 72 74 69 74 69 6f  | the PC partitio|
00001520  6e 2e 20 54 68 65 20 62  75 74 74 6f 6e 73 20 61  |n. The buttons a|
00001530  74 20 74 68 65 20 62 6f  74 74 6f 6d 20 6f 66 20  |t the bottom of |
00001540  74 68 65 20 77 69 6e 64  6f 77 20 61 72 65 3a 0a  |the window are:.|
00001550  0a 20 20 20 20 43 61 6e  63 65 6c 20 20 20 20 20  |.    Cancel     |
00001560  20 20 20 20 20 41 62 6f  72 74 20 74 68 65 20 69  |     Abort the i|
00001570  6e 73 74 61 6c 6c 61 74  69 6f 6e 20 61 66 74 65  |nstallation afte|
00001580  72 20 73 61 76 69 6e 67  20 74 68 65 20 63 6f 6e  |r saving the con|
00001590  66 69 67 75 72 61 74 69  6f 6e 0a 20 20 20 20 20  |figuration.     |
000015a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 62  |               b|
000015b0  75 74 20 62 65 66 6f 72  65 20 69 6e 73 74 61 6c  |ut before instal|
000015c0  6c 69 6e 67 20 66 69 6c  65 73 20 69 6e 74 6f 20  |ling files into |
000015d0  74 68 65 20 50 43 20 70  61 72 74 69 74 69 6f 6e  |the PC partition|
000015e0  2e 0a 20 20 20 20 0a 20  20 20 20 43 75 73 74 6f  |..    .    Custo|
000015f0  6d 20 20 20 20 20 20 20  20 20 20 50 65 72 66 6f  |m          Perfo|
00001600  72 6d 20 61 20 63 75 73  74 6f 6d 20 69 6e 73 74  |rm a custom inst|
00001610  61 6c 6c 61 74 69 6f 6e  2e 20 54 68 69 73 20 61  |allation. This a|
00001620  6c 6c 6f 77 73 20 73 65  6c 65 63 74 69 6f 6e 20  |llows selection |
00001630  6f 66 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  |of.             |
00001640  20 20 20 20 20 20 20 74  68 65 20 63 6f 6d 70 6f  |       the compo|
00001650  6e 65 6e 74 73 20 74 6f  20 69 6e 73 74 61 6c 6c  |nents to install|
00001660  2c 20 61 73 20 77 65 6c  6c 20 61 73 20 61 6c 6c  |, as well as all|
00001670  6f 77 69 6e 67 20 74 68  65 0a 20 20 20 20 20 20  |owing the.      |
00001680  20 20 20 20 20 20 20 20  20 20 20 20 20 20 64 65  |              de|
00001690  73 74 69 6e 61 74 69 6f  6e 20 64 69 72 65 63 74  |stination direct|
000016a0  6f 72 69 65 73 20 61 6e  64 20 6f 74 68 65 72 20  |ories and other |
000016b0  6f 70 74 69 6f 6e 73 20  74 6f 20 62 65 20 73 65  |options to be se|
000016c0  6c 65 63 74 65 64 2e 0a  20 20 20 20 20 20 20 20  |lected..        |
000016d0  20 20 20 20 20 20 20 20  20 20 20 20 53 65 6c 65  |            Sele|
000016e0  63 74 69 6e 67 20 74 68  65 20 22 49 6e 73 74 61  |cting the "Insta|
000016f0  6c 6c 2e 2e 2e 22 20 6f  70 74 69 6f 6e 20 66 72  |ll..." option fr|
00001700  6f 6d 20 74 68 65 20 69  63 6f 6e 62 61 72 20 6d  |om the iconbar m|
00001710  65 6e 75 0a 20 20 20 20  20 20 20 20 20 20 20 20  |enu.            |
00001720  20 20 20 20 20 20 20 20  68 61 73 20 74 68 65 20  |        has the |
00001730  73 61 6d 65 20 65 66 66  65 63 74 2e 0a 20 20 20  |same effect..   |
00001740  20 0a 20 20 20 20 43 6f  6e 74 69 6e 75 65 20 20  | .    Continue  |
00001750  20 20 20 20 20 20 50 65  72 66 6f 72 6d 20 61 20  |      Perform a |
00001760  73 74 61 6e 64 61 72 64  20 69 6e 73 74 61 6c 6c  |standard install|
00001770  61 74 69 6f 6e 2e 20 54  68 69 73 20 63 6f 70 69  |ation. This copi|
00001780  65 73 20 74 68 65 20 44  4f 53 0a 20 20 20 20 20  |es the DOS.     |
00001790  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 75  |               u|
000017a0  74 69 6c 69 74 69 65 73  20 61 6e 64 20 64 65 76  |tilities and dev|
000017b0  69 63 65 20 64 72 69 76  65 72 20 74 6f 0a 20 20  |ice driver to.  |
000017c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000017d0  20 20 22 43 3a 5c 44 72  69 76 65 72 73 5c 33 72  |  "C:\Drivers\3r|
000017e0  64 50 61 72 74 79 5c 41  52 4d 45 64 69 74 22 20  |dParty\ARMEdit" |
000017f0  61 6e 64 20 6d 6f 64 69  66 69 65 73 20 74 68 65  |and modifies the|
00001800  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
00001810  20 20 20 20 20 41 55 54  4f 45 58 45 43 2e 42 41  |     AUTOEXEC.BA|
00001820  54 20 61 6e 64 20 43 4f  4e 46 49 47 2e 53 59 53  |T and CONFIG.SYS|
00001830  20 66 69 6c 65 73 20 61  73 20 72 65 71 75 69 72  | files as requir|
00001840  65 64 2e 0a 0a 54 68 65  20 66 69 6c 65 73 20 6d  |ed...The files m|
00001850  61 79 20 62 65 20 69 6e  73 74 61 6c 6c 65 64 20  |ay be installed |
00001860  6d 61 6e 75 61 6c 6c 79  20 62 79 20 75 73 69 6e  |manually by usin|
00001870  67 20 53 70 61 72 6b 46  53 20 6f 72 20 49 6e 66  |g SparkFS or Inf|
00001880  6f 2d 5a 49 50 27 73 20  55 6e 5a 69 70 0a 75 74  |o-ZIP's UnZip.ut|
00001890  69 6c 69 74 79 20 74 6f  20 64 65 63 6f 6d 70 72  |ility to decompr|
000018a0  65 73 73 20 74 68 65 20  61 72 63 68 69 76 65 73  |ess the archives|
000018b0  20 73 74 6f 72 65 64 20  69 6e 20 74 68 65 20 22  | stored in the "|
000018c0  21 41 52 4d 45 64 69 74  2e 49 6e 73 74 61 6c 6c  |!ARMEdit.Install|
000018d0  22 0a 64 69 72 65 63 74  6f 72 79 3a 0a 0a 20 20  |".directory:..  |
000018e0  20 20 43 6f 64 65 41 52  4d 20 20 20 20 20 20 20  |  CodeARM       |
000018f0  20 20 52 49 53 43 20 4f  53 20 53 57 49 20 76 65  |  RISC OS SWI ve|
00001900  6e 65 65 72 73 20 74 6f  20 74 68 65 20 41 52 4d  |neers to the ARM|
00001910  45 64 69 74 20 53 57 49  73 2e 0a 20 20 20 20 0a  |Edit SWIs..    .|
00001920  20 20 20 20 43 6f 64 65  50 43 20 20 20 20 20 20  |    CodePC      |
00001930  20 20 20 20 50 43 20 68  65 61 64 65 72 20 61 6e  |    PC header an|
00001940  64 20 6c 69 62 72 61 72  79 20 66 69 6c 65 73 20  |d library files |
00001950  61 6c 6c 6f 77 69 6e 67  20 65 78 74 72 61 20 75  |allowing extra u|
00001960  74 69 6c 69 74 69 65 73  20 74 6f 0a 20 20 20 20  |tilities to.    |
00001970  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001980  62 65 20 77 72 69 74 74  65 6e 2e 0a 20 20 20 20  |be written..    |
00001990  0a 20 20 20 20 44 65 76  69 63 65 20 20 20 20 20  |.    Device     |
000019a0  20 20 20 20 20 54 68 65  20 41 52 4d 45 44 49 54  |     The ARMEDIT|
000019b0  2e 53 59 53 20 64 65 76  69 63 65 20 64 72 69 76  |.SYS device driv|
000019c0  65 72 2e 0a 20 20 20 20  0a 20 20 20 20 55 74 69  |er..    .    Uti|
000019d0  6c 69 74 69 65 73 20 20  20 20 20 20 20 54 68 65  |lities       The|
000019e0  20 44 4f 53 20 63 6f 6d  6d 61 6e 64 20 6c 69 6e  | DOS command lin|
000019f0  65 20 75 74 69 6c 69 74  69 65 73 2e 0a 0a 0a 49  |e utilities....I|
00001a00  4e 53 54 41 4c 4c 41 54  49 4f 4e 20 57 49 4e 44  |NSTALLATION WIND|
00001a10  4f 57 3a 20 4f 50 54 49  4f 4e 53 0a 0a 53 65 6c  |OW: OPTIONS..Sel|
00001a20  65 63 74 69 6e 67 20 74  68 65 20 22 49 6e 73 74  |ecting the "Inst|
00001a30  61 6c 6c 2e 2e 2e 22 20  6d 65 6e 75 20 6f 70 74  |all..." menu opt|
00001a40  69 6f 6e 20 61 66 74 65  72 20 61 20 63 6f 6e 66  |ion after a conf|
00001a50  69 67 75 72 61 74 69 6f  6e 20 66 69 6c 65 20 68  |iguration file h|
00001a60  61 73 20 62 65 65 6e 0a  73 61 76 65 64 2c 20 6f  |as been.saved, o|
00001a70  72 20 63 6c 69 63 6b 69  6e 67 20 6f 6e 20 74 68  |r clicking on th|
00001a80  65 20 43 55 53 54 4f 4d  20 62 75 74 74 6f 6e 20  |e CUSTOM button |
00001a90  61 6c 6c 6f 77 73 20 6f  6e 65 20 6f 72 20 6d 6f  |allows one or mo|
00001aa0  72 65 20 63 6f 6d 70 6f  6e 65 6e 74 73 20 74 6f  |re components to|
00001ab0  20 62 65 0a 69 6e 73 74  61 6c 6c 65 64 2e 20 54  | be.installed. T|
00001ac0  68 65 20 61 76 61 69 6c  61 62 6c 65 20 63 6f 6d  |he available com|
00001ad0  70 6f 6e 65 6e 74 73 20  61 72 65 3a 0a 0a 20 20  |ponents are:..  |
00001ae0  20 20 43 6f 6d 6d 61 6e  64 20 6c 69 6e 65 20 75  |  Command line u|
00001af0  74 69 6c 69 74 69 65 73  0a 20 20 20 20 0a 20 20  |tilities.    .  |
00001b00  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001b10  20 20 54 68 69 73 20 6f  70 74 69 6f 6e 20 63 6f  |  This option co|
00001b20  70 69 65 73 20 74 68 65  20 44 4f 53 20 63 6f 6d  |pies the DOS com|
00001b30  6d 61 6e 64 20 6c 69 6e  65 20 75 74 69 6c 69 74  |mand line utilit|
00001b40  69 65 73 20 69 6e 74 6f  0a 20 20 20 20 20 20 20  |ies into.       |
00001b50  20 20 20 20 20 20 20 20  20 20 20 20 20 74 68 65  |             the|
00001b60  20 50 43 20 70 61 72 74  69 74 69 6f 6e 2e 20 54  | PC partition. T|
00001b70  68 65 20 41 55 54 4f 45  58 45 43 2e 42 41 54 20  |he AUTOEXEC.BAT |
00001b80  66 69 6c 65 20 77 69 6c  6c 20 61 6c 73 6f 20 72  |file will also r|
00001b90  65 71 75 69 72 65 0a 20  20 20 20 20 20 20 20 20  |equire.         |
00001ba0  20 20 20 20 20 20 20 20  20 20 20 6d 6f 64 69 66  |           modif|
00001bb0  69 63 61 74 69 6f 6e 20  74 6f 20 61 64 64 20 74  |ication to add t|
00001bc0  68 65 20 75 74 69 6c 69  74 69 65 73 20 74 6f 20  |he utilities to |
00001bd0  74 68 65 20 44 4f 53 20  73 65 61 72 63 68 20 70  |the DOS search p|
00001be0  61 74 68 2e 0a 20 20 20  20 0a 20 20 20 20 44 4f  |ath..    .    DO|
00001bf0  53 20 64 65 76 69 63 65  20 64 72 69 76 65 72 0a  |S device driver.|
00001c00  20 20 20 20 0a 20 20 20  20 20 20 20 20 20 20 20  |    .           |
00001c10  20 20 20 20 20 20 20 20  20 54 68 69 73 20 6f 70  |         This op|
00001c20  74 69 6f 6e 20 63 6f 70  69 65 73 20 74 68 65 20  |tion copies the |
00001c30  41 52 4d 45 44 49 54 2e  53 59 53 20 64 65 76 69  |ARMEDIT.SYS devi|
00001c40  63 65 20 64 72 69 76 65  72 20 69 6e 74 6f 20 74  |ce driver into t|
00001c50  68 65 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  |he.             |
00001c60  20 20 20 20 20 20 20 50  43 20 70 61 72 74 69 74  |       PC partit|
00001c70  69 6f 6e 2e 20 54 68 65  20 43 4f 4e 46 49 47 2e  |ion. The CONFIG.|
00001c80  53 59 53 20 66 69 6c 65  20 77 69 6c 6c 20 61 6c  |SYS file will al|
00001c90  73 6f 20 72 65 71 75 69  72 65 0a 20 20 20 20 20  |so require.     |
00001ca0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 6d  |               m|
00001cb0  6f 64 69 66 69 63 61 74  69 6f 6e 20 74 6f 20 6c  |odification to l|
00001cc0  6f 61 64 20 61 6e 64 20  63 6f 6e 66 69 67 75 72  |oad and configur|
00001cd0  65 20 74 68 65 20 64 65  76 69 63 65 20 64 72 69  |e the device dri|
00001ce0  76 65 72 2e 0a 20 20 20  20 0a 20 20 20 20 52 49  |ver..    .    RI|
00001cf0  53 43 20 4f 53 20 76 65  6e 65 65 72 73 20 66 6f  |SC OS veneers fo|
00001d00  72 20 41 52 4d 20 45 64  69 74 20 53 57 49 73 0a  |r ARM Edit SWIs.|
00001d10  20 20 20 20 0a 20 20 20  20 20 20 20 20 20 20 20  |    .           |
00001d20  20 20 20 20 20 20 20 20  20 54 68 69 73 20 6f 70  |         This op|
00001d30  74 69 6f 6e 20 61 6c 6c  6f 77 73 20 76 65 6e 65  |tion allows vene|
00001d40  65 72 73 20 74 6f 20 74  68 65 20 41 52 4d 45 64  |ers to the ARMEd|
00001d50  69 74 20 53 57 49 73 20  74 6f 20 62 65 0a 20 20  |it SWIs to be.  |
00001d60  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001d70  20 20 63 6f 70 69 65 64  20 74 6f 20 61 20 75 73  |  copied to a us|
00001d80  65 72 20 73 70 65 63 69  66 69 65 64 20 64 69 72  |er specified dir|
00001d90  65 63 74 6f 72 79 2e 0a  20 20 20 20 0a 20 20 20  |ectory..    .   |
00001da0  20 50 43 20 68 65 61 64  65 72 20 61 6e 64 20 6c  | PC header and l|
00001db0  69 62 72 61 72 79 20 66  69 6c 65 73 0a 20 20 20  |ibrary files.   |
00001dc0  20 0a 20 20 20 20 20 20  20 20 20 20 20 20 20 20  | .              |
00001dd0  20 20 20 20 20 20 54 68  69 73 20 6f 70 74 69 6f  |      This optio|
00001de0  6e 20 61 6c 6c 6f 77 73  20 74 68 65 20 50 43 20  |n allows the PC |
00001df0  73 6f 66 74 77 61 72 65  20 64 65 76 65 6c 6f 70  |software develop|
00001e00  6d 65 6e 74 20 68 65 61  64 65 72 20 61 6e 64 0a  |ment header and.|
00001e10  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001e20  20 20 20 20 6c 69 62 72  61 72 79 20 66 69 6c 65  |    library file|
00001e30  73 20 74 6f 20 62 65 20  63 6f 70 69 65 64 20 74  |s to be copied t|
00001e40  6f 20 61 20 75 73 65 72  20 73 70 65 63 69 66 69  |o a user specifi|
00001e50  65 64 20 64 69 72 65 63  74 6f 72 79 2e 0a 0a 54  |ed directory...T|
00001e60  68 65 72 65 20 61 72 65  20 61 6c 73 6f 20 74 77  |here are also tw|
00001e70  6f 20 62 75 74 74 6f 6e  73 20 61 74 20 74 68 65  |o buttons at the|
00001e80  20 62 6f 74 74 6f 6d 20  6f 66 20 74 68 65 20 77  | bottom of the w|
00001e90  69 6e 64 6f 77 3a 0a 0a  20 20 20 20 43 61 6e 63  |indow:..    Canc|
00001ea0  65 6c 20 20 20 20 20 20  20 20 20 20 41 62 6f 72  |el          Abor|
00001eb0  74 20 74 68 65 20 69 6e  73 74 61 6c 6c 61 74 69  |t the installati|
00001ec0  6f 6e 20 77 69 74 68 6f  75 74 20 69 6e 73 74 61  |on without insta|
00001ed0  6c 6c 69 6e 67 20 61 6e  79 20 63 6f 6d 70 6f 6e  |lling any compon|
00001ee0  65 6e 74 73 2e 0a 20 20  20 20 0a 20 20 20 20 49  |ents..    .    I|
00001ef0  6e 73 74 61 6c 6c 20 20  20 20 20 20 20 20 20 49  |nstall         I|
00001f00  6e 73 74 61 6c 6c 20 74  68 65 20 73 65 6c 65 63  |nstall the selec|
00001f10  74 65 64 20 63 6f 6d 70  6f 6e 65 6e 74 73 2e 20  |ted components. |
00001f20  54 68 69 73 20 77 69 6c  6c 20 74 68 65 6e 20 70  |This will then p|
00001f30  72 6f 6d 70 74 0a 20 20  20 20 20 20 20 20 20 20  |rompt.          |
00001f40  20 20 20 20 20 20 20 20  20 20 66 6f 72 20 61 6e  |          for an|
00001f50  79 20 72 65 71 75 69 72  65 20 64 65 74 61 69 6c  |y require detail|
00001f60  73 2e 0a 0a 0a 43 4f 4e  46 49 47 55 52 41 54 49  |s....CONFIGURATI|
00001f70  4f 4e 20 57 49 4e 44 4f  57 0a 0a 54 68 65 20 74  |ON WINDOW..The t|
00001f80  6f 70 20 61 72 65 61 20  6f 66 20 74 68 65 20 63  |op area of the c|
00001f90  6f 6e 66 69 67 75 72 61  74 69 6f 6e 20 77 69 6e  |onfiguration win|
00001fa0  64 6f 77 20 73 68 6f 77  73 20 61 6e 20 69 63 6f  |dow shows an ico|
00001fb0  6e 20 66 6f 72 20 65 61  63 68 20 61 72 65 61 20  |n for each area |
00001fc0  6f 66 0a 41 52 4d 45 64  69 74 20 74 68 61 74 20  |of.ARMEdit that |
00001fd0  6d 61 79 20 62 65 20 63  6f 6e 66 69 67 75 72 65  |may be configure|
00001fe0  64 2e 20 43 6c 69 63 6b  69 6e 67 20 6f 6e 20 61  |d. Clicking on a|
00001ff0  6e 20 69 63 6f 6e 20 77  69 6c 6c 20 6f 70 65 6e  |n icon will open|
00002000  20 61 6e 6f 74 68 65 72  20 77 69 6e 64 6f 77 0a  | another window.|
00002010  61 6c 6c 6f 77 69 6e 67  20 72 65 6c 65 76 61 6e  |allowing relevan|
00002020  74 20 6f 70 74 69 6f 6e  73 20 74 6f 20 62 65 20  |t options to be |
00002030  61 64 6a 75 73 74 65 64  2e 20 54 68 65 20 69 63  |adjusted. The ic|
00002040  6f 6e 73 20 61 72 65 3a  0a 0a 20 20 20 20 46 72  |ons are:..    Fr|
00002050  6f 6e 74 2d 65 6e 64 20  20 20 20 20 20 20 43 6f  |ont-end       Co|
00002060  6e 66 69 67 75 72 61 74  69 6f 6e 20 6f 70 74 69  |nfiguration opti|
00002070  6f 6e 73 20 73 70 65 63  69 66 69 63 20 74 6f 20  |ons specific to |
00002080  74 68 65 20 21 41 52 4d  45 64 69 74 20 66 72 6f  |the !ARMEdit fro|
00002090  6e 74 2d 65 6e 64 0a 20  20 20 20 20 20 20 20 20  |nt-end.         |
000020a0  20 20 20 20 20 20 20 20  20 20 20 61 70 70 6c 69  |           appli|
000020b0  63 61 74 69 6f 6e 2e 0a  20 20 20 20 0a 20 20 20  |cation..    .   |
000020c0  20 53 70 65 65 64 20 63  6f 6e 74 72 6f 6c 20 20  | Speed control  |
000020d0  20 43 6f 6e 74 72 6f 6c  20 6f 66 20 74 68 65 20  | Control of the |
000020e0  6d 75 6c 74 69 74 61 73  6b 69 6e 67 20 73 70 65  |multitasking spe|
000020f0  65 64 20 6f 66 20 74 68  65 20 50 43 20 63 61 72  |ed of the PC car|
00002100  64 2e 0a 20 20 20 20 0a  20 20 20 20 50 61 74 68  |d..    .    Path|
00002110  73 20 20 20 20 20 20 20  20 20 20 20 44 65 66 61  |s           Defa|
00002120  75 6c 74 20 70 61 74 68  73 20 66 6f 72 20 74 68  |ult paths for th|
00002130  65 20 50 43 20 63 61 72  64 20 66 72 6f 6e 74 2d  |e PC card front-|
00002140  65 6e 64 2c 20 63 6f 6e  66 69 67 75 72 61 74 69  |end, configurati|
00002150  6f 6e 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  |on.             |
00002160  20 20 20 20 20 20 20 75  74 69 6c 69 74 79 20 61  |       utility a|
00002170  6e 64 20 70 72 69 6d 61  72 79 20 44 4f 53 20 70  |nd primary DOS p|
00002180  61 72 74 69 74 69 6f 6e  2e 20 54 68 65 73 65 20  |artition. These |
00002190  61 72 65 20 75 73 65 64  20 66 6f 72 20 74 68 65  |are used for the|
000021a0  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
000021b0  20 20 20 20 20 6d 75 6c  74 69 70 6c 65 20 6e 61  |     multiple na|
000021c0  6d 65 64 20 63 6f 6e 66  69 67 75 72 61 74 69 6f  |med configuratio|
000021d0  6e 73 2e 0a 20 20 20 20  0a 20 20 20 20 43 6f 6e  |ns..    .    Con|
000021e0  66 69 67 75 72 61 74 69  6f 6e 73 20 20 43 6f 6e  |figurations  Con|
000021f0  66 69 67 75 72 61 74 69  6f 6e 20 6f 66 20 6d 75  |figuration of mu|
00002200  6c 74 69 70 6c 65 20 6e  61 6d 65 64 20 50 43 20  |ltiple named PC |
00002210  63 61 72 64 20 63 6f 6e  66 69 67 75 72 61 74 69  |card configurati|
00002220  6f 6e 73 2e 0a 0a 20 20  20 20 41 75 74 6f 20 72  |ons...    Auto r|
00002230  75 6e 20 20 20 20 20 20  20 20 53 70 65 63 69 66  |un        Specif|
00002240  79 20 6f 62 65 79 20 66  69 6c 65 73 20 74 6f 20  |y obey files to |
00002250  72 75 6e 20 77 68 65 6e  20 74 68 65 20 50 43 20  |run when the PC |
00002260  63 61 72 64 20 69 73 20  72 65 73 65 74 20 6f 72  |card is reset or|
00002270  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
00002280  20 20 20 20 20 71 75 69  74 2e 0a 0a 54 68 65 72  |     quit...Ther|
00002290  65 20 61 72 65 20 61 6c  73 6f 20 74 77 6f 20 62  |e are also two b|
000022a0  75 74 74 6f 6e 73 20 61  74 20 74 68 65 20 62 6f  |uttons at the bo|
000022b0  74 74 6f 6d 20 6f 66 20  74 68 65 20 77 69 6e 64  |ttom of the wind|
000022c0  6f 77 3a 0a 0a 20 20 20  20 53 61 76 65 20 20 20  |ow:..    Save   |
000022d0  20 20 20 20 20 20 20 20  20 53 61 76 65 20 61 6e  |         Save an|
000022e0  64 20 75 73 65 20 74 68  65 20 6d 6f 64 69 66 69  |d use the modifi|
000022f0  65 64 20 63 6f 6e 66 69  67 75 72 61 74 69 6f 6e  |ed configuration|
00002300  2e 20 54 68 65 20 63 68  61 6e 67 65 73 20 77 69  |. The changes wi|
00002310  6c 6c 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  |ll.             |
00002320  20 20 20 20 20 20 20 61  6c 73 6f 20 62 65 20 75  |       also be u|
00002330  73 65 64 20 77 68 65 6e  20 21 41 52 4d 45 64 69  |sed when !ARMEdi|
00002340  74 20 69 73 20 73 74 61  72 74 65 64 20 69 6e 20  |t is started in |
00002350  74 68 65 20 66 75 74 75  72 65 2e 0a 20 20 20 20  |the future..    |
00002360  0a 20 20 20 20 43 61 6e  63 65 6c 20 20 20 20 20  |.    Cancel     |
00002370  20 20 20 20 20 41 62 61  6e 64 6f 6e 20 61 6e 79  |     Abandon any|
00002380  20 63 68 61 6e 67 65 73  2e 20 49 66 20 41 44 4a  | changes. If ADJ|
00002390  55 53 54 20 69 73 20 75  73 65 64 20 74 68 65 6e  |UST is used then|
000023a0  20 74 68 65 0a 20 20 20  20 20 20 20 20 20 20 20  | the.           |
000023b0  20 20 20 20 20 20 20 20  20 63 6f 6e 66 69 67 75  |         configu|
000023c0  72 61 74 69 6f 6e 20 77  69 6e 64 6f 77 28 73 29  |ration window(s)|
000023d0  20 61 72 65 20 6b 65 70  74 20 6f 70 65 6e 2c 20  | are kept open, |
000023e0  61 6e 64 20 74 68 65 20  70 72 65 76 69 6f 75 73  |and the previous|
000023f0  6c 79 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  |ly.             |
00002400  20 20 20 20 20 20 20 73  61 76 65 64 20 63 6f 6e  |       saved con|
00002410  66 69 67 75 72 61 74 69  6f 6e 20 69 73 20 72 65  |figuration is re|
00002420  73 74 6f 72 65 64 2e 0a  0a 0a 43 4f 4e 46 49 47  |stored....CONFIG|
00002430  55 52 41 54 49 4f 4e 20  57 49 4e 44 4f 57 3a 20  |URATION WINDOW: |
00002440  46 52 4f 4e 54 2d 45 4e  44 0a 0a 41 20 73 69 6e  |FRONT-END..A sin|
00002450  67 6c 65 20 6f 70 74 69  6f 6e 20 69 73 20 73 75  |gle option is su|
00002460  70 70 6f 72 74 65 64 20  66 6f 72 20 63 6f 6e 66  |pported for conf|
00002470  69 67 75 72 69 6e 67 20  74 68 65 20 21 41 52 4d  |iguring the !ARM|
00002480  45 64 69 74 20 66 72 6f  6e 74 2d 65 6e 64 3a 0a  |Edit front-end:.|
00002490  0a 20 20 20 20 51 75 69  74 20 77 69 74 68 20 50  |.    Quit with P|
000024a0  43 20 73 6f 66 74 77 61  72 65 0a 20 20 20 20 0a  |C software.    .|
000024b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000024c0  20 20 20 20 53 65 6c 65  63 74 69 6e 67 20 74 68  |    Selecting th|
000024d0  69 73 20 6f 70 74 69 6f  6e 20 77 69 6c 6c 20 72  |is option will r|
000024e0  65 73 75 6c 74 20 69 6e  20 74 68 65 20 66 72 6f  |esult in the fro|
000024f0  6e 74 2d 65 6e 64 0a 20  20 20 20 20 20 20 20 20  |nt-end.         |
00002500  20 20 20 20 20 20 20 20  20 20 20 71 75 69 74 74  |           quitt|
00002510  69 6e 67 20 61 74 20 74  68 65 20 73 61 6d 65 20  |ing at the same |
00002520  74 69 6d 65 20 61 73 20  74 68 65 20 50 43 20 73  |time as the PC s|
00002530  6f 66 74 77 61 72 65 2e  20 54 68 69 73 20 69 73  |oftware. This is|
00002540  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
00002550  20 20 20 20 20 75 73 65  66 75 6c 20 69 66 20 74  |     useful if t|
00002560  68 65 20 61 70 70 6c 69  63 61 74 69 6f 6e 20 69  |he application i|
00002570  73 20 73 74 61 72 74 65  64 20 61 75 74 6f 6d 61  |s started automa|
00002580  74 69 63 61 6c 6c 79 20  77 68 65 6e 0a 20 20 20  |tically when.   |
00002590  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000025a0  20 74 68 65 20 50 43 20  73 6f 66 74 77 61 72 65  | the PC software|
000025b0  20 69 73 20 72 75 6e 2e  0a 0a 0a 43 4f 4e 46 49  | is run....CONFI|
000025c0  47 55 52 41 54 49 4f 4e  20 57 49 4e 44 4f 57 3a  |GURATION WINDOW:|
000025d0  20 53 50 45 45 44 20 43  4f 4e 54 52 4f 4c 0a 0a  | SPEED CONTROL..|
000025e0  54 68 65 20 64 65 66 61  75 6c 74 20 6d 75 6c 74  |The default mult|
000025f0  69 74 61 73 6b 69 6e 67  20 73 70 65 65 64 20 6f  |itasking speed o|
00002600  66 20 74 68 65 20 50 43  20 63 61 72 64 20 63 61  |f the PC card ca|
00002610  6e 20 62 65 20 73 65 74  20 69 6e 20 74 68 69 73  |n be set in this|
00002620  20 77 69 6e 64 6f 77 2e  0a 0a 20 20 20 20 46 6f  | window...    Fo|
00002630  72 65 67 72 6f 75 6e 64  20 20 20 20 20 20 54 68  |reground      Th|
00002640  69 73 20 69 73 20 74 68  65 20 73 65 74 74 69 6e  |is is the settin|
00002650  67 20 74 6f 20 75 73 65  20 77 68 65 6e 20 74 68  |g to use when th|
00002660  65 20 50 43 20 63 61 72  64 20 68 61 73 20 74 68  |e PC card has th|
00002670  65 20 69 6e 70 75 74 0a  20 20 20 20 20 20 20 20  |e input.        |
00002680  20 20 20 20 20 20 20 20  20 20 20 20 66 6f 63 75  |            focu|
00002690  73 2e 0a 20 20 20 20 0a  20 20 20 20 42 61 63 6b  |s..    .    Back|
000026a0  67 72 6f 75 6e 64 20 20  20 20 20 20 54 68 69 73  |ground      This|
000026b0  20 69 73 20 74 68 65 20  73 65 74 74 69 6e 67 20  | is the setting |
000026c0  74 6f 20 75 73 65 20 77  68 65 6e 20 74 68 65 20  |to use when the |
000026d0  50 43 20 63 61 72 64 20  68 61 73 20 6e 6f 74 20  |PC card has not |
000026e0  67 6f 74 0a 20 20 20 20  20 20 20 20 20 20 20 20  |got.            |
000026f0  20 20 20 20 20 20 20 20  74 68 65 20 69 6e 70 75  |        the inpu|
00002700  74 20 66 6f 63 75 73 2e  0a 0a 43 6c 69 63 6b 69  |t focus...Clicki|
00002710  6e 67 20 6f 6e 20 74 68  65 20 52 45 41 44 20 43  |ng on the READ C|
00002720  55 52 52 45 4e 54 20 69  63 6f 6e 20 77 69 6c 6c  |URRENT icon will|
00002730  20 73 65 74 20 74 68 65  20 69 63 6f 6e 73 20 66  | set the icons f|
00002740  72 6f 6d 20 74 68 65 20  63 75 72 72 65 6e 74 6c  |rom the currentl|
00002750  79 0a 61 63 74 69 76 65  20 73 70 65 65 64 2e 20  |y.active speed. |
00002760  54 68 69 73 20 63 61 6e  20 62 65 20 75 73 65 66  |This can be usef|
00002770  75 6c 20 69 66 20 74 68  65 20 6d 61 69 6e 20 73  |ul if the main s|
00002780  70 65 65 64 20 63 6f 6e  74 72 6f 6c 20 6f 70 74  |peed control opt|
00002790  69 6f 6e 20 68 61 73 20  62 65 65 6e 0a 75 73 65  |ion has been.use|
000027a0  64 20 74 6f 20 73 65 74  20 74 68 65 20 72 65 71  |d to set the req|
000027b0  75 69 72 65 64 20 73 70  65 65 64 2e 0a 0a 0a 43  |uired speed....C|
000027c0  4f 4e 46 49 47 55 52 41  54 49 4f 4e 20 57 49 4e  |ONFIGURATION WIN|
000027d0  44 4f 57 3a 20 50 41 54  48 53 0a 0a 54 68 69 73  |DOW: PATHS..This|
000027e0  20 77 69 6e 64 6f 77 20  61 6c 6c 6f 77 73 20 74  | window allows t|
000027f0  68 65 20 64 65 66 61 75  6c 74 20 61 70 70 6c 69  |he default appli|
00002800  63 61 74 69 6f 6e 20 70  61 74 68 73 20 74 6f 20  |cation paths to |
00002810  62 65 20 73 70 65 63 69  66 69 65 64 2e 20 54 68  |be specified. Th|
00002820  65 0a 77 72 69 74 61 62  6c 65 20 66 69 65 6c 64  |e.writable field|
00002830  73 20 6d 61 79 20 62 65  20 74 79 70 65 64 20 69  |s may be typed i|
00002840  6e 74 6f 20 64 69 72 65  63 74 6c 79 2c 20 6f 72  |nto directly, or|
00002850  20 61 6c 74 65 72 6e 61  74 69 76 65 6c 79 20 74  | alternatively t|
00002860  68 65 20 72 65 6c 65 76  61 6e 74 0a 69 63 6f 6e  |he relevant.icon|
00002870  20 6d 61 79 20 62 65 20  64 72 61 67 67 65 64 20  | may be dragged |
00002880  66 72 6f 6d 20 61 20 66  69 6c 65 72 20 77 69 6e  |from a filer win|
00002890  64 6f 77 20 61 6e 64 20  64 72 6f 70 70 65 64 20  |dow and dropped |
000028a0  69 6e 20 74 68 65 20 61  70 70 72 6f 70 72 69 61  |in the appropria|
000028b0  74 65 20 70 6c 61 63 65  2e 0a 54 68 65 20 72 65  |te place..The re|
000028c0  71 75 69 72 65 64 20 70  61 74 68 73 20 61 72 65  |quired paths are|
000028d0  3a 0a 0a 20 20 20 20 50  43 20 63 61 72 64 20 66  |:..    PC card f|
000028e0  72 6f 6e 74 2d 65 6e 64  20 73 6f 66 74 77 61 72  |ront-end softwar|
000028f0  65 0a 20 20 20 20 0a 20  20 20 20 20 20 20 20 20  |e.    .         |
00002900  20 20 20 20 20 20 20 20  20 20 20 54 68 69 73 20  |           This |
00002910  69 73 20 74 68 65 20 50  43 20 63 61 72 64 20 66  |is the PC card f|
00002920  72 6f 6e 74 2d 65 6e 64  20 73 6f 66 74 77 61 72  |ront-end softwar|
00002930  65 2c 20 65 2e 67 2e 20  21 50 43 2c 20 21 50 43  |e, e.g. !PC, !PC|
00002940  78 38 36 0a 20 20 20 20  20 20 20 20 20 20 20 20  |x86.            |
00002950  20 20 20 20 20 20 20 20  6f 72 20 21 50 43 34 38  |        or !PC48|
00002960  36 2e 0a 20 20 20 20 0a  20 20 20 20 43 6f 6e 66  |6..    .    Conf|
00002970  69 67 75 72 61 74 69 6f  6e 20 74 6f 6f 6c 20 73  |iguration tool s|
00002980  6f 66 74 77 61 72 65 0a  20 20 20 20 0a 20 20 20  |oftware.    .   |
00002990  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000029a0  20 54 68 69 73 20 69 73  20 74 68 65 20 61 73 73  | This is the ass|
000029b0  6f 63 69 61 74 65 64 20  61 70 70 6c 69 63 61 74  |ociated applicat|
000029c0  69 6f 6e 20 75 73 65 64  20 74 6f 20 65 64 69 74  |ion used to edit|
000029d0  20 74 68 65 20 50 43 0a  20 20 20 20 20 20 20 20  | the PC.        |
000029e0  20 20 20 20 20 20 20 20  20 20 20 20 63 61 72 64  |            card|
000029f0  20 63 6f 6e 66 69 67 75  72 61 74 69 6f 6e 2c 20  | configuration, |
00002a00  65 2e 67 2e 20 21 50 43  63 6f 6e 66 69 67 2e 0a  |e.g. !PCconfig..|
00002a10  20 20 20 20 0a 20 20 20  20 50 72 69 6d 61 72 79  |    .    Primary|
00002a20  20 70 61 72 74 69 74 69  6f 6e 20 6f 72 20 64 69  | partition or di|
00002a30  72 65 63 74 20 53 43 53  49 0a 20 20 20 20 0a 20  |rect SCSI.    . |
00002a40  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002a50  20 20 20 54 68 69 73 20  69 73 20 74 68 65 20 6d  |   This is the m|
00002a60  61 69 6e 20 50 43 20 70  61 72 74 69 74 69 6f 6e  |ain PC partition|
00002a70  2e 20 49 66 20 61 20 64  69 72 65 63 74 20 53 43  |. If a direct SC|
00002a80  53 49 20 44 4f 53 0a 20  20 20 20 20 20 20 20 20  |SI DOS.         |
00002a90  20 20 20 20 20 20 20 20  20 20 20 64 65 76 69 63  |           devic|
00002aa0  65 20 69 73 20 62 65 69  6e 67 20 75 73 65 64 20  |e is being used |
00002ab0  74 68 65 6e 20 74 68 65  20 70 61 74 68 20 6f 66  |then the path of|
00002ac0  20 74 68 65 20 72 6f 6f  74 20 64 69 72 65 63 74  | the root direct|
00002ad0  6f 72 79 0a 20 20 20 20  20 20 20 20 20 20 20 20  |ory.            |
00002ae0  20 20 20 20 20 20 20 20  73 68 6f 75 6c 64 20 62  |        should b|
00002af0  65 20 74 79 70 65 64 2c  20 65 2e 67 2e 20 22 53  |e typed, e.g. "S|
00002b00  43 53 49 3a 3a 34 2e 24  22 2e 20 44 69 72 65 63  |CSI::4.$". Direc|
00002b10  74 20 53 43 53 49 20 44  4f 53 0a 20 20 20 20 20  |t SCSI DOS.     |
00002b20  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 64  |               d|
00002b30  65 76 69 63 65 73 20 61  72 65 20 6f 6e 6c 79 20  |evices are only |
00002b40  73 75 70 70 6f 72 74 65  64 20 69 66 20 74 68 65  |supported if the|
00002b50  79 20 63 61 6e 20 62 65  20 61 63 63 65 73 73 65  |y can be accesse|
00002b60  64 20 76 69 61 0a 20 20  20 20 20 20 20 20 20 20  |d via.          |
00002b70  20 20 20 20 20 20 20 20  20 20 44 4f 53 46 53 20  |          DOSFS |
00002b80  6f 72 20 57 69 6e 39 35  46 53 2e 0a 0a 0a 43 4f  |or Win95FS....CO|
00002b90  4e 46 49 47 55 52 41 54  49 4f 4e 20 57 49 4e 44  |NFIGURATION WIND|
00002ba0  4f 57 3a 20 43 4f 4e 46  49 47 55 52 41 54 49 4f  |OW: CONFIGURATIO|
00002bb0  4e 53 0a 0a 54 68 65 20  6d 75 6c 74 69 70 6c 65  |NS..The multiple|
00002bc0  20 50 43 20 63 61 72 64  20 63 6f 6e 66 69 67 75  | PC card configu|
00002bd0  72 61 74 69 6f 6e 73 20  6f 66 66 65 72 65 64 20  |rations offered |
00002be0  62 79 20 74 68 65 20 6d  61 69 6e 20 21 41 52 4d  |by the main !ARM|
00002bf0  45 64 69 74 20 6d 65 6e  75 20 63 61 6e 20 62 65  |Edit menu can be|
00002c00  0a 76 69 65 77 65 64 20  6f 72 20 63 6f 6e 66 69  |.viewed or confi|
00002c10  67 75 72 65 64 20 75 73  69 6e 67 20 74 68 69 73  |gured using this|
00002c20  20 77 69 6e 64 6f 77 2e  20 54 68 65 20 74 6f 70  | window. The top|
00002c30  20 73 65 63 74 69 6f 6e  20 6f 66 20 74 68 65 20  | section of the |
00002c40  77 69 6e 64 6f 77 0a 63  6f 6e 74 61 69 6e 73 20  |window.contains |
00002c50  61 20 73 69 6e 67 6c 65  20 6f 70 74 69 6f 6e 3a  |a single option:|
00002c60  0a 0a 20 20 20 20 49 6e  63 6c 75 64 65 20 44 4f  |..    Include DO|
00002c70  53 20 66 69 6c 65 73 0a  20 20 20 20 0a 20 20 20  |S files.    .   |
00002c80  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002c90  20 53 65 6c 65 63 74 69  6e 67 20 74 68 69 73 20  | Selecting this |
00002ca0  6f 70 74 69 6f 6e 20 63  61 75 73 65 73 20 43 4f  |option causes CO|
00002cb0  4e 46 49 47 2e 53 59 53  20 61 6e 64 20 41 55 54  |NFIG.SYS and AUT|
00002cc0  4f 45 58 45 43 2e 42 41  54 0a 20 20 20 20 20 20  |OEXEC.BAT.      |
00002cd0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 74 6f  |              to|
00002ce0  20 62 65 20 61 75 74 6f  6d 61 74 69 63 61 6c 6c  | be automaticall|
00002cf0  79 20 69 6e 63 6c 75 64  65 64 20 77 69 74 68 20  |y included with |
00002d00  63 6f 70 69 65 73 20 6f  66 20 74 68 65 0a 20 20  |copies of the.  |
00002d10  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002d20  20 20 22 43 75 72 72 65  6e 74 20 63 6f 6e 66 69  |  "Current confi|
00002d30  67 75 72 61 74 69 6f 6e  22 2e 0a 0a 54 68 65 20  |guration"...The |
00002d40  6d 61 69 6e 20 61 72 65  61 20 6f 66 20 74 68 65  |main area of the|
00002d50  20 77 69 6e 64 6f 77 20  61 6c 6c 6f 77 73 20 74  | window allows t|
00002d60  68 65 20 61 63 74 75 61  6c 20 63 6f 6e 66 69 67  |he actual config|
00002d70  75 72 61 74 69 6f 6e 73  20 74 6f 20 62 65 20 65  |urations to be e|
00002d80  64 69 74 65 64 2e 0a 41  74 20 74 68 65 20 74 6f  |dited..At the to|
00002d90  70 20 69 73 20 61 20 77  72 69 74 61 62 6c 65 20  |p is a writable |
00002da0  69 63 6f 6e 20 67 69 76  69 6e 67 20 74 68 65 20  |icon giving the |
00002db0  6e 61 6d 65 20 6f 66 20  74 68 65 20 73 65 6c 65  |name of the sele|
00002dc0  63 74 65 64 20 63 6f 6e  66 69 67 75 72 61 74 69  |cted configurati|
00002dd0  6f 6e 2e 0a 54 68 65 20  6e 61 6d 65 20 6f 66 20  |on..The name of |
00002de0  61 6e 79 20 63 6f 6e 66  69 67 75 72 61 74 69 6f  |any configuratio|
00002df0  6e 20 28 6f 74 68 65 72  20 74 68 61 6e 20 74 68  |n (other than th|
00002e00  65 20 22 43 75 72 72 65  6e 74 20 63 6f 6e 66 69  |e "Current confi|
00002e10  67 75 72 61 74 69 6f 6e  22 29 20 6d 61 79 20 62  |guration") may b|
00002e20  65 0a 63 68 61 6e 67 65  64 20 62 79 20 73 69 6d  |e.changed by sim|
00002e30  70 6c 79 20 74 79 70 69  6e 67 20 61 20 6e 65 77  |ply typing a new|
00002e40  20 6e 61 6d 65 20 69 6e  74 6f 20 74 68 65 20 69  | name into the i|
00002e50  63 6f 6e 2e 0a 0a 43 6c  69 63 6b 69 6e 67 20 53  |con...Clicking S|
00002e60  45 4c 45 43 54 20 6f 6e  20 74 68 65 20 70 6f 70  |ELECT on the pop|
00002e70  75 70 20 62 75 74 74 6f  6e 20 74 6f 20 74 68 65  |up button to the|
00002e80  20 72 69 67 68 74 20 6f  66 20 74 68 65 20 63 6f  | right of the co|
00002e90  6e 66 69 67 75 72 61 74  69 6f 6e 20 6e 61 6d 65  |nfiguration name|
00002ea0  2c 0a 6f 72 20 4d 45 4e  55 20 61 6e 79 77 68 65  |,.or MENU anywhe|
00002eb0  72 65 20 69 6e 20 74 68  65 20 77 69 6e 64 6f 77  |re in the window|
00002ec0  2c 20 6f 70 65 6e 73 20  61 20 6d 65 6e 75 20 67  |, opens a menu g|
00002ed0  69 76 69 6e 67 20 61 20  63 6f 75 70 6c 65 20 6f  |iving a couple o|
00002ee0  66 20 6f 70 74 69 6f 6e  73 20 61 6e 64 0a 61 20  |f options and.a |
00002ef0  6c 69 73 74 20 6f 66 20  74 68 65 20 64 65 66 69  |list of the defi|
00002f00  6e 65 64 20 63 6f 6e 66  69 67 75 72 61 74 69 6f  |ned configuratio|
00002f10  6e 73 2e 20 54 68 65 20  6f 70 74 69 6f 6e 73 20  |ns. The options |
00002f20  61 72 65 3a 0a 0a 20 20  20 20 43 6f 70 79 20 20  |are:..    Copy  |
00002f30  20 20 20 20 20 20 20 20  20 20 43 72 65 61 74 65  |          Create|
00002f40  20 61 20 63 6f 70 79 20  6f 66 20 74 68 65 20 73  | a copy of the s|
00002f50  65 6c 65 63 74 65 64 20  63 6f 6e 66 69 67 75 72  |elected configur|
00002f60  61 74 69 6f 6e 2e 20 54  68 65 20 63 6f 70 79 20  |ation. The copy |
00002f70  69 73 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  |is.             |
00002f80  20 20 20 20 20 20 20 61  73 20 65 78 61 63 74 20  |       as exact |
00002f90  64 75 70 6c 69 63 61 74  65 20 6f 66 20 74 68 65  |duplicate of the|
00002fa0  20 65 78 69 73 74 69 6e  67 20 63 6f 6e 66 69 67  | existing config|
00002fb0  75 72 61 74 69 6f 6e 2c  20 65 78 63 65 70 74 0a  |uration, except.|
00002fc0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002fd0  20 20 20 20 77 68 65 6e  20 74 68 65 20 22 43 75  |    when the "Cu|
00002fe0  72 72 65 6e 74 20 63 6f  6e 66 69 67 75 72 61 74  |rrent configurat|
00002ff0  69 6f 6e 22 20 69 73 20  73 65 6c 65 63 74 65 64  |ion" is selected|
00003000  2e 20 57 68 65 6e 20 74  68 65 0a 20 20 20 20 20  |. When the.     |
00003010  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 63  |               c|
00003020  75 72 72 65 6e 74 20 63  6f 6e 66 69 67 75 72 61  |urrent configura|
00003030  74 69 6f 6e 20 69 73 20  63 6f 70 69 65 64 20 69  |tion is copied i|
00003040  74 20 69 73 20 67 69 76  65 6e 20 74 68 65 20 6e  |t is given the n|
00003050  61 6d 65 0a 20 20 20 20  20 20 20 20 20 20 20 20  |ame.            |
00003060  20 20 20 20 20 20 20 20  22 4e 65 77 20 63 6f 6e  |        "New con|
00003070  66 69 67 75 72 61 74 69  6f 6e 22 20 61 6e 64 20  |figuration" and |
00003080  74 68 65 20 22 49 6e 63  6c 75 64 65 20 44 4f 53  |the "Include DOS|
00003090  20 66 69 6c 65 73 22 20  6f 70 74 69 6f 6e 0a 20  | files" option. |
000030a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000030b0  20 20 20 69 73 20 75 73  65 64 2e 0a 20 20 20 20  |   is used..    |
000030c0  0a 20 20 20 20 44 65 6c  65 74 65 20 20 20 20 20  |.    Delete     |
000030d0  20 20 20 20 20 44 65 6c  65 74 65 20 74 68 65 20  |     Delete the |
000030e0  73 65 6c 65 63 74 65 64  20 63 6f 6e 66 69 67 75  |selected configu|
000030f0  72 61 74 69 6f 6e 2e 20  54 68 65 20 63 75 72 72  |ration. The curr|
00003100  65 6e 74 0a 20 20 20 20  20 20 20 20 20 20 20 20  |ent.            |
00003110  20 20 20 20 20 20 20 20  63 6f 6e 66 69 67 75 72  |        configur|
00003120  61 74 69 6f 6e 20 63 61  6e 6e 6f 74 20 62 65 20  |ation cannot be |
00003130  64 65 6c 65 74 65 64 2e  0a 0a 43 6c 69 63 6b 69  |deleted...Clicki|
00003140  6e 67 20 6f 6e 20 6f 6e  65 20 6f 66 20 74 68 65  |ng on one of the|
00003150  20 63 6f 6e 66 69 67 75  72 61 74 69 6f 6e 20 6e  | configuration n|
00003160  61 6d 65 73 20 73 65 6c  65 63 74 73 20 74 68 61  |ames selects tha|
00003170  74 20 63 6f 6e 66 69 67  75 72 61 74 69 6f 6e 20  |t configuration |
00003180  66 6f 72 0a 65 64 69 74  69 6e 67 2e 0a 0a 42 65  |for.editing...Be|
00003190  6c 6f 77 20 74 68 65 20  63 6f 6e 66 69 67 75 72  |low the configur|
000031a0  61 74 69 6f 6e 20 6e 61  6d 65 20 73 6f 6d 65 20  |ation name some |
000031b0  69 63 6f 6e 73 20 61 72  65 20 73 68 6f 77 6e 2e  |icons are shown.|
000031c0  20 43 6c 69 63 6b 69 6e  67 20 6f 6e 20 61 6e 20  | Clicking on an |
000031d0  69 63 6f 6e 20 77 69 6c  6c 0a 65 69 74 68 65 72  |icon will.either|
000031e0  20 70 65 72 66 6f 72 6d  20 61 6e 20 61 63 74 69  | perform an acti|
000031f0  6f 6e 20 6f 72 20 6f 70  65 6e 20 61 6e 6f 74 68  |on or open anoth|
00003200  65 72 20 77 69 6e 64 6f  77 20 61 6c 6c 6f 77 69  |er window allowi|
00003210  6e 67 20 61 73 70 65 63  74 73 20 6f 66 20 74 68  |ng aspects of th|
00003220  65 0a 63 6f 6e 66 69 67  75 72 61 74 69 6f 6e 20  |e.configuration |
00003230  74 6f 20 62 65 20 65 64  69 74 65 64 2e 20 54 68  |to be edited. Th|
00003240  65 20 69 63 6f 6e 73 20  61 72 65 3a 0a 0a 20 20  |e icons are:..  |
00003250  20 20 43 6f 6e 66 69 67  20 75 74 69 6c 69 74 79  |  Config utility|
00003260  20 20 43 6c 69 63 6b 69  6e 67 20 6f 6e 20 74 68  |  Clicking on th|
00003270  69 73 20 69 63 6f 6e 20  77 69 6c 6c 20 73 74 61  |is icon will sta|
00003280  72 74 20 74 68 65 20 50  43 20 63 61 72 64 20 63  |rt the PC card c|
00003290  6f 6e 66 69 67 75 72 61  74 69 6f 6e 0a 20 20 20  |onfiguration.   |
000032a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000032b0  20 74 6f 6f 6c 20 74 6f  20 65 64 69 74 20 74 68  | tool to edit th|
000032c0  65 20 73 65 6c 65 63 74  65 64 20 63 6f 6e 66 69  |e selected confi|
000032d0  67 75 72 61 74 69 6f 6e  2e 20 54 68 65 20 61 70  |guration. The ap|
000032e0  70 6c 69 63 61 74 69 6f  6e 0a 20 20 20 20 20 20  |plication.      |
000032f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 74 6f  |              to|
00003300  20 75 73 65 20 6d 61 79  20 62 65 20 63 68 61 6e  | use may be chan|
00003310  67 65 64 20 69 6e 20 65  69 74 68 65 72 20 74 68  |ged in either th|
00003320  65 20 67 6c 6f 62 61 6c  20 6f 72 0a 20 20 20 20  |e global or.    |
00003330  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00003340  63 6f 6e 66 69 67 75 72  61 74 69 6f 6e 20 73 70  |configuration sp|
00003350  65 63 69 66 69 63 20 70  61 74 68 73 20 6f 70 74  |ecific paths opt|
00003360  69 6f 6e 2e 0a 20 20 20  20 0a 20 20 20 20 54 65  |ion..    .    Te|
00003370  78 74 20 65 64 69 74 6f  72 20 20 20 20 20 43 6c  |xt editor     Cl|
00003380  69 63 6b 69 6e 67 20 6f  6e 20 74 68 69 73 20 69  |icking on this i|
00003390  63 6f 6e 20 6c 6f 61 64  73 20 74 68 65 20 73 65  |con loads the se|
000033a0  6c 65 63 74 65 64 20 63  6f 6e 66 69 67 75 72 61  |lected configura|
000033b0  74 69 6f 6e 0a 20 20 20  20 20 20 20 20 20 20 20  |tion.           |
000033c0  20 20 20 20 20 20 20 20  20 69 6e 74 6f 20 61 20  |         into a |
000033d0  74 65 78 74 20 65 64 69  74 6f 72 2e 20 54 68 69  |text editor. Thi|
000033e0  73 20 75 73 65 73 20 74  68 65 20 45 78 74 65 72  |s uses the Exter|
000033f0  6e 61 6c 20 44 61 74 61  20 45 64 69 74 69 6e 67  |nal Data Editing|
00003400  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
00003410  20 20 20 20 20 50 72 6f  74 6f 63 6f 6c 2c 20 73  |     Protocol, s|
00003420  6f 20 21 45 64 69 74 20  69 73 20 6e 6f 74 20 73  |o !Edit is not s|
00003430  75 70 70 6f 72 74 65 64  2e 20 55 73 65 20 74 68  |upported. Use th|
00003440  69 73 20 74 6f 20 69 6e  63 6c 75 64 65 0a 20 20  |is to include.  |
00003450  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00003460  20 20 6e 6f 6e 2d 73 74  61 6e 64 61 72 64 20 6f  |  non-standard o|
00003470  70 74 69 6f 6e 73 20 69  6e 20 74 68 65 20 63 6f  |ptions in the co|
00003480  6e 66 69 67 75 72 61 74  69 6f 6e 2e 0a 20 20 20  |nfiguration..   |
00003490  20 0a 20 20 20 20 50 61  74 68 73 20 20 20 20 20  | .    Paths     |
000034a0  20 20 20 20 20 20 4f 70  65 6e 20 61 20 77 69 6e  |      Open a win|
000034b0  64 6f 77 20 61 6c 6c 6f  77 69 6e 67 20 74 68 65  |dow allowing the|
000034c0  20 70 61 74 68 73 20 73  70 65 63 69 66 69 63 20  | paths specific |
000034d0  74 6f 20 74 68 69 73 0a  20 20 20 20 20 20 20 20  |to this.        |
000034e0  20 20 20 20 20 20 20 20  20 20 20 20 61 70 70 6c  |            appl|
000034f0  69 63 61 74 69 6f 6e 20  74 6f 20 62 65 20 63 68  |ication to be ch|
00003500  61 6e 67 65 64 2e 0a 20  20 20 20 0a 20 20 20 20  |anged..    .    |
00003510  44 4f 53 20 66 69 6c 65  73 20 20 20 20 20 20 20  |DOS files       |
00003520  4f 70 65 6e 20 61 20 77  69 6e 64 6f 77 20 6c 69  |Open a window li|
00003530  73 74 69 6e 67 20 74 68  65 20 44 4f 53 20 66 69  |sting the DOS fi|
00003540  6c 65 73 20 61 73 73 6f  63 69 61 74 65 64 20 77  |les associated w|
00003550  69 74 68 20 74 68 65 0a  20 20 20 20 20 20 20 20  |ith the.        |
00003560  20 20 20 20 20 20 20 20  20 20 20 20 73 65 6c 65  |            sele|
00003570  63 74 65 64 20 63 6f 6e  66 69 67 75 72 61 74 69  |cted configurati|
00003580  6f 6e 2e 20 54 68 69 73  20 61 6c 6c 6f 77 73 20  |on. This allows |
00003590  74 68 65 20 6c 69 73 74  20 74 6f 20 62 65 0a 20  |the list to be. |
000035a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000035b0  20 20 20 63 68 61 6e 67  65 64 2c 20 61 6e 64 20  |   changed, and |
000035c0  66 6f 72 20 74 68 65 20  63 6f 70 69 65 73 20 6f  |for the copies o|
000035d0  66 20 74 68 65 20 66 69  6c 65 73 20 74 6f 20 62  |f the files to b|
000035e0  65 20 75 70 64 61 74 65  64 2e 0a 0a 43 4f 4e 46  |e updated...CONF|
000035f0  49 47 55 52 41 54 49 4f  4e 20 57 49 4e 44 4f 57  |IGURATION WINDOW|
00003600  3a 20 43 4f 4e 46 49 47  55 52 41 54 49 4f 4e 53  |: CONFIGURATIONS|
00003610  20 2d 20 50 41 54 48 53  0a 0a 54 68 69 73 20 77  | - PATHS..This w|
00003620  69 6e 64 6f 77 20 61 6c  6c 6f 77 73 20 74 68 65  |indow allows the|
00003630  20 61 70 70 6c 69 63 61  74 69 6f 6e 20 70 61 74  | application pat|
00003640  68 73 20 61 73 73 6f 63  69 61 74 65 64 20 77 69  |hs associated wi|
00003650  74 68 20 61 20 63 6f 6e  66 69 67 75 72 61 74 69  |th a configurati|
00003660  6f 6e 20 74 6f 0a 62 65  20 73 70 65 63 69 66 69  |on to.be specifi|
00003670  65 64 2e 20 54 68 69 73  20 69 73 20 73 69 6d 69  |ed. This is simi|
00003680  6c 61 72 20 74 6f 20 74  68 65 20 64 65 66 61 75  |lar to the defau|
00003690  6c 74 20 70 61 74 68 73  20 77 69 6e 64 6f 77 3b  |lt paths window;|
000036a0  20 74 68 65 20 6d 61 69  6e 0a 64 69 66 66 65 72  | the main.differ|
000036b0  65 6e 63 65 20 62 65 69  6e 67 20 74 68 61 74 20  |ence being that |
000036c0  74 68 65 20 77 69 6e 64  6f 77 20 69 73 20 73 70  |the window is sp|
000036d0  6c 69 74 20 69 6e 74 6f  20 74 77 6f 20 73 65 63  |lit into two sec|
000036e0  74 69 6f 6e 73 20 77 69  74 68 20 61 73 73 6f 63  |tions with assoc|
000036f0  69 61 74 65 64 0a 72 61  64 69 6f 20 62 75 74 74  |iated.radio butt|
00003700  6f 6e 73 3a 0a 0a 20 20  20 20 55 73 65 20 64 65  |ons:..    Use de|
00003710  66 61 75 6c 74 20 70 61  74 68 73 0a 0a 20 20 20  |fault paths..   |
00003720  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00003730  20 53 65 6c 65 63 74 69  6e 67 20 74 68 69 73 20  | Selecting this |
00003740  6f 70 74 69 6f 6e 20 75  73 65 73 20 74 68 65 20  |option uses the |
00003750  64 65 66 61 75 6c 74 20  70 61 74 68 73 20 66 6f  |default paths fo|
00003760  72 20 74 68 69 73 0a 20  20 20 20 20 20 20 20 20  |r this.         |
00003770  20 20 20 20 20 20 20 20  20 20 20 63 6f 6e 66 69  |           confi|
00003780  67 75 72 61 74 69 6f 6e  2e 0a 20 20 20 20 0a 20  |guration..    . |
00003790  20 20 20 53 70 65 63 69  66 79 20 6f 74 68 65 72  |   Specify other|
000037a0  20 20 20 53 65 6c 65 63  74 69 6e 67 20 74 68 69  |   Selecting thi|
000037b0  73 20 6f 70 74 69 6f 6e  20 61 6c 6c 6f 77 73 20  |s option allows |
000037c0  74 68 65 20 70 61 74 68  73 20 74 6f 20 62 65 20  |the paths to be |
000037d0  63 68 61 6e 67 65 64 20  66 6f 72 0a 20 20 20 20  |changed for.    |
000037e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000037f0  74 68 69 73 20 63 6f 6e  66 69 67 75 72 61 74 69  |this configurati|
00003800  6f 6e 2e 0a 0a 45 61 63  68 20 63 6f 6e 66 69 67  |on...Each config|
00003810  75 72 61 74 69 6f 6e 20  6d 61 79 20 68 61 76 65  |uration may have|
00003820  20 69 74 73 20 6f 77 6e  20 69 6e 64 65 70 65 6e  | its own indepen|
00003830  64 65 6e 74 20 70 61 74  68 20 73 65 74 74 69 6e  |dent path settin|
00003840  67 73 2e 0a 0a 0a 43 4f  4e 46 49 47 55 52 41 54  |gs....CONFIGURAT|
00003850  49 4f 4e 20 57 49 4e 44  4f 57 3a 20 43 4f 4e 46  |ION WINDOW: CONF|
00003860  49 47 55 52 41 54 49 4f  4e 53 20 2d 20 44 4f 53  |IGURATIONS - DOS|
00003870  20 46 49 4c 45 53 0a 0a  54 68 65 20 74 6f 70 20  | FILES..The top |
00003880  68 61 6c 66 20 6f 66 20  74 68 69 73 20 77 69 6e  |half of this win|
00003890  64 6f 77 20 6c 69 73 74  73 20 74 68 65 20 44 4f  |dow lists the DO|
000038a0  53 20 66 69 6c 65 73 20  61 73 73 6f 63 69 61 74  |S files associat|
000038b0  65 64 20 77 69 74 68 20  74 68 65 20 73 65 6c 65  |ed with the sele|
000038c0  63 74 65 64 0a 63 6f 6e  66 69 67 75 72 61 74 69  |cted.configurati|
000038d0  6f 6e 2e 20 49 66 20 61  20 66 69 6c 65 20 69 73  |on. If a file is|
000038e0  20 72 65 66 65 72 65 6e  63 65 64 20 77 69 74 68  | referenced with|
000038f0  20 72 65 73 70 65 63 74  20 74 6f 20 74 68 65 20  | respect to the |
00003900  70 72 69 6d 61 72 79 20  70 61 72 74 69 74 69 6f  |primary partitio|
00003910  6e 0a 74 68 65 6e 20 74  68 65 20 70 61 72 74 69  |n.then the parti|
00003920  74 69 6f 6e 20 70 61 74  68 20 69 73 20 64 69 73  |tion path is dis|
00003930  70 6c 61 79 65 64 20 69  6e 20 67 72 65 79 2e 20  |played in grey. |
00003940  43 6c 69 63 6b 20 6f 6e  20 74 68 65 20 6e 61 6d  |Click on the nam|
00003950  65 20 6f 66 20 61 20 66  69 6c 65 20 74 6f 0a 73  |e of a file to.s|
00003960  65 6c 65 63 74 20 69 74  2e 0a 0a 54 68 65 20 6c  |elect it...The l|
00003970  6f 77 65 72 20 68 61 6c  66 20 6f 66 20 74 68 65  |ower half of the|
00003980  20 77 69 6e 64 6f 77 20  61 6c 6c 6f 77 73 20 74  | window allows t|
00003990  68 65 20 64 65 74 61 69  6c 73 20 6f 66 20 61 20  |he details of a |
000039a0  66 69 6c 65 20 74 6f 20  62 65 20 76 69 65 77 65  |file to be viewe|
000039b0  64 20 6f 72 0a 63 68 61  6e 67 65 64 2e 20 54 68  |d or.changed. Th|
000039c0  65 20 77 72 69 74 61 62  6c 65 20 66 69 65 6c 64  |e writable field|
000039d0  20 6d 61 79 20 62 65 20  74 79 70 65 64 20 69 6e  | may be typed in|
000039e0  74 6f 20 64 69 72 65 63  74 6c 79 2c 20 6f 72 20  |to directly, or |
000039f0  61 6c 74 65 72 6e 61 74  69 76 65 6c 79 20 74 68  |alternatively th|
00003a00  65 0a 72 65 6c 65 76 61  6e 74 20 69 63 6f 6e 20  |e.relevant icon |
00003a10  6d 61 79 20 62 65 20 64  72 61 67 67 65 64 20 66  |may be dragged f|
00003a20  72 6f 6d 20 61 20 66 69  6c 65 72 20 77 69 6e 64  |rom a filer wind|
00003a30  6f 77 20 61 6e 64 20 64  72 6f 70 70 65 64 20 6f  |ow and dropped o|
00003a40  6e 20 74 68 65 20 61 72  72 6f 77 2e 0a 54 68 65  |n the arrow..The|
00003a50  20 22 4e 61 6d 65 20 69  73 20 72 65 6c 61 74 69  | "Name is relati|
00003a60  76 65 20 74 6f 20 70 61  72 74 69 74 69 6f 6e 22  |ve to partition"|
00003a70  20 6f 70 74 69 6f 6e 20  63 6f 6e 74 72 6f 6c 73  | option controls|
00003a80  20 77 68 65 74 68 65 72  20 74 68 65 20 70 72 69  | whether the pri|
00003a90  6d 61 72 79 0a 70 61 72  74 69 74 69 6f 6e 20 70  |mary.partition p|
00003aa0  61 74 68 20 73 68 6f 75  6c 64 20 62 65 20 70 72  |ath should be pr|
00003ab0  65 66 69 78 65 64 20 74  6f 20 74 68 65 20 66 69  |efixed to the fi|
00003ac0  6c 65 6e 61 6d 65 2e 0a  0a 54 68 65 72 65 20 61  |lename...There a|
00003ad0  72 65 20 74 77 6f 20 73  70 65 63 69 61 6c 20 62  |re two special b|
00003ae0  75 74 74 6f 6e 73 20 6e  65 61 72 20 74 68 65 20  |uttons near the |
00003af0  62 6f 74 74 6f 6d 20 6f  66 20 74 68 65 20 77 69  |bottom of the wi|
00003b00  6e 64 6f 77 3a 0a 0a 20  20 20 20 52 65 6d 6f 76  |ndow:..    Remov|
00003b10  65 20 20 20 20 20 20 20  20 20 20 52 65 6d 6f 76  |e          Remov|
00003b20  65 20 74 68 65 20 73 65  6c 65 63 74 65 64 20 66  |e the selected f|
00003b30  69 6c 65 20 66 72 6f 6d  20 74 68 65 20 63 6f 6e  |ile from the con|
00003b40  66 69 67 75 72 61 74 69  6f 6e 2e 0a 20 20 20 20  |figuration..    |
00003b50  0a 20 20 20 20 55 70 64  61 74 65 20 63 6f 70 69  |.    Update copi|
00003b60  65 73 20 20 20 4d 61 6b  65 20 6e 65 77 20 63 6f  |es   Make new co|
00003b70  70 69 65 73 20 6f 66 20  74 68 65 20 66 69 6c 65  |pies of the file|
00003b80  73 20 61 73 73 6f 63 69  61 74 65 64 20 77 69 74  |s associated wit|
00003b90  68 20 74 68 69 73 0a 20  20 20 20 20 20 20 20 20  |h this.         |
00003ba0  20 20 20 20 20 20 20 20  20 20 20 63 6f 6e 66 69  |           confi|
00003bb0  67 75 72 61 74 69 6f 6e  2e 20 54 68 69 73 20 73  |guration. This s|
00003bc0  68 6f 75 6c 64 20 62 65  20 75 73 65 64 20 61 66  |hould be used af|
00003bd0  74 65 72 20 61 64 64 69  6e 67 20 61 6e 79 20 66  |ter adding any f|
00003be0  69 6c 65 73 0a 20 20 20  20 20 20 20 20 20 20 20  |iles.           |
00003bf0  20 20 20 20 20 20 20 20  20 74 6f 20 73 74 6f 72  |         to stor|
00003c00  65 20 61 20 63 6f 70 79  20 77 69 74 68 20 74 68  |e a copy with th|
00003c10  65 20 63 6f 6e 66 69 67  75 72 61 74 69 6f 6e 2e  |e configuration.|
00003c20  0a 0a 55 73 65 72 73 20  6f 66 20 57 69 6e 64 6f  |..Users of Windo|
00003c30  77 73 20 39 35 20 6d 61  79 20 66 69 6e 64 20 69  |ws 95 may find i|
00003c40  74 20 75 73 65 66 75 6c  20 74 6f 20 69 6e 63 6c  |t useful to incl|
00003c50  75 64 65 20 4d 53 44 4f  53 2f 53 59 53 20 61 73  |ude MSDOS/SYS as|
00003c60  20 6f 6e 65 20 6f 66 20  74 68 65 0a 66 69 6c 65  | one of the.file|
00003c70  73 20 74 68 61 74 20 69  73 20 61 73 73 6f 63 69  |s that is associ|
00003c80  61 74 65 64 20 77 69 74  68 20 65 61 63 68 20 63  |ated with each c|
00003c90  6f 6e 66 69 67 75 72 61  74 69 6f 6e 2e 20 54 68  |onfiguration. Th|
00003ca0  65 72 65 20 61 72 65 20  73 65 76 65 72 61 6c 20  |ere are several |
00003cb0  69 74 65 6d 73 0a 74 68  61 74 20 63 61 6e 20 62  |items.that can b|
00003cc0  65 20 69 6e 63 6c 75 64  65 64 20 69 6e 20 74 68  |e included in th|
00003cd0  65 20 5b 4f 70 74 69 6f  6e 73 5d 20 73 65 63 74  |e [Options] sect|
00003ce0  69 6f 6e 3a 0a 0a 20 20  20 20 42 6f 6f 74 47 55  |ion:..    BootGU|
00003cf0  49 20 20 20 20 20 20 20  20 20 54 68 65 20 64 65  |I         The de|
00003d00  66 61 75 6c 74 20 76 61  6c 75 65 20 6f 66 20 31  |fault value of 1|
00003d10  20 73 74 61 72 74 73 20  57 69 6e 64 6f 77 73 20  | starts Windows |
00003d20  39 35 2c 20 62 75 74 20  63 68 61 6e 67 69 6e 67  |95, but changing|
00003d30  20 69 74 0a 20 20 20 20  20 20 20 20 20 20 20 20  | it.            |
00003d40  20 20 20 20 20 20 20 20  74 6f 20 30 20 72 65 73  |        to 0 res|
00003d50  75 6c 74 73 20 69 6e 20  74 68 65 20 63 6f 6d 6d  |ults in the comm|
00003d60  61 6e 64 20 70 72 6f 6d  70 74 20 62 65 69 6e 67  |and prompt being|
00003d70  20 73 74 61 72 74 65 64  2e 0a 0a 20 20 20 20 42  | started...    B|
00003d80  6f 6f 74 4d 65 6e 75 20  20 20 20 20 20 20 20 53  |ootMenu        S|
00003d90  65 74 20 74 68 69 73 20  74 6f 20 31 20 74 6f 20  |et this to 1 to |
00003da0  61 75 74 6f 6d 61 74 69  63 61 6c 6c 79 20 73 68  |automatically sh|
00003db0  6f 77 20 74 68 65 20 73  74 61 72 74 75 70 20 6d  |ow the startup m|
00003dc0  65 6e 75 2c 0a 20 20 20  20 20 20 20 20 20 20 20  |enu,.           |
00003dd0  20 20 20 20 20 20 20 20  20 6e 6f 72 6d 61 6c 6c  |         normall|
00003de0  79 20 6f 62 74 61 69 6e  65 64 20 62 79 20 70 72  |y obtained by pr|
00003df0  65 73 73 69 6e 67 20 46  38 2e 0a 0a 20 20 20 20  |essing F8...    |
00003e00  42 6f 6f 74 57 69 6e 20  20 20 20 20 20 20 20 20  |BootWin         |
00003e10  53 70 65 63 69 66 79 69  6e 67 20 31 20 73 74 61  |Specifying 1 sta|
00003e20  72 74 73 20 57 69 6e 64  6f 77 73 20 39 35 20 61  |rts Windows 95 a|
00003e30  73 20 75 73 75 61 6c 2c  20 62 75 74 20 61 20 76  |s usual, but a v|
00003e40  61 6c 75 65 20 6f 66 0a  20 20 20 20 20 20 20 20  |alue of.        |
00003e50  20 20 20 20 20 20 20 20  20 20 20 20 30 20 65 6e  |            0 en|
00003e60  61 62 6c 65 73 20 74 68  65 20 70 72 65 76 69 6f  |ables the previo|
00003e70  75 73 20 6f 70 65 72 61  74 69 6e 67 20 73 79 73  |us operating sys|
00003e80  74 65 6d 20 69 66 20 70  72 65 73 65 6e 74 2e 0a  |tem if present..|
00003e90  0a 20 20 20 20 42 6f 6f  74 44 65 6c 61 79 20 20  |.    BootDelay  |
00003ea0  20 20 20 20 20 54 68 69  73 20 73 70 65 63 69 66  |     This specif|
00003eb0  69 65 73 20 68 6f 77 20  6c 6f 6e 67 2c 20 69 6e  |ies how long, in|
00003ec0  20 73 65 63 6f 6e 64 73  2c 20 57 69 6e 64 6f 77  | seconds, Window|
00003ed0  73 20 39 35 20 77 61 69  74 73 20 66 6f 72 0a 20  |s 95 waits for. |
00003ee0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00003ef0  20 20 20 61 20 66 75 6e  63 74 69 6f 6e 20 6b 65  |   a function ke|
00003f00  79 20 74 6f 20 62 65 20  70 72 65 73 73 65 64 20  |y to be pressed |
00003f10  62 65 66 6f 72 65 20 73  74 61 72 74 69 6e 67 20  |before starting |
00003f20  69 66 20 74 68 65 0a 20  20 20 20 20 20 20 20 20  |if the.         |
00003f30  20 20 20 20 20 20 20 20  20 20 20 73 74 61 72 74  |           start|
00003f40  75 70 20 6d 65 6e 75 20  69 73 20 6e 6f 74 20 64  |up menu is not d|
00003f50  69 73 70 6c 61 79 65 64  2e 0a 0a 20 20 20 20 42  |isplayed...    B|
00003f60  6f 6f 74 4d 65 6e 75 44  65 6c 61 79 20 20 20 54  |ootMenuDelay   T|
00003f70  68 69 73 20 69 73 20 73  69 6d 69 6c 61 72 20 74  |his is similar t|
00003f80  6f 20 42 6f 6f 74 44 65  6c 61 79 20 65 78 63 65  |o BootDelay exce|
00003f90  70 74 20 74 68 61 74 20  69 74 20 61 70 70 6c 69  |pt that it appli|
00003fa0  65 73 20 74 6f 0a 20 20  20 20 20 20 20 20 20 20  |es to.          |
00003fb0  20 20 20 20 20 20 20 20  20 20 74 68 65 20 73 74  |          the st|
00003fc0  61 72 74 75 70 20 6d 65  6e 75 2e 20 54 68 69 73  |artup menu. This|
00003fd0  20 73 65 74 73 20 68 6f  77 20 6c 6f 6e 67 2c 20  | sets how long, |
00003fe0  69 6e 20 73 65 63 6f 6e  64 73 2c 20 57 69 6e 64  |in seconds, Wind|
00003ff0  6f 77 73 0a 20 20 20 20  20 20 20 20 20 20 20 20  |ows.            |
00004000  20 20 20 20 20 20 20 20  39 35 20 77 61 69 74 73  |        95 waits|
00004010  20 62 65 66 6f 72 65 20  72 75 6e 6e 69 6e 67 20  | before running |
00004020  74 68 65 20 68 69 67 68  6c 69 67 68 74 65 64 20  |the highlighted |
00004030  6d 65 6e 75 20 6f 70 74  69 6f 6e 2e 0a 0a 52 65  |menu option...Re|
00004040  6d 65 6d 62 65 72 20 74  6f 20 75 6e 6c 6f 63 6b  |member to unlock|
00004050  20 74 68 65 20 4d 53 44  4f 53 2f 53 59 53 20 66  | the MSDOS/SYS f|
00004060  69 6c 65 20 74 6f 20 61  6c 6c 6f 77 20 21 41 52  |ile to allow !AR|
00004070  4d 45 64 69 74 20 74 6f  20 6f 76 65 72 77 72 69  |MEdit to overwri|
00004080  74 65 20 69 74 2e 0a 0a  0a 43 4f 4e 46 49 47 55  |te it....CONFIGU|
00004090  52 41 54 49 4f 4e 20 57  49 4e 44 4f 57 3a 20 41  |RATION WINDOW: A|
000040a0  55 54 4f 20 52 55 4e 0a  0a 54 68 69 73 20 77 69  |UTO RUN..This wi|
000040b0  6e 64 6f 77 20 61 6c 6c  6f 77 73 20 6f 62 65 79  |ndow allows obey|
000040c0  20 66 69 6c 65 73 20 74  6f 20 62 65 20 73 70 65  | files to be spe|
000040d0  63 69 66 69 65 64 20 74  68 61 74 20 63 61 6e 20  |cified that can |
000040e0  62 65 20 65 78 65 63 75  74 65 64 0a 61 75 74 6f  |be executed.auto|
000040f0  6d 61 74 69 63 61 6c 6c  79 20 61 74 20 76 61 72  |matically at var|
00004100  69 6f 75 73 20 74 69 6d  65 73 2e 20 54 68 65 72  |ious times. Ther|
00004110  65 20 61 72 65 20 74 68  72 65 65 20 73 65 63 74  |e are three sect|
00004120  69 6f 6e 73 20 74 6f 20  74 68 65 20 77 69 6e 64  |ions to the wind|
00004130  6f 77 2e 0a 0a 54 68 65  20 66 69 72 73 74 20 73  |ow...The first s|
00004140  65 63 74 69 6f 6e 20 22  41 52 4d 20 45 64 69 74  |ection "ARM Edit|
00004150  20 66 72 6f 6e 74 2d 65  6e 64 20 65 76 65 6e 74  | front-end event|
00004160  73 22 20 72 65 6c 61 74  65 73 20 74 6f 20 77 68  |s" relates to wh|
00004170  65 6e 20 74 68 65 20 21  41 52 4d 45 64 69 74 0a  |en the !ARMEdit.|
00004180  66 72 6f 6e 74 2d 65 6e  64 20 69 73 20 73 74 61  |front-end is sta|
00004190  72 74 65 64 20 6f 72 20  71 75 69 74 3a 0a 0a 20  |rted or quit:.. |
000041a0  20 20 20 41 66 74 65 72  20 41 52 4d 20 45 64 69  |   After ARM Edi|
000041b0  74 20 68 61 73 20 62 65  65 6e 20 6c 6f 61 64 65  |t has been loade|
000041c0  64 0a 20 20 20 20 0a 20  20 20 20 20 20 20 20 20  |d.    .         |
000041d0  20 20 20 20 20 20 20 20  20 20 20 54 68 69 73 20  |           This |
000041e0  66 69 6c 65 20 69 73 20  72 75 6e 20 61 66 74 65  |file is run afte|
000041f0  72 20 21 41 52 4d 45 64  69 74 20 68 61 73 20 62  |r !ARMEdit has b|
00004200  65 65 6e 20 73 75 63 63  65 73 66 75 6c 6c 79 0a  |een succesfully.|
00004210  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00004220  20 20 20 20 73 74 61 72  74 65 64 2e 20 49 74 20  |    started. It |
00004230  63 6f 75 6c 64 20 62 65  20 75 73 65 64 20 74 6f  |could be used to|
00004240  20 61 75 74 6f 6d 61 74  69 63 61 6c 6c 79 20 73  | automatically s|
00004250  74 61 72 74 20 74 68 65  20 50 43 0a 20 20 20 20  |tart the PC.    |
00004260  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00004270  63 61 72 64 20 66 72 6f  6e 74 2d 65 6e 64 20 73  |card front-end s|
00004280  6f 66 74 77 61 72 65 2c  20 6f 72 20 74 6f 20 6c  |oftware, or to l|
00004290  6f 61 64 20 61 6e 79 20  72 65 6c 61 74 65 64 0a  |oad any related.|
000042a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000042b0  20 20 20 20 75 74 69 6c  69 74 69 65 73 2e 0a 20  |    utilities.. |
000042c0  20 20 20 0a 20 20 20 20  42 65 66 6f 72 65 20 41  |   .    Before A|
000042d0  52 4d 20 45 64 69 74 20  69 73 20 71 75 69 74 0a  |RM Edit is quit.|
000042e0  20 20 20 20 0a 20 20 20  20 20 20 20 20 20 20 20  |    .           |
000042f0  20 20 20 20 20 20 20 20  20 54 68 69 73 20 66 69  |         This fi|
00004300  6c 65 20 69 73 20 72 75  6e 20 6a 75 73 74 20 62  |le is run just b|
00004310  65 66 6f 72 65 20 21 41  52 4d 45 64 69 74 20 65  |efore !ARMEdit e|
00004320  78 69 74 73 2e 20 49 74  20 63 6f 75 6c 64 0a 20  |xits. It could. |
00004330  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00004340  20 20 20 62 65 20 75 73  65 64 20 74 6f 20 61 75  |   be used to au|
00004350  74 6f 6d 61 74 69 63 61  6c 6c 79 20 71 75 69 74  |tomatically quit|
00004360  20 61 6e 79 20 72 65 6c  61 74 65 64 20 75 74 69  | any related uti|
00004370  6c 69 74 69 65 73 2e 0a  0a 54 68 65 20 6e 65 78  |lities...The nex|
00004380  74 20 73 65 63 74 69 6f  6e 20 22 42 65 66 6f 72  |t section "Befor|
00004390  65 20 6c 61 75 6e 63 68  69 6e 67 20 50 43 20 66  |e launching PC f|
000043a0  72 6f 6e 74 2d 65 6e 64  22 20 61 6c 6c 6f 77 73  |ront-end" allows|
000043b0  20 61 20 66 69 6c 65 20  74 6f 20 62 65 20 72 75  | a file to be ru|
000043c0  6e 0a 62 65 66 6f 72 65  20 74 68 65 20 50 43 20  |n.before the PC |
000043d0  66 72 6f 6e 74 2d 65 6e  64 20 69 73 20 6c 61 75  |front-end is lau|
000043e0  6e 63 68 65 64 3a 0a 0a  20 20 20 20 50 72 65 70  |nched:..    Prep|
000043f0  61 72 65 20 66 6f 72 20  50 43 20 74 6f 20 73 74  |are for PC to st|
00004400  61 72 74 0a 20 20 20 20  0a 20 20 20 20 20 20 20  |art.    .       |
00004410  20 20 20 20 20 20 20 20  20 20 20 20 20 54 68 69  |             Thi|
00004420  73 20 66 69 6c 65 20 69  73 20 72 75 6e 20 69 6d  |s file is run im|
00004430  6d 65 64 69 61 74 65 6c  79 20 62 65 66 6f 72 65  |mediately before|
00004440  20 74 68 65 20 50 43 20  66 72 6f 6e 74 2d 65 6e  | the PC front-en|
00004450  64 0a 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |d.              |
00004460  20 20 20 20 20 20 73 6f  66 74 77 61 72 65 20 69  |      software i|
00004470  73 20 73 74 61 72 74 65  64 2e 20 49 74 20 63 6f  |s started. It co|
00004480  75 6c 64 20 62 65 20 75  73 65 64 20 74 6f 20 69  |uld be used to i|
00004490  6e 69 74 69 61 6c 69 73  65 20 61 6e 79 0a 20 20  |nitialise any.  |
000044a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000044b0  20 20 68 61 72 64 77 61  72 65 20 75 73 65 64 20  |  hardware used |
000044c0  62 79 20 74 68 65 20 50  43 20 63 61 72 64 2c 20  |by the PC card, |
000044d0  73 75 63 68 20 61 73 20  64 69 73 6d 6f 75 6e 74  |such as dismount|
000044e0  69 6e 67 20 64 69 72 65  63 74 0a 20 20 20 20 20  |ing direct.     |
000044f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 53  |               S|
00004500  43 53 49 20 44 4f 53 20  64 69 73 63 73 2e 0a 0a  |CSI DOS discs...|
00004510  54 68 65 20 66 69 6e 61  6c 20 73 65 63 74 69 6f  |The final sectio|
00004520  6e 20 22 50 43 20 63 61  72 64 20 6d 65 73 73 61  |n "PC card messa|
00004530  67 65 20 65 76 65 6e 74  73 22 20 61 6c 6c 6f 77  |ge events" allow|
00004540  73 20 66 69 6c 65 73 20  74 6f 20 62 65 20 65 78  |s files to be ex|
00004550  65 63 75 74 65 64 20 77  68 65 6e 0a 76 61 72 69  |ecuted when.vari|
00004560  6f 75 73 20 50 43 20 63  61 72 64 20 65 76 65 6e  |ous PC card even|
00004570  74 73 20 6f 63 63 75 72  3a 0a 0a 20 20 20 20 50  |ts occur:..    P|
00004580  43 20 63 61 72 64 20 62  6f 6f 74 69 6e 67 20 6f  |C card booting o|
00004590  72 20 72 65 73 65 74 0a  20 20 20 20 0a 20 20 20  |r reset.    .   |
000045a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000045b0  20 54 68 69 73 20 66 69  6c 65 20 69 73 20 72 75  | This file is ru|
000045c0  6e 20 77 68 65 6e 20 74  68 65 20 50 43 20 63 61  |n when the PC ca|
000045d0  72 64 20 69 73 20 65 69  74 68 65 72 20 62 6f 6f  |rd is either boo|
000045e0  74 65 64 20 6f 72 0a 20  20 20 20 20 20 20 20 20  |ted or.         |
000045f0  20 20 20 20 20 20 20 20  20 20 20 72 65 73 65 74  |           reset|
00004600  2e 20 49 74 20 63 6f 75  6c 64 20 62 65 20 75 73  |. It could be us|
00004610  65 64 20 74 6f 20 65 6e  73 75 72 65 20 74 68 61  |ed to ensure tha|
00004620  74 20 6f 74 68 65 72 20  73 75 70 70 6f 72 74 0a  |t other support.|
00004630  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00004640  20 20 20 20 73 6f 66 74  77 61 72 65 2c 20 73 75  |    software, su|
00004650  63 68 20 61 73 20 21 50  43 45 78 20 69 73 20 6c  |ch as !PCEx is l|
00004660  6f 61 64 65 64 2e 0a 20  20 20 20 0a 20 20 20 20  |oaded..    .    |
00004670  50 43 20 63 61 72 64 20  66 72 6f 6e 74 2d 65 6e  |PC card front-en|
00004680  64 20 68 61 73 20 71 75  69 74 0a 20 20 20 20 0a  |d has quit.    .|
00004690  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000046a0  20 20 20 20 54 68 69 73  20 66 69 6c 65 20 69 73  |    This file is|
000046b0  20 72 75 6e 20 77 68 65  6e 20 74 68 65 20 50 43  | run when the PC|
000046c0  20 63 61 72 64 20 66 72  6f 6e 74 2d 65 6e 64 20  | card front-end |
000046d0  69 73 20 71 75 69 74 2e  0a 20 20 20 20 20 20 20  |is quit..       |
000046e0  20 20 20 20 20 20 20 20  20 20 20 20 20 54 68 65  |             The|
000046f0  20 64 65 66 61 75 6c 74  20 66 69 6c 65 20 6b 69  | default file ki|
00004700  6c 6c 73 20 61 6e 79 20  50 43 20 72 65 6c 61 74  |lls any PC relat|
00004710  65 64 20 6d 6f 64 75 6c  65 73 20 74 68 61 74 20  |ed modules that |
00004720  61 72 65 0a 20 20 20 20  20 20 20 20 20 20 20 20  |are.            |
00004730  20 20 20 20 20 20 20 20  6e 6f 74 20 6e 65 65 64  |        not need|
00004740  65 64 20 77 68 65 6e 20  74 68 65 20 50 43 20 63  |ed when the PC c|
00004750  61 72 64 20 69 73 20 6e  6f 74 20 62 65 69 6e 67  |ard is not being|
00004760  20 75 73 65 64 2e 0a 0a  54 68 65 20 77 72 69 74  | used...The writ|
00004770  61 62 6c 65 20 66 69 65  6c 64 73 20 6d 61 79 20  |able fields may |
00004780  62 65 20 74 79 70 65 64  20 69 6e 74 6f 20 64 69  |be typed into di|
00004790  72 65 63 74 6c 79 2c 20  6f 72 20 61 6c 74 65 72  |rectly, or alter|
000047a0  6e 61 74 69 76 65 6c 79  20 74 68 65 20 72 65 6c  |natively the rel|
000047b0  65 76 61 6e 74 0a 69 63  6f 6e 20 6d 61 79 20 62  |evant.icon may b|
000047c0  65 20 64 72 61 67 67 65  64 20 66 72 6f 6d 20 61  |e dragged from a|
000047d0  20 66 69 6c 65 72 20 77  69 6e 64 6f 77 20 61 6e  | filer window an|
000047e0  64 20 64 72 6f 70 70 65  64 20 69 6e 20 74 68 65  |d dropped in the|
000047f0  20 61 70 70 72 6f 70 72  69 61 74 65 20 70 6c 61  | appropriate pla|
00004800  63 65 2e 0a 0a 4e 6f 74  65 20 74 68 61 74 20 74  |ce...Note that t|
00004810  68 65 20 6f 62 65 79 20  66 69 6c 65 73 20 77 69  |he obey files wi|
00004820  6c 6c 20 6f 6e 6c 79 20  62 65 20 65 78 65 63 75  |ll only be execu|
00004830  74 65 64 20 77 68 65 6e  20 74 68 65 20 64 65 73  |ted when the des|
00004840  6b 74 6f 70 20 69 73 20  61 63 74 69 76 65 2e 0a  |ktop is active..|
00004850  48 6f 77 65 76 65 72 2c  20 69 66 20 74 68 65 20  |However, if the |
00004860  50 43 20 63 61 72 64 20  69 73 20 72 75 6e 6e 69  |PC card is runni|
00004870  6e 67 20 69 6e 20 73 69  6e 67 6c 65 2d 74 61 73  |ng in single-tas|
00004880  6b 69 6e 67 20 6d 6f 64  65 2c 20 74 68 65 6e 20  |king mode, then |
00004890  6f 6e 65 20 6f 62 65 79  20 66 69 6c 65 0a 6d 61  |one obey file.ma|
000048a0  79 20 62 65 20 72 75 6e  20 77 68 65 6e 20 74 68  |y be run when th|
000048b0  65 20 64 65 73 6b 74 6f  70 20 69 73 20 72 65 65  |e desktop is ree|
000048c0  6e 74 65 72 65 64 2e 0a  0a 0a 54 48 49 4e 47 53  |ntered....THINGS|
000048d0  20 54 4f 20 44 4f 0a 0a  54 68 65 20 66 6f 6c 6c  | TO DO..The foll|
000048e0  6f 77 69 6e 67 20 61 72  65 20 63 68 61 6e 67 65  |owing are change|
000048f0  73 20 74 68 61 74 20 6d  61 79 20 62 65 20 6d 61  |s that may be ma|
00004900  64 65 20 74 6f 20 74 68  65 20 21 41 52 4d 45 64  |de to the !ARMEd|
00004910  69 74 20 66 72 6f 6e 74  2d 65 6e 64 20 73 6f 6d  |it front-end som|
00004920  65 74 69 6d 65 0a 69 6e  20 74 68 65 20 66 75 74  |etime.in the fut|
00004930  75 72 65 2e 0a 0a 20 20  20 20 48 61 6e 64 6c 65  |ure...    Handle|
00004940  20 6d 75 6c 74 69 70 6c  65 20 63 6f 6e 66 69 67  | multiple config|
00004950  75 72 61 74 69 6f 6e 20  61 73 20 73 75 70 70 6f  |uration as suppo|
00004960  72 74 65 64 20 62 79 20  6e 65 77 65 72 20 76 65  |rted by newer ve|
00004970  72 73 69 6f 6e 73 20 6f  66 20 50 43 50 72 6f 0a  |rsions of PCPro.|
00004980  20 20 20 20 62 65 74 74  65 72 2e 20 54 68 69 73  |    better. This|
00004990  20 77 69 6c 6c 20 72 65  71 75 69 72 65 20 61 20  | will require a |
000049a0  6c 69 73 74 20 6f 66 20  6b 6e 6f 77 6e 20 76 65  |list of known ve|
000049b0  72 73 69 6f 6e 73 20 6f  66 20 21 50 43 20 61 6e  |rsions of !PC an|
000049c0  64 20 74 68 65 69 72 20  70 61 74 68 73 0a 20 20  |d their paths.  |
000049d0  20 20 74 6f 20 62 65 20  6d 61 69 6e 74 61 69 6e  |  to be maintain|
000049e0  65 64 2e 0a 0a 20 20 20  20 46 69 6e 69 73 68 20  |ed...    Finish |
000049f0  69 6d 70 6c 65 6d 65 6e  74 69 6e 67 20 74 68 65  |implementing the|
00004a00  20 69 6e 73 74 61 6c 6c  65 72 2c 20 66 6f 72 20  | installer, for |
00004a10  65 78 61 6d 70 6c 65 20  6d 6f 64 69 66 79 69 6e  |example modifyin|
00004a20  67 20 43 4f 4e 46 49 47  2e 53 59 53 20 61 6e 64  |g CONFIG.SYS and|
00004a30  0a 20 20 20 20 41 55 54  4f 45 58 45 43 2e 42 41  |.    AUTOEXEC.BA|
00004a40  54 20 66 69 6c 65 73 2e  20 41 64 64 20 61 6e 20  |T files. Add an |
00004a50  6f 70 74 69 6f 6e 20 74  6f 20 6f 6e 6c 79 20 73  |option to only s|
00004a60  68 6f 77 20 74 68 65 20  63 68 61 6e 67 65 73 20  |how the changes |
00004a70  74 6f 20 74 68 65 0a 20  20 20 20 63 6f 6e 66 69  |to the.    confi|
00004a80  67 75 72 61 74 69 6f 6e  20 66 69 6c 65 73 2e 0a  |guration files..|
00004a90  20 20 20 20 0a 20 20 20  20 41 6c 6c 6f 77 20 64  |    .    Allow d|
00004aa0  69 72 65 63 74 20 53 43  53 49 20 64 65 76 69 63  |irect SCSI devic|
00004ab0  65 73 20 74 6f 20 62 65  20 73 70 65 63 69 66 69  |es to be specifi|
00004ac0  65 64 20 65 61 73 69 65  72 2e 20 49 64 65 61 6c  |ed easier. Ideal|
00004ad0  6c 79 20 74 68 69 73 20  77 6f 75 6c 64 20 73 65  |ly this would se|
00004ae0  74 0a 20 20 20 20 74 68  65 20 70 61 74 68 73 20  |t.    the paths |
00004af0  64 69 72 65 63 74 6c 79  20 66 72 6f 6d 20 74 68  |directly from th|
00004b00  65 20 50 43 20 63 61 72  64 20 63 6f 6e 66 69 67  |e PC card config|
00004b10  75 72 61 74 69 6f 6e 20  66 69 6c 65 73 2e 0a 20  |uration files.. |
00004b20  20 20 20 0a 20 20 20 20  4c 6f 61 64 20 61 20 63  |   .    Load a c|
00004b30  6f 6e 66 69 67 75 72 65  64 20 74 65 78 74 20 65  |onfigured text e|
00004b40  64 69 74 6f 72 20 69 66  20 65 78 74 65 72 6e 61  |ditor if externa|
00004b50  6c 20 65 64 69 74 20 6d  65 73 73 61 67 65 73 20  |l edit messages |
00004b60  72 65 74 75 72 6e 65 64  2e 0a 20 20 20 20 0a 0a  |returned..    ..|
00004b70  56 45 52 53 49 4f 4e 20  48 49 53 54 4f 52 59 0a  |VERSION HISTORY.|
00004b80  0a 30 2e 30 30 20 28 31  30 2d 53 65 70 2d 39 36  |.0.00 (10-Sep-96|
00004b90  29 20 20 20 20 4f 72 69  67 69 6e 61 6c 20 64 65  |)    Original de|
00004ba0  76 65 6c 6f 70 6d 65 6e  74 20 76 65 72 73 69 6f  |velopment versio|
00004bb0  6e 2e 0a 0a 30 2e 30 31  20 28 31 31 2d 53 65 70  |n...0.01 (11-Sep|
00004bc0  2d 39 36 29 20 20 20 20  41 64 64 65 64 20 61 62  |-96)    Added ab|
00004bd0  69 6c 69 74 79 20 74 6f  20 73 65 74 20 63 75 72  |ility to set cur|
00004be0  73 6f 72 20 70 6f 73 69  74 69 6f 6e 20 6f 66 20  |sor position of |
00004bf0  65 78 74 65 72 6e 61 6c  20 65 64 69 74 73 2e 0a  |external edits..|
00004c00  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00004c10  20 20 20 20 22 53 61 76  65 20 61 73 22 20 77 69  |    "Save as" wi|
00004c20  6e 64 6f 77 20 61 64 64  65 64 20 66 6f 72 20 50  |ndow added for P|
00004c30  55 54 46 49 4c 45 20 63  6f 6d 6d 61 6e 64 2e 0a  |UTFILE command..|
00004c40  0a 30 2e 30 32 20 28 30  33 2d 4f 63 74 2d 39 36  |.0.02 (03-Oct-96|
00004c50  29 20 20 20 20 49 63 6f  6e 73 20 72 65 73 69 7a  |)    Icons resiz|
00004c60  65 64 20 74 6f 20 63 6f  6e 74 61 69 6e 20 63 6f  |ed to contain co|
00004c70  6d 70 6c 65 74 65 20 74  65 78 74 20 77 69 74 68  |mplete text with|
00004c80  20 73 79 73 74 65 6d 20  66 6f 6e 74 2e 0a 20 20  | system font..  |
00004c90  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00004ca0  20 20 4d 65 6e 75 20 63  6c 6f 73 65 64 20 62 65  |  Menu closed be|
00004cb0  66 6f 72 65 20 65 78 69  74 69 6e 67 20 74 6f 20  |fore exiting to |
00004cc0  61 76 6f 69 64 20 62 75  67 20 69 6e 20 54 6f 6f  |avoid bug in Too|
00004cd0  6c 62 6f 78 20 63 6f 64  65 2e 0a 20 20 20 20 20  |lbox code..     |
00004ce0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 55  |               U|
00004cf0  6e 75 73 65 64 20 54 6f  6f 6c 62 6f 78 20 6d 6f  |nused Toolbox mo|
00004d00  64 75 6c 65 73 20 6e 6f  20 6c 6f 6e 67 65 72 20  |dules no longer |
00004d10  6c 6f 61 64 65 64 2e 0a  20 20 20 20 20 20 20 20  |loaded..        |
00004d20  20 20 20 20 20 20 20 20  20 20 20 20 41 64 64 65  |            Adde|
00004d30  64 20 73 75 70 70 6f 72  74 20 66 6f 72 20 6d 75  |d support for mu|
00004d40  6c 74 69 70 6c 65 20 50  43 20 63 61 72 64 20 63  |ltiple PC card c|
00004d50  6f 6e 66 69 67 75 72 61  74 69 6f 6e 73 2e 0a 0a  |onfigurations...|
00004d60  30 2e 30 33 20 28 30 39  2d 4f 63 74 2d 39 36 29  |0.03 (09-Oct-96)|
00004d70  20 20 20 20 46 69 78 65  64 20 53 61 76 65 41 73  |    Fixed SaveAs|
00004d80  20 77 69 6e 64 6f 77 20  68 61 6e 64 6c 69 6e 67  | window handling|
00004d90  20 66 6f 72 20 50 55 54  46 49 4c 45 20 75 74 69  | for PUTFILE uti|
00004da0  6c 69 74 79 2e 0a 20 20  20 20 20 20 20 20 20 20  |lity..          |
00004db0  20 20 20 20 20 20 20 20  20 20 4d 6f 76 65 64 20  |          Moved |
00004dc0  63 6f 6e 66 69 67 75 72  61 74 69 6f 6e 20 65 64  |configuration ed|
00004dd0  69 74 6f 72 20 74 6f 20  61 20 64 69 66 66 65 72  |itor to a differ|
00004de0  65 6e 74 20 65 78 65 63  75 74 61 62 6c 65 2e 0a  |ent executable..|
00004df0  0a 30 2e 30 34 20 28 31  37 2d 4f 63 74 2d 39 36  |.0.04 (17-Oct-96|
00004e00  29 20 20 20 20 43 68 69  6c 64 20 74 61 73 6b 73  |)    Child tasks|
00004e10  20 73 74 61 72 74 65 64  20 69 6e 64 69 72 65 63  | started indirec|
00004e20  74 6c 79 20 74 6f 20 61  76 6f 69 64 20 54 6f 6f  |tly to avoid Too|
00004e30  6c 62 6f 78 20 70 72 6f  62 6c 65 6d 73 2e 0a 0a  |lbox problems...|
00004e40  30 2e 30 35 20 28 31 39  2d 44 65 63 2d 39 36 29  |0.05 (19-Dec-96)|
00004e50  20 20 20 20 45 78 74 65  72 6e 61 6c 20 65 64 69  |    External edi|
00004e60  74 73 20 6f 66 20 63 6f  6e 66 69 67 75 72 61 74  |ts of configurat|
00004e70  69 6f 6e 20 66 69 6c 65  73 20 63 6c 65 61 72 20  |ion files clear |
00004e80  6d 6f 64 69 66 69 65 64  20 66 6c 61 67 73 2e 0a  |modified flags..|
00004e90  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00004ea0  20 20 20 20 52 65 77 72  69 74 74 65 6e 20 61 6e  |    Rewritten an|
00004eb0  64 20 69 6d 70 72 6f 76  65 64 20 6d 75 6c 74 69  |d improved multi|
00004ec0  70 6c 65 20 63 6f 6e 66  69 67 75 72 61 74 69 6f  |ple configuratio|
00004ed0  6e 20 68 61 6e 64 6c 69  6e 67 2e 0a 20 20 20 20  |n handling..    |
00004ee0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00004ef0  53 6f 6d 65 20 6e 65 77  20 73 70 72 69 74 65 73  |Some new sprites|
00004f00  20 77 69 74 68 69 6e 20  63 6f 6e 66 69 67 75 72  | within configur|
00004f10  61 74 69 6f 6e 20 65 64  69 74 6f 72 2e 0a 0a 30  |ation editor...0|
00004f20  2e 30 36 20 28 32 34 2d  44 65 63 2d 39 36 29 20  |.06 (24-Dec-96) |
00004f30  20 20 20 50 43 20 66 72  6f 6e 74 2d 65 6e 64 20  |   PC front-end |
00004f40  62 6f 6f 74 65 64 20 62  65 66 6f 72 65 20 73 74  |booted before st|
00004f50  61 72 74 69 6e 67 20 63  6f 6e 66 69 67 75 72 61  |arting configura|
00004f60  74 69 6f 6e 20 65 64 69  74 6f 72 2e 0a 20 20 20  |tion editor..   |
00004f70  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00004f80  20 4d 6f 64 69 66 69 65  64 20 70 61 74 68 73 20  | Modified paths |
00004f90  75 73 65 64 20 62 79 20  63 6f 6e 66 69 67 75 72  |used by configur|
00004fa0  61 74 69 6f 6e 73 20 65  64 69 74 6f 72 20 62 65  |ations editor be|
00004fb0  66 6f 72 65 20 73 61 76  65 2e 0a 0a 30 2e 30 37  |fore save...0.07|
00004fc0  20 28 31 37 2d 4a 61 6e  2d 39 37 29 20 20 20 20  | (17-Jan-97)    |
00004fd0  41 64 64 65 64 20 6d 65  6e 75 20 6f 70 74 69 6f  |Added menu optio|
00004fe0  6e 73 20 74 6f 20 66 6f  72 63 65 20 61 20 72 65  |ns to force a re|
00004ff0  6c 6f 67 20 6f 66 20 74  68 65 20 64 65 76 69 63  |log of the devic|
00005000  65 20 64 72 69 76 65 72  2e 0a 0a 30 2e 30 38 20  |e driver...0.08 |
00005010  28 30 35 2d 46 65 62 2d  39 37 29 20 20 20 20 4f  |(05-Feb-97)    O|
00005020  62 65 79 20 66 69 6c 65  73 20 63 61 6e 20 62 65  |bey files can be|
00005030  20 61 75 74 6f 6d 61 74  69 63 61 6c 6c 79 20 72  | automatically r|
00005040  75 6e 20 77 68 65 6e 20  50 43 20 62 6f 6f 74 65  |un when PC boote|
00005050  64 20 6f 72 20 71 75 69  74 2e 0a 0a 30 2e 30 39  |d or quit...0.09|
00005060  20 28 31 30 2d 46 65 62  2d 39 37 29 20 20 20 20  | (10-Feb-97)    |
00005070  43 6f 72 72 65 63 74 65  64 20 63 6f 70 79 72 69  |Corrected copyri|
00005080  67 68 74 20 6d 65 73 73  61 67 65 2e 0a 0a 31 2e  |ght message...1.|
00005090  30 33 20 28 32 31 2d 46  65 62 2d 39 37 29 20 20  |03 (21-Feb-97)  |
000050a0  20 20 46 69 72 73 74 20  6f 66 66 69 63 69 61 6c  |  First official|
000050b0  20 72 65 6c 65 61 73 65  20 76 65 72 73 69 6f 6e  | release version|
000050c0  2e 0a 0a 31 2e 30 34 20  28 30 37 2d 44 65 63 2d  |...1.04 (07-Dec-|
000050d0  39 37 29 20 20 20 20 53  75 70 70 6f 72 74 73 20  |97)    Supports |
000050e0  65 78 65 63 75 74 69 6f  6e 20 6f 66 20 63 6f 6d  |execution of com|
000050f0  6d 61 6e 64 73 20 69 6e  20 54 61 73 6b 57 69 6e  |mands in TaskWin|
00005100  64 6f 77 73 20 66 6f 72  20 4f 53 43 4c 49 2e 0a  |dows for OSCLI..|
00005110  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00005120  20 20 20 20 45 78 74 72  61 20 61 75 74 6f 2d 72  |    Extra auto-r|
00005130  75 6e 20 4f 62 65 79 20  66 69 6c 65 73 20 63 61  |un Obey files ca|
00005140  6e 20 62 65 20 73 70 65  63 69 66 69 65 64 2e 0a  |n be specified..|
00005150  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00005160  20 20 20 20 43 6f 6e 66  69 67 75 72 61 74 69 6f  |    Configuratio|
00005170  6e 20 77 69 6e 64 6f 77  73 20 65 6e 6c 61 72 67  |n windows enlarg|
00005180  65 64 20 74 6f 20 73 68  6f 77 20 66 69 6c 65 6e  |ed to show filen|
00005190  61 6d 65 73 20 62 65 74  74 65 72 2e 0a 20 20 20  |ames better..   |
000051a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000051b0  20 55 70 64 61 74 65 64  20 62 61 6e 6e 65 72 20  | Updated banner |
000051c0  64 69 73 70 6c 61 79 65  64 20 64 75 72 69 6e 67  |displayed during|
000051d0  20 6c 6f 61 64 69 6e 67  2e 0a 20 20 20 20 20 20  | loading..      |
000051e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 49 6e  |              In|
000051f0  73 74 61 6c 6c 65 72 20  6f 70 74 69 6f 6e 20 61  |staller option a|
00005200  64 64 65 64 2e 0a 20 20  20 20 20 20 20 20 20 20  |dded..          |
00005210  20 20 20 20 20 20 20 20  20 20 4c 6f 6e 67 65 72  |          Longer|
00005220  20 63 6f 6e 66 69 67 75  72 61 74 69 6f 6e 20 6e  | configuration n|
00005230  61 6d 65 73 20 61 6c 6c  6f 77 65 64 2e 0a 20 20  |ames allowed..  |
00005240  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00005250  20 20 53 6c 69 64 65 72  73 20 61 72 65 20 75 73  |  Sliders are us|
00005260  65 64 20 74 6f 20 61 64  6a 75 73 74 20 74 68 65  |ed to adjust the|
00005270  20 73 70 65 65 64 20 63  6f 6e 74 72 6f 6c 20 73  | speed control s|
00005280  65 74 74 69 6e 67 73 2e  0a 20 20 20 20 20 20 20  |ettings..       |
00005290  20 20 20 20 20 20 20 20  20 20 20 20 20 52 65 6d  |             Rem|
000052a0  6f 76 65 64 20 6f 70 74  69 6f 6e 20 74 6f 20 61  |oved option to a|
000052b0  75 74 6f 6d 61 74 69 63  61 6c 6c 79 20 69 6e 63  |utomatically inc|
000052c0  6c 75 64 65 20 44 4f 53  20 66 69 6c 65 73 2e 0a  |lude DOS files..|
000052d0  0a 31 2e 30 34 62 20 28  31 31 2d 44 65 63 2d 39  |.1.04b (11-Dec-9|
000052e0  37 29 20 20 20 46 69 78  65 64 20 62 75 67 20 74  |7)   Fixed bug t|
000052f0  68 61 74 20 70 72 65 76  65 6e 74 65 64 20 74 68  |hat prevented th|
00005300  65 20 69 6e 73 74 61 6c  6c 65 72 20 66 72 6f 6d  |e installer from|
00005310  20 77 6f 72 6b 69 6e 67  2e                       | working.|
00005319