home *** CD-ROM | disk | FTP | other *** search
/ Strictly Windows / STRICTLY.ISO / programs / itask / readme.txt < prev    next >
Encoding:
Text File  |  1995-02-02  |  7.7 KB  |  187 lines

  1.                          -----------------------------
  2.                                  Instant Task
  3.                             -----------------------
  4.                               Stefan K. S. Tucker
  5.                            Perpetual Motion Software
  6.                          -----------------------------
  7.  
  8. This is an application that runs under Microsoft Windows to give the user
  9. the ability to quickly switch between applications.
  10.  
  11. If you like this application and wish to continue to use it, you must register
  12. it.  The registration fee for this application is $5.  You will find further
  13. information on using the application in the dialog boxes accessed from the
  14. application's system menu.  Please give me any feedback that you feel would be
  15. helpful.
  16.  
  17. Please mail any correspondence (fees, suggestions, comments, etc.) to:
  18.  
  19.                Stefan Tucker
  20.                Perpetual Motion Software
  21.                310 West Noyes Street
  22.                Arlington Hts., IL 60005-3638
  23.  
  24. The following files are included in this package:
  25.       ReadMe.txt   - This file
  26.       Tasks.exe    - The application
  27.       TasksDll.dll - Hook functions for the application
  28.       PMSUtil.dll  - Support functions for the application
  29.       PMSProds.txt - Other products available from Perpetual Motion Software
  30.  
  31.                                  Requirements
  32.                                  ------------
  33.  
  34. IBM PC or compatible (386, or better)
  35. Microsoft Windows 3.1, or later
  36.  
  37.  
  38.                                  Disclaimer
  39.                                  ----------
  40.  
  41. The author and distributors of this software are in no way legally
  42. liable for any negative effect resulting from its use.  In the extremely
  43. unlikely event that something bad does happen and we are held responsible,
  44. our liability is limited to the licensing fees paid by the user to the author.
  45.  
  46.  
  47.                            Installation Instructions
  48.                            -------------------------
  49.  
  50. From DOS:
  51. 1. Copy tasks.exe, tasksdll.dll, and pmsutil.dll to any one directory.
  52.    (For example, "c:\tasks".)  The .dll files must be on the path when you
  53.    start Microsoft Windows or in the same directory as the .exe.  (If you
  54.    have more than one product from Perpetual Motion Software, please note
  55.    that the DLLs must be in the same directory in order to ensure that all
  56.    of the products use the same DLL(s).)
  57.  
  58.    N.B.: If you already have an application from Perpetual Motion Software
  59.          which uses pmsutil.dll, you should copy a newer pmsutil.dll into
  60.          the same directory as the previous one.  (Version information is
  61.          stored in the resource section of the DLL.)
  62.  
  63.  
  64.                              Execution Instructions
  65.                              ----------------------
  66.  
  67. 1. Execute tasks.exe from Microsoft Windows.  (If you did not place the files
  68.    in Step 1 in your Microsoft Windows directory, you will have to specify
  69.    the full path, unless the directory is on your path when you start
  70.    Microsoft Windows.)
  71.  
  72. 2. Please note that you must provide 'L', 'M', or 'R' as an argument on the
  73.    command line.  This indicates which mouse button (left, middle, or right)
  74.    you want to use as your "hot-button" to access the Instant Task list.
  75.    After running Tasks, when you press that mouse button, a task list is
  76.    displayed from which you can select an appliation to switch to.
  77.  
  78. 3. You can also enter a second parameter to specify a key (either Shift,
  79.    Control, or Alt).  If you press this key while clicking the mouse button
  80.    (that you specified with the first command line parameter), Instant Task
  81.    ignores the mouse button click and passes it through to the underlying
  82.    application.  This parameter is optional.
  83.  
  84.    You will probably want to create an icon for Instant Task in your
  85.    Program Manager's Startup group.
  86.  
  87.  
  88.                               Additional Help
  89.                               ---------------
  90.  
  91. If you do not want some applications to appear in the Instant Task list,
  92. you need to create a file named tasks.ini in your Windows directory.
  93. For example, if you always run Clock, you probably do not want to see it
  94. in your Instant Task list.  So, edit or create a file named tasks.ini
  95. in your Windows directory and enter the following lines:
  96.  
  97. [Exclude]
  98. Clock=1
  99.  
  100. (They must start in the first column.)  Now, any application whose window
  101. title *begins* with "clock" will not appear in the Instant Task list.
  102. When you run Instant Task next, any applications you have listed in the
  103. "Exclude" section will not appear in the list.
  104.  
  105.                                  Release Notes
  106.                                  -------------
  107.  
  108. Known Bugs
  109. ----------
  110. None.
  111.  
  112. =============================================================================
  113.                                  Version 2.10
  114. =============================================================================
  115.  
  116. Enhancements
  117. ------------
  118. The user can now select a key (shift, control, or alt) to press when pressing
  119. a mouse click.  This causes Instant Task to ignore the mouse click and to
  120. pass it through to the underlying application.  (However, it is still as
  121. if that "modifying" key is pressed.  It seems that applications do not
  122. generally care about that.)
  123.  
  124. =============================================================================
  125.                                  Version 2.01
  126. =============================================================================
  127.  
  128. Enhancements
  129. ------------
  130. The tasks are now sorted by their title.
  131.  
  132. =============================================================================
  133.                                  Version 2.00
  134. =============================================================================
  135.  
  136. Enhancements
  137. ------------
  138. The listbox has been replaced by buttons, requiring only one click and giving
  139. the user an easier and faster way to identify the application to which they
  140. want to switch.
  141.  
  142. There is a status bar which displays the title of each application as the
  143. cursor moves over the buttons.
  144.  
  145. There is now an (optional) tasks.ini file.  The [Exclude] section contains
  146. entries for each application that the user does not want to be included in
  147. the Instant Task list.  For example, to exclude 'Dr. Watson' and all
  148. applications that have a title beginning with "Notepad", the file looks
  149. like this:
  150.             [Exclude]
  151.             Dr. Watson=1
  152.             Notepad=1
  153.  
  154. Known Bugs
  155. ----------
  156. Instant Task does not draw the icons of applications that draw their own
  157. icons (e.g., Clock, DOS) if those applications' icons are covered by some
  158. other application.
  159.  
  160. =============================================================================
  161.                                  Version 1.21
  162. =============================================================================
  163.  
  164. Enhancements
  165. ------------
  166. The list of tasks now only contains the names of the applications and not
  167. not titles of any child dialog boxes that are displayed by the application.
  168.  
  169. =============================================================================
  170.                                  Version 1.20
  171. =============================================================================
  172.  
  173. Fixes
  174. -----
  175. When InstantTask is minimized, the specified mouse button click is
  176. correctly passed to the underlying application instead of to InstantTask.
  177.  
  178. =============================================================================
  179.                                  Version 1.11
  180. =============================================================================
  181.  
  182. Enhancements
  183. ------------
  184. Now, if the application is minimized, it will ignore the specified mouse
  185. button click.  It returns to normal behavior after it is restored.
  186.  
  187.