home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / comm / qmp150.zip / QMP150.TXT < prev   
Text File  |  1993-06-17  |  29KB  |  707 lines

  1. This file contains changes made in QmodemPro/OLX since the manual was
  2. printed.  It also contains information on releases since v1.0 in reverse
  3. chronological order, including references to minor fixes implemented
  4. with QmodemPro v1.02.  The second section of this file contains
  5. documentation corrections with page references.
  6. ------------------------------------------------------------------------
  7.  
  8. *  A conversion program is always being updated that converts Procomm
  9.    Plus v1.1, Procomm Plus v2.0, Telix 3.x and Boyan 5.x. The latest
  10.    version of the program is available for download from the MSI HQ BBS
  11.    and is called FONCVT.ZIP.  This file is also available on the online
  12.    services where MSI support is available.  See your Customer Access
  13.    booklet for additional information on these online services.
  14.  
  15.  
  16. QmodemPro v1.02
  17.  
  18.  
  19. *  Fixed the Script UPLOAD command to work with non-batch internal
  20.    protocols.
  21.  
  22. *  Included support for pressing ^@ to send a Null out the device.
  23.  
  24. *  Fixed the internal editor so that the cut & paste options will work as
  25.    documented.
  26.  
  27. *  Cleaned up the stray allocations from an edit session.  It was
  28.    allocating memory and not freeing it after the edit.  It was possible
  29.    to run out of memory and cause internal failures after repeated
  30.    editing, such as Scripts from the Alt+D/Edit dialog.
  31.  
  32. *  Fixed the network bug where the NFO directory would still be created
  33.    on the server where the QMPRO.EXE file was located instead of where
  34.    the QMPRO.CNF file is.
  35.  
  36. *  Fixed a problem with running under OS/2 and QEMM that caused a
  37.    problem when loading the Phone Book.  This was related to an
  38.    uninitialized collection pointer.  The common OS/2 Error was SYS3176.
  39.  
  40. *  Fixed a NASI/NACS lockup where the Dialer could get stuck if your default
  41.    device was not NASI/NACS and you tried dialing an entry that was NASI and
  42.    the NASI driver was not loaded.  Now you will get a message:
  43.  
  44.        Device: NACI not loaded.
  45.  
  46. *  If the NACS port goes IDLE, a Dial attempt will reinitialize it
  47.    automatically.
  48.  
  49. *  Corrected a problem with the Mouse Cursor disappearing when a DOS
  50.    shell was executed while in a Dialog (such as Alt+D).
  51.  
  52. *  Protocols will no longer try to upload the Volume Label on a diskette.
  53.  
  54. *  The CIS B+ protocol is no longer available in Host mode (its use is
  55.    properly limited to CompuServe).
  56.  
  57. *  Changed the Xmodem/Ymodem Upload code to recover from line noise
  58.    better.  It was looking at garbage characters as NAKs, and the error
  59.    count sometimes caused a transfer failure.
  60.  
  61. *  Zmodem downloads were always reporting CRC32 even though it was
  62.    really using CRC16 (per the Config/Protocols/Internal/Zmodem
  63.    options).  Zmodem was working correctly as this was a cosmetic
  64.    correction only.
  65.  
  66. *  Fixed a bug in the Zmodem download where if the success tones were
  67.    played, the incoming data would be flushed before being viewed.
  68.  
  69. *  Made a fix to the Zmodem download so that it is more tolerant to
  70.    timeouts on the line.
  71.  
  72. *  Fixed the problems of the script command 'Dial Group=' causing
  73.    problems with scripts not returning to previous level scripts
  74.    correctly.  The usual symptom was that the master script either did
  75.    not return or it started executing from the beginning.  It is
  76.    remotely possible that multiple chained scripts could also be
  77.    likewise confused and this cures both problems.
  78.  
  79. *  With the fix to the script Dial command, it became necessary to insure
  80.    that it did not become recursive.  i.e.  a script running from the
  81.    Dial Group= also call another Dial Group= script command.  So, this is
  82.    now trapped and will generate a Script Edit Error with the message
  83.  
  84.                      Recursive Dial GROUP= issued
  85.  
  86.    and invoke the script editor.
  87.  
  88. *  Fixed the Host Download problem where non-batch protocols could not
  89.    find the requested files, even if the F command did show them.
  90.  
  91. *  Changed the Scrollback status line so that a "*" will appear after the
  92.    Lines:xxx count if there is incoming data that has not been displayed.
  93.  
  94. *  Corrected the online help for Config/Phonebook where it talks about the
  95.    Add/Ins mouse button for Keyboard users:
  96.  
  97.      Keyboard users should note that the [A] key will always add,
  98.      [Alt+A] will follow the mouse button setting and the Ins key will
  99.      always perform the insert.
  100.  
  101. *  Added a Status Box that is displayed if all NACS ports are busy.  This
  102.    can show up at startup or after using Alt-K.
  103.  
  104. *  Added detection of a NACS port disconnection due to IDLE timeout.  If
  105.    the NACS port goes IDLE, the "offline" indicator in the status line
  106.    will change to "No Port".  Any attempt to transmit through the port
  107.    will reward you with a Warning dialog saying the "NACS port
  108.    Disconnected."  Use Alt+K to establish another connection.
  109.  
  110. *  Fixed the dialer dialog so that entries that were defined with
  111.    "**Current Device**" or "**Default Device**" will be substituted for
  112.    the actual device that is being used.
  113.  
  114. *  Fixed the Faxing bug where it would not send a fax if the Config/Fax
  115.    defined a cover letter but it did not exist.
  116.  
  117. *  Fixed the Script $SENDMAIL flag so it will only be TRUE if there is
  118.    in fact a Packet waiting to be sent regardless of how the dial was
  119.    initiated.
  120.  
  121. *  Fixed a bug where Continuous Dial mode from the Groups was sticking
  122.    on if the dialed group never completed.  The effect was that
  123.    untagging the undialed group entries and tagging others made the
  124.    others act like they were now part of a group.
  125.  
  126. *  Added code to CIS B+ downloads so that the files will go in the
  127.    default download directory instead of the current directory if the
  128.    user did not specify drive:\path info to CIS.
  129.  
  130. *  Changed the /CONFIG command line option so that only the Config items in
  131.    the menu are selectable the first time through.
  132.  
  133. *  Changed Int14 so that it will use whatever port is selected instead of
  134.    always using the default COM1.
  135.  
  136. *  Corrected a bug in the VT220, VT320 emulations that would cause
  137.    protected fields to work incorrectly.  It might have also caused
  138.    random memory overwrites and strange behavior or lockups.
  139.  
  140. *  Added support for the VT220 & VT320 Insert mode.  Somehow, this was
  141.    overlooked from the original implementation.
  142.  
  143. *  XON/XOFF software flow control incorrectly was stripping the high bit
  144.    when in 8-bit mode before testing for either the XON or XOFF.  Also made
  145.    an enhancement so that XON/XOFF is disabled while OFFLINE.
  146.  
  147. *  You can now tell if you have received an XOFF.  The ONLINE area of
  148.    the status line will change to "TxWait" (Xoff received), "RxWait"
  149.    (Xoff sent) or "AllWait" (both are true).  If no pending XON or XOFF
  150.    condition exists, then it will show the normal ONLINE or DOORWAY
  151.    info.
  152.  
  153. *  Changed the timing with internal protocols and scripts.  It should
  154.    no longer be necessary to include the DELAY 1000 in script just before
  155.    an UPLOAD or DOWNLOAD script command.
  156.  
  157. *  Reduced the number of mouse calls (hide and show) to speed up
  158.    operation.
  159.  
  160. *  Fixed a bug in the script parser that was keeping the "$$" from being
  161.    seen as a single $ character.
  162.  
  163. *  Fixed a bug in the Host Startup.  If carrier was present when the host
  164.    was invoked, a confirmation dialog was presented to confirm that you
  165.    really wanted to start it.  Regardless of your action, it would start
  166.    the host anyway.  Now, the NO button will not start the host.
  167.  
  168. *  Fixed a problem with the INI file where the actual Device Name was not
  169.    being stored or reloaded when the command line parameter /R was used
  170.    to restart QmodemPro.
  171.  
  172. *  Fixed the Script DEVICE and PORT commands so they set the $SUCCESS and
  173.    $FAIL flags per the description in the manual on page 232.
  174.  
  175. *  Revised the Config/Device/Hardware screen for better support of NASI/
  176.    NACS devices.  There is a new [NACS Preferences] button that allows you
  177.    to define what Server, General and Specific NACS device should be used.
  178.  
  179.    In the dialog, there are three fields and a list of current NACS devices
  180.    that are available on the network.  None of the entry fields are required
  181.    and if left blank are considered "wildcard" matches to the network.  If
  182.    a field is filled in, then that is entry -must- be available on the net
  183.    to make a successful connection to a modem.
  184.  
  185.    For example:
  186.  
  187.       You have three NACS Servers on the network with the following defined
  188.       ports:
  189.                  Server    General   Specific
  190.                  GROUCHO   1200      PORT01
  191.                  GROUCHO   1200      PORT02
  192.                  GROUCHO   2400MNP   PORT03
  193.                  GROUCHO   2400MNP   PORT04
  194.  
  195.                  HARPO     2400MNP   PORT05
  196.                  HARPO     2400MNP   PORT06
  197.                  HARPO     9600V32   PORT07
  198.                  HARPO     9600V32   PORT08
  199.  
  200.                  ZEPPO     2400MNP   PORT09
  201.                  ZEPPO     2400MNP   PORT10
  202.                  ZEPPO     9600V32   PORT11
  203.                  ZEPPO     9600V32   PORT12
  204.                  ZEPPO     V32BIS    PORT13
  205.                  ZEPPO     V32BIS    PORT14
  206.                  ZEPPO     V32BIS    PORT15
  207.                  ZEPPO     V32BIS    PORT16
  208.  
  209.  
  210.         In the dialog, if you define:
  211.  
  212.              Server    [        ]
  213.              General   [        ]
  214.              Specific  [              ]
  215.  
  216.         All servers are checked, and the first available device will be
  217.         selected.  Remember, a blank field acts as a wildcard match.
  218.  
  219.  
  220.         In the dialog, if you define:
  221.  
  222.              Server    [GROUCHO ]
  223.              General   [        ]
  224.              Specific  [              ]
  225.  
  226.         The first available port on GROUCHO will be selected.
  227.  
  228.  
  229.         In the dialog, if you define:
  230.  
  231.              Server    [        ]
  232.              General   [2400MNP ]
  233.              Specific  [              ]
  234.  
  235.         The first available port on any server with an available 2400MNP
  236.         General device will be selected.
  237.  
  238.  
  239.         In the dialog, if you define:
  240.  
  241.              Server    [GROUCHO ]
  242.              General   [2400MNP ]
  243.              Specific  [              ]
  244.  
  245.         The first available port on GROUCHO with an available 2400MNP
  246.         General device will be selected.
  247.  
  248.  
  249.         In the dialog, if you define:
  250.  
  251.              Server    [ZEPPO   ]
  252.              General   [V32BIS  ]
  253.              Specific  [PORT16        ]
  254.  
  255.         Only PORT16 will be checked on ZEPPO.  No others will be checked.
  256.  
  257.    Should you be dialing and the NACS cannot find a match, even with
  258.    wildcards, the dialer will generate the following message and cycle as
  259.    if it was a BUSY detected:
  260.  
  261.        Device: NACS Device not available.
  262.  
  263. *  The NASI/NACS baud rate support has been increased to 115200.  Several
  264.    other ACS compatible 6B interfaces including NASI 3.0+ support higher
  265.    rates than 19200.  This has been tested with Novell NASI 3.0, Multi-Tech
  266.    MultiCom AsyncGateway (MCSI), and USRobotics Modem Sharing Kit (MASI) all
  267.    the way up through 115200.
  268.  
  269.    It should be noted that USRobotics MASI needs to be at least version
  270.    1.6.1 and use the -N command line switch to be compatible.  Consult with
  271.    USRobotics Technical Support about obtaining the corrected MASI driver
  272.    that is compatible with non-USR software such as QmodemPro.
  273.  
  274. -----------------------------------------------------------------------
  275. OLX v3.02
  276.  
  277. This release is a version number change only to maintain QmodemPro and
  278. OLX with the same minor version number (x.02).
  279.  
  280. -----------------------------------------------------------------------
  281. QmodemPro v1.01
  282. *  Revised the Config/Hardware screen.  Under Virtual Memory, the Reserve K
  283.    is now Maximum K.  Virtual Memory will now use up to the specified K and
  284.    leave the rest alone.  This means that you do not have to set aside some
  285.    for the DOS shells, as these are now unaffected.  Users were just too
  286.    confused by the concept of "leaving this much alone".
  287.  
  288.    For example:
  289.  
  290.       Overlay memory : The Overlay takes 512K (either EMS or XMS)
  291.  
  292.       Virtual memory : Up to the Maximum defined
  293.  
  294.       DOS Shell      : whatever it takes, (usually in the 350-500K range)
  295.  
  296. *  Host Mode Fixes:
  297.  
  298.    -  The Config/Host  (*) Full Path  ( ) DL Path Only  radio buttons
  299.       were turned around.
  300.  
  301.    -  Even if you did manage to set it to DL Path Only (really Full Path)
  302.       it was always looking in the DL Path for the files.  Now it will
  303.       correctly look for the above setting and use the correct test to see
  304.       if the file exists.
  305.  
  306.    -  The internally generated protocol list now includes external protocols
  307.       that have been defined.
  308.  
  309. *  Fixed the sending of Faxes when using the [OK for ALL] button.  It was
  310.    not writing the duplicate information to the QMFAX.NFO file, and so the
  311.    file to Digitize was blank and the digitizer was expecting input from
  312.    the keyboard!  If the user pressed ^Z and Enter, the program would
  313.    "unhang" itself and continue.
  314.  
  315. *  The mouse is now hidden from view until you need it.  This prevents
  316.    flickering when text is scrolling on the screen.
  317.  
  318. *  The phone book entries now correctly retain external protocols that
  319.    use the same letter as one of the internal ones.  This also means
  320.    that pressing PgUp or PgDn will focus the correct external protocol.
  321.  
  322. *  Changed the Auto-Start download for external protocols.  The default
  323.    Download path was not being passed in the %4 batch file variable.
  324.  
  325. *  The $NOTEFILE script variable is now set correctly after a
  326.    connection.  It was either blank or pointed to the last entry that
  327.    actually used a notename.  It now is pointed to the correct notename
  328.    based on the entry number as it should be.
  329.  
  330. *  Included the new enhanced Doorway auto-start sequence into the ANSI
  331.    emulation.  This will require the use of DOORWAY 1.21 or greater.  Doorway
  332.    now sends out an ^[[=255h to turn on remote Doorway, and ^[[=255l to
  333.    turn it off when you exit.
  334.  
  335. *  Corrected the VT102 Device Attribute response sequence.  It was telling
  336.    the remote it was a VT100 instead of a VT102.
  337.  
  338. *  Changed the Alt-D Auto-Start to work if the user is told there is a
  339.    carrier and he sends the modem init string.  It was not waiting long
  340.    enough for the modem to reset before testing to auto-start the phone
  341.    book.
  342.  
  343.  
  344. OLX changes:
  345.  
  346. *  Fixed problem with work directory when it was not specified with a
  347.    complete path name.
  348.  
  349. *  Fixed problem with Alt+X when pressing it from a file viewer.
  350.  
  351. *  Fixed problem with PgDn near the end of the file in the file viewer.
  352.  
  353. *  Fixed problem with the Replied flag not getting set in the Inbox if
  354.    a messages is replied to from within a QWK conference.
  355.  
  356. *  Fixed problems with reading empty messages (message with no text).
  357.  
  358. *  Fixed problem with entering alias names in the From field.
  359.  
  360. *  Fixed problem with the read flag when reading the first message
  361.    in a conference in split screen mode.
  362.  
  363. *  The registration name is automatically uppercased to avoid the
  364.    problem with upper/lower names and the installation program.
  365.  
  366. *  Fixed problems with running OLX from a drive different from the
  367.    one OLX is installed on.
  368.  
  369. *  Fixed some problems with cut and paste and cursor positioning in
  370.    the editor.
  371.  
  372. *  Fixed problem with always zipping reply packets.  The correct
  373.    packer is now used.
  374.  
  375.  
  376. ----------------------------------------------------------------------------
  377. DOCUMENTATION CHANGES
  378.  
  379. *  You may note that several screen snapshots in the manual do not
  380.    exactly match those in the program.  The differences are not
  381.    significant.
  382.  
  383.  
  384. p. 38
  385.  
  386. *  A new command line option, /DEVICE=  allows overriding the Config
  387.    Default Device if the declared device exists in your device list.
  388.    This also includes a change to the Alt+D/Revise/Device combo box to
  389.    include a pre-defined entry of "**Default Device**".  If an entry is
  390.    marked as using this "**Default Device**", then it uses whatever the
  391.    Config Default Device is currently set to when dialed.     
  392.  
  393.    The /DEVICE= command line option allows you to specify a Device name
  394.    that has embedded spaces. To do so, substitute the underscore '_' for
  395.    them, i.e.,   QMPRO /DEVICE=HST_Dual_on_Com1     is valid.
  396.  
  397. p. 38
  398.  
  399. *  The new /VGA=[mode] switch allows users of VGA and EGA cards to
  400.    switch into a non-standard video mode at startup.  Substitute the
  401.    video mode number for [mode].  As long as your video card supports
  402.    setting the AL register to the desired mode, this option will operate
  403.    correctly.
  404.  
  405. p. 38
  406.  
  407. *  A new command line option /CONFIG allows starting QmodemPro with
  408.    immediate startup of the menu bar, even before any communication
  409.    ports are activated.  This allows you to set up a different device,
  410.    perhaps for a different port, even before QmodemPro starts.
  411.  
  412. p. 64
  413.  
  414. *  The Revise Entry dialog in the phonebook supports a new device
  415.    type called "**Current Device**".  If you have this device selected,
  416.    it will use whatever device is currently active, either by dialing
  417.    another entry, or set via Alt+K.  Used in conjunction with the
  418.    /DEVICE= command line, you can have one entry that can dial through
  419.    multiple devices by using Alt+K first.
  420.  
  421. p. 66
  422.  
  423. *  The Editor command was changed to Edit, and now has added
  424.    functionality.
  425.  
  426. p. 66
  427.  
  428. *  Phonebook sorting was also added.  There is a [Sort] button in the
  429.    [Edit] dialog on the phonebook screen.  Some of the highlights include:
  430.  
  431.    *  Sort by any field in the phone book either ascending or descending.
  432.    *  Remembers the last sort criteria.
  433.    *  Sorts the Group files to match the phonebook.
  434.    *  Sorts the NFO Fax info file to match the phonebook.
  435.    *  Renames the attached Note files to match the phonebook.
  436.    *  Uses a memory/disk based virtual memory scheme using the QuickSort
  437.       algorithm.
  438.  
  439. p. 85 & 232
  440.  
  441. *  Added Entry number support to the Script DIAL command and the @DIAL meta
  442.    key command.  So, the following are valid:
  443.  
  444.        @DIAL TForbin 2 3 23 TMustang   {Function key example}
  445.  
  446.        DIAL "TForbin 2 3 23 TMustang"   ;Script example
  447.  
  448.    The above indicates the dial should flag all entries with the text
  449.    Forbin, and entries 2, 3, and 23, and all entries with the text
  450.    Mustang.
  451.  
  452. p. 85 & 232
  453.  
  454. *  Added GROUP support to the Script DIAL and @DIAL meta command.
  455.    The syntax is:
  456.  
  457.        @DIAL GROUP=QWK Mail Runs      {Function key example}
  458.  
  459.        DIAL "GROUP=QWK Mail Runs"     ;Script example
  460.  
  461.    Note that embedded spaces are OK in group names.
  462.  
  463.    If the Group is defined as "Continuous Dial", then each number is dialed
  464.    in sequence until all have been dialed or untagged.  If a login
  465.    script is attached to any of the entries in the group to be dialed,
  466.    the login script MUST end with a RETURN instead of the normal EXIT
  467.    command.  This is the signal to return to the dialer and continue
  468.    dialing.  If there are no more entries to dial, then the original
  469.    script will continue to execute.
  470.    
  471. p. 105
  472.  
  473.    The special offer for obtaining DOORWAY at a reduced price is no
  474.    longer available from the author of that program.
  475.  
  476. p. 208
  477.  
  478. *  Script filename entry forces the .SCR suffix and it is not required
  479.    from the Alt+F dialog.
  480.  
  481. p. 213
  482.  
  483. *  Quotes were inadvertently stripped from many script examples.  On
  484.    this page the text at the top should read:
  485.  
  486.      WAITFOR "Enter your password :"
  487.      SEND "$PASSWORD^M"
  488.  
  489. p. 217 Quotes stripped, should read:      DIAL "1"
  490.  
  491. p. 218 Quotes stripped, should read:      WAITFOR "Password"
  492.  
  493. p. 220 Quotes stripped, should read:      IF "$0" = "_EOF_" DONE
  494.                                           DISPLAYLN "$0"
  495.  
  496.        The "_EOF_" indicates End Of File, and is used to test for the end.
  497.  
  498. p. 224 Quotes stripped, should read:      ATWRITE 1 24 30 "$0"
  499.                                           ASSIGN 0 "Test string"
  500.                                           ASSIGN THAT "$THIS"
  501.  
  502. p. 232 The "Pprefix" option is not an option for the DIAL command.
  503.  
  504. p. 234 Quotes stripped, should read:      DISPLAYLN "TEST MENU"
  505.  
  506. p. 248 Quotes stripped, should read:      IF "$0" = "" Nul_label
  507.  
  508. p. 249 Quotes stripped, should read:      DISPLAY "$0"
  509.  
  510. p. 252 Quotes stripped, should read:      IF "$0" = "_EOF_" done
  511.  
  512. p. 254 Quotes stripped, should read:      SEND "AT^M"
  513.  
  514. p. 258 Quotes stripped, should read:      SEND "$PASSWORD^M"
  515.  
  516. p. 261 Quotes stripped, should read:      SEND "ATZ^M"
  517.                                           WAITFOR "OK"
  518.  
  519. p. 291
  520.  
  521. *  Config/Device now contains a "Default Device" field that can be set with
  522.    the new [Default] button.  This is the device that will be used when you
  523.    start up QmPro, and the device used when entries are added to the
  524.    phonebook automatically by OLX.  This will also make it easier to add
  525.    the /DEVICE= command line option.
  526.  
  527.    We suggest assigning the "Default Device" to all phone book entries
  528.    except those that require special modified settings.  This enables
  529.    you to change the modem assigned to ALL phonebook entries by simply
  530.    specifying a different default device.
  531.  
  532.                                          
  533. p. 299
  534.  
  535. *  Support for Direct Connect devices through the Phonebook was added
  536.    since the manual went to print.  To make use of a direct connect
  537.    device, create a new device and edit the [Term Cmds] section to have
  538.    the word DIRECT as the Connect Message:
  539.  
  540.    ╔═[*]════════════ Commands for Direct Connect COM1 ════════════════╗
  541.    ║                                                                  ║
  542.    ║    Modem Init                                                    ║
  543.    ║                                                                  ║
  544.    ║   Dial Prefix                       OK Message                   ║
  545.    ║                                                                  ║
  546.    ║   Dial Suffix                      Cancel Dial                   ║
  547.    ║                                                                  ║
  548.    ║   Connect Msg  DIRECT              Auto Answer                   ║
  549.    ║                                                                  ║
  550.    ║  No Connect 1                           Hangup                   ║
  551.    ║                                                                  ║
  552.    ║  No Connect 2                     Redial Intr.                   ║
  553.    ║                                                                  ║
  554.    ║  No Connect 3                     Delay During 60                ║
  555.    ║                                                                  ║
  556.    ║  No Connect 4                      Delay After 10                ║
  557.    ║                                                                  ║
  558.    ║                         OK   ▄     Cancel ▄                      ║
  559.    ║                       ▀▀▀▀▀▀▀▀     ▀▀▀▀▀▀▀▀                      ║
  560.    ╚══════════════════════════════════════════════════════════════════╝
  561.  
  562.    The Connect Msg MUST be the word DIRECT (not case sensitive) and the
  563.    dialer will report an immediate "DIRECT connection established"
  564.    message and exit.  It will also run any script attached to this entry
  565.    to automate logons and such to whatever mini or mainframe is at the
  566.    other end.
  567.  
  568.    The Dialing directory entry Number field should be left blank, as should
  569.    the Dial Prefix and Dial Suffix (as shown above) so that nothing extra is
  570.    sent to the remote system until the script executes.
  571.  
  572. p. 309-310
  573.  
  574.    The FAX @ codes are listed incorrectly.  We have enclosed a sample
  575.    FAX cover sheet consisting of a graphic .PCX file and a text page.
  576.    The .PCX file is named COVER.PCX and is used in the cover page which
  577.    is called FAXCOVER.TXT.  To use this cover page simply place the name
  578.    FAXCOVER.TXT in the FAX config option for Cover Page.  It uses the
  579.    correct @ codes which are summarized below:
  580.  
  581.  
  582.    The codes that were removed or renamed for clarity are:
  583.  
  584.    @SYSTEM@  Renamed @TOSYSTEM@
  585.    @SITE@    Renamed @FROMSYSTEM@
  586.    @OURFAX@  Renamed @FROMPHONE@
  587.    @PHONE@   Renamed @TOPHONE@
  588.    @TPAGES@  Renamed @PAGES@
  589.    @PAGE@    Removed (page counter is automated at top of each page)
  590.    @MEMO@    Removed
  591.    @ATTN@    Removed
  592.  
  593.  
  594.    The codes translate as:
  595.  
  596.    @TOSYSTEM@   name of the FAX system as listed in the QMPRO phonebook.
  597.    @FROMSYSTEM@ name of the FAX system in your QMPRO FAX config setting
  598.    @PAGES@      total number of pages in the FAX, including cover page
  599.    @TOPHONE@    number of the FAX system as listed in the QMPRO phonebook
  600.    @FROMPHONE@  number of the FAX system in your QMPRO FAX config setting
  601.  
  602.  
  603. p. 320
  604.  
  605. *  Kermit setup in Config now has a [Default] button to reset the
  606.    parameters to startup in case you change them and can't remember what
  607.    they were.
  608.  
  609. p. 320
  610.  
  611. *  The CIS B+ protocol can auto-start if desired.  If you set a dialing
  612.    directory entry default protocol to CIS B+, when you connect to
  613.    that system (CompuServe) the CIS B+ protocol will be
  614.    autostart-enabled for the duration of the call regardless of the
  615.    settings in the Internal Protocol/CIS B+ section of Config.  If any
  616.    other protocol is specified in a dialing directory entry, autostart
  617.    of CIS B+ is controlled by the config options.  In this second case
  618.    the autostart character (ENQ) must be correctly indicated in config
  619.    for autostart to function.  The advantage of specifying CIS B+ for
  620.    your CompuServe phonebook entry is you can get CIS B+ autostart
  621.    without setting the config options to start it every time an ENQ
  622.    character is received (not a good idea during normal BBS calls).  You
  623.    should leave the CIS B+ Config option set to Disabled (for normal BBS
  624.    operation) and still have auto CIS B+ transfers as long as the
  625.    CompuServe dialing directory entry specifies the B+ Protocol.
  626.  
  627. p. 324
  628.  
  629. *  The external protocol Revise dialog now uses radio buttons for the Batch
  630.    Upload and Download support questions.
  631.  
  632. *  The enclosed scripts make use of the phonebook fields for Name and
  633.    Password, and will not operate properly without them completed.  See
  634.    the text of each script for additional reminders.
  635.  
  636. *  The Device Mismatch dialog that can appear when loading a phonebook
  637.    has an additional button [Revise with Default].  If you select this,
  638.    all the phonebook entries that point to the mismatched devices in the
  639.    list will be converted to your current Default Device.  This will
  640.    update the phonebook file on disk as well so you do not get this
  641.    dialog the next time you load it.  If you are sharing the phonebook
  642.    between two unique systems, you can still press [Continue] and the
  643.    update will be skipped.
  644.  
  645. *  The Alt-O Change Drive/Dir command was added.  It works identically
  646.    to the one in the Alt+6 Batch Entry Window (BEW).  Both Drives and
  647.    directories can be changed from this dialog, and it is designed to
  648.    replace the old 5.x Alt-O and Alt-L commands.
  649.  
  650. p. 329
  651.  
  652. *  Revised the Config/Hardware screen.  Under Virtual Memory, the Reserve K
  653.    is now Maximum K.  Virtual Memory will now use up to the specified K and
  654.    leave the rest alone.
  655.  
  656.  
  657. OLX
  658.  
  659.  
  660. You may note that several screen snapshots in the manual do not exactly
  661. match those in the program.  The differences are not significant.  The
  662. following short list outlines the pages with minor corrections since the
  663. manual went to print:
  664.  
  665.  
  666. *  The help system has been enhanced. You can go back to the previous
  667.    help screen by pressing Alt F1 or clicking on the bottom of the
  668.    screen.
  669.  
  670. p. 127
  671.  
  672. *  The references to SERVICE in the screen snapshots and the text should
  673.    read PACKET.
  674.  
  675. p. 132
  676.  
  677. *  The screen and reference to SERVICE has been changed to PACKET.
  678.  
  679. p. 149
  680.  
  681. *  The screen and reference to SERVICE has been changed to PACKET.
  682.  
  683. *  The descriptions for FAX address and phonebook entries is correct as
  684.    described in the documentation, however we think that some additional
  685.    information may help you make use of these features more easily.
  686.  
  687.    When you have a FAX number for a company and will be sending FAX
  688.    messages to multiple people in the company, you should set up only
  689.    ONE QmodemPro phonebook entry for the entire company. The phonebook
  690.    entry might read "MSI FAX Machine".  Set up this FAX phonebook entry
  691.    before entering any messages to anyone individually.
  692.  
  693.  
  694.    The address book in OLX should then contain the individual names of
  695.    the people at the company who will be receiving FAXs from you.  For
  696.    example, you might have the previously mentioned MSI FAX machine
  697.    entry in the QmodemPro phonebook, but have address book entries in
  698.    OLX for RICK HEMING, JIM HARRER, SCOTT HUNTER and GREG HEWGILL.
  699.  
  700.    This type of configuration results in the FAX being attached to the
  701.    correct QmodemPro phonebook entry because the phone numbers match.
  702.    The message is then sent to the individual and the @codes are
  703.    correctly substituted for @FROM@ and @FROMSYSTEM@.
  704.  
  705.  
  706.  
  707.