home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / hklnch23.zip / README.TXT < prev    next >
Text File  |  1995-12-23  |  6KB  |  112 lines

  1. /******************************************************************************/
  2. /*     HKLaunch v2.3  -  Replacement for using the STARTUP folder or the      */
  3. /*     for OS/2          STARTUP.CMD file. Allows to start applications with  */
  4. /*                       dependencies to other applications or to day and     */
  5. /*                       time. It is also possible to send keystrokes to the  */
  6. /*                       started applications.                                */
  7. /*                                                                            */
  8. /*     Copyright 1995 by H. Kiesbauer, 4U - Software                          */
  9. /*                                                                            */
  10. /*     README.TXT file                                                        */
  11. /******************************************************************************/
  12. 1. CONTENTS
  13.    This package must contain the following files:
  14.    FILE_ID.DIZ           BBS description file
  15.    README.TXT            this file
  16.    HKLaunch.EXE          executable file
  17.    HKLaunch.ICO          icon file
  18.    HKLaunch.HLP          help file, can also be viewed by VIEW.EXE
  19.    HKRXTOOL.DLL          utility DLL library
  20.  
  21.    It may also contain
  22.    VROBJ.DLL             Watcom VX-REXX runtime DLL library which is needed to
  23.                          run the application
  24.                          must be version 2.1b or higher
  25.    If it is not contained, you can find it in our product "HKFaxPbk", HKFAXPBK.ZIP
  26.    file or in Compuserve ( GO WATCOM ) or many mailboxes.
  27.  
  28. 2. OPERATING SYSTEM AND REQUIREMENTS
  29.    This application needs OS/2 Version 2.0 or higher. It needs 200 KByte disk
  30.    storege space without VROBJ.DLL. VROBJ.DLL needs 900 KBytes.
  31.  
  32. 3. INSTALLATION
  33.    This package needs no specific installation, just copy the *.EXE and *.HLP
  34.    files to directory you choose and make sure that the *.DLL files are in the
  35.    same directory or in a directory which is named in your LIBPATH statement.
  36.  
  37.    The system will generate a *.INI file at the first activation. This file
  38.    should be in the same directory as the *.EXE file.
  39.  
  40.    You can use the *.ICO file for generating a desktop icon to start the appli-
  41.    cation.
  42.  
  43.    If you want to start HKLaunch at system setup, which is the preferrable use,
  44.    generate a program icon in the STARTUP folder and enter the path where you
  45.    placed HKLaunch as the working directory. Enter also "/S" as program para-
  46.    meter if you wish that HKLaunch starts immediately launching your appli-
  47.    cations and shall close if finished. Use "/s" to let HKLaunch and its window
  48.    stay open.
  49.  
  50. 4. WHAT IS NEW IN THIS VERSION
  51.    Keystrokes can be sent to DOS and OS/2 windows or full screen session via the
  52.    clipboard.
  53.    Not only executable programs can be started, but also any workplace object can
  54.    be opened. You only have to give its OBJECT-ID or file name as program name.
  55.  
  56. 5. LIMITATIONS
  57.    If not registered, the package handles all defined applications, but only
  58.    starts 2 of the apllications without and 2 with dependencies. This should be
  59.    sufficient to let you test the functionality and the performance.
  60.  
  61. 6. REGISTRATION
  62.    The package contains a menu entry which lets you perform all neccessary
  63.    registration steps. The registration fee is $ 20,-- ( or CHF 25,--) and
  64.    is valid for all subsequent versions unless otherwise stated. Please use
  65.    COMPUSERVE's registration service for your convenience and mine ( GO SWREG,
  66.    the registration ID is 4852.
  67.  
  68. 7. VERSION HISTORY
  69.    1.0  - 23.02.1995  Initial release
  70.    1.01 - 03.03.1995  Maintenance release, some bugfixes
  71.    1.02 - 05.03.1995  access to HKLAUNCH.INI with more efficient routines
  72.    1.05 - 10.03.1995  speed up the test for former runned applications, bugfixes
  73.    2.0  - 21.03.1995  Keystrokes to DOS and OS/2 window/full screen sessions
  74.                       Opening of any workplace object, not only executables
  75.    2.1  - 11.06.1995  During keystroke transmission to a started program the
  76.                       priority of the coooresponding thread is raised
  77.                       Bug fixed at application delete/change which could lead to
  78.                       a corrupted INI file
  79.    2.2 - 25.06.1995   another bug fixed in conjunction with application add/delete
  80.                       field "Working Directory" can be better changed now
  81.                       HKRXTOOL.DLL has been changed to allow for more application types
  82.    2.3 - 23.12.1995   bug fix: working directories on other drives allowed
  83.  
  84. 8. KEYSTROKES AND CAPTION FOR SOME APPLICATIONS
  85.    Please note that you must separate the keystrokes by "!!" if a keystroke
  86.    sequence opens a new client window or a submenu in order to ensure that
  87.    the next keystrokes are sent to the new window or submenu.
  88.  
  89.    Note that the caption must contain the caption and eventually the window
  90.    list title of the application. Please use always the "List" pushbutton to
  91.    obtain these values, as some applications display not these values on their
  92.    windows ( an example for this is FaxWorks!). Please note that there are
  93.    applications which do not have a caption, but only a window list title. In
  94.    such a case, the application caption field must start with !!.
  95.  
  96.    If you want to send keystrokes to a DOS or OS/2 window or full screen session,
  97.    this can only be done via the clipboard. If you use a national (non-english)
  98.    version of OS/2 you must give the letter for the "Paste" function of the system
  99.    menu at the beginning of the keystrokes, separated by !!.
  100.  
  101.  
  102.    FaxWorks      -  To start FaxWorks with the "Recieve All" option set:
  103.                     Caption   : FaxWorks for OS/2!!FaxWorks Fax Window
  104.                     Keystrokes: {Alt}F!!RA
  105.  
  106.    Soundblaster  -  To start the mixer in order to reset the sound values
  107.                     Program   : CTMIXER.EXE
  108.                     Caption   : Creative Mixer
  109.                     Keystrokes: {F10}!!x{Down}{Down}{Down}{Down}{Down}{Enter}{Alt}{F4}
  110.  
  111. /************** END OF README.TXT for HKFaxPbk *******************************/
  112.