home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / os2 / hswtch02.zip / HSWITCH.TXT < prev   
Text File  |  1993-04-01  |  4KB  |  116 lines

  1.                          === DISCLAIMER ===
  2.  
  3.  
  4. I allow you to use and distribute HSWITCH freely under the
  5. condition that I am in no way responsible for any damage or
  6. loss you may suffer. 
  7.  
  8.  
  9. Henk Kelder, Fidonet 2:280/801.339
  10.  
  11. Notes about HSWITCH version 1.0
  12. ===============================
  13.  
  14. HSWITCH is a program that allows you to switch sessions on OS/2 2.0 from
  15. within full screen sessions.
  16.  
  17. HSWITCH is a dual mode program. The .exe file actually contains TWO
  18. programs: A OS/2 program AND a TSR program for DOS.
  19.  
  20.  
  21. General Installation for OS/2
  22. =============================
  23.  
  24. There are two ways to install HSWITCH:
  25.  
  26. 1. Add a "RUN=[path]HSWITCH.EXE in your CONFIG.SYS
  27.  
  28. 2. Enter "DETACH [PATH]HSWITCH" at a OS/2 command prompt
  29.  
  30.  
  31. Installation in a DOS box
  32. =========================
  33.  
  34. Simply run HSWITCH in a DOS session. It will install itself as an TSR
  35. program that will take round 8Kb of RAM space.
  36. When activated by its hotkey, HSWITCH will send a signal to the 
  37. OS/2 counterpart that will actually show the switchlist.
  38. If the OS/2 version is not installed, the DOS version will NOT install.
  39.  
  40. You can remove the DOS version by typing HSWITCH /R. 
  41.  
  42. Note: HSWITCH can also be loaded and activated in a DOS window. Pressing 
  43. the hotkey there will however result in switching to full screen before the
  44. switchlist is displayed. 
  45.  
  46. HSWITCH does not work (the tasklist will not appear) while using WIN-OS/2.
  47.  
  48.  
  49. Activating
  50. ==========
  51.  
  52. To activate HSWITCH press the hot-key. This hot-key consist of two keys:
  53. Press and hold the right <ALT> key en press the forward shash.
  54.  
  55. This keystroke causes a task list window to appear over the current
  56. screen.  A session can be selected by using the arrow keys, or by
  57. entering the first letter in the session title.
  58.  
  59. Once a session has been selected, you can enter any of the following
  60. keys:
  61.  
  62. <ENTER> - switches you to the highlighted session
  63. <ESC>   - places you back in the session you started in
  64. <ALT-X> - Removes the detached HSWITCH OS/2 background program
  65.  
  66.  
  67. Known bugs/limitations
  68. ======================
  69.  
  70. - HSWITCH may not become active from within an OS/2 session if you have more
  71.   than 20 or so sessions.
  72.  
  73. - When you activate HSWITCH from an DOS session the current session is
  74.   not marked by the highlighted bar. Instead the first session is
  75.   highlighted.
  76.  
  77. - On Version of OS/2 where only the initial release of OS/2 is installed
  78.   (GA) there are reports of traps when the DOS VSWITCH is used.
  79.  
  80.  
  81. Credits
  82. =======
  83.  
  84. The OS/2 Part of HSWITCH is based on the public domain "VSWITCH" program 
  85. by Scott Dudley. The DOS part is off my own hand.
  86.  
  87. VSWITCH is in turn based on a public domain program call "HOTKEY" by
  88. Peter Fitzsimmons and Dave Burton.  
  89.  
  90. HSWITCH is also public domain. The OS/2 code was compiled with 
  91. IBM C/2 Set 32 Bits compiler for OS/2 2.0. The DOS code was compiled with
  92. the Microsoft C version 6.0a compiler.
  93.  
  94.  
  95. Notes on version 1.3:
  96.  
  97. o       You can now specify the first and last session that hswitch
  98.         monitors. The syntax is:
  99.  
  100.             run=[d:\path\]hswitch.exe /Fff /Lll (in the config.sys)
  101.                         or
  102.             detach [d:\path\]hswitch.exe /Fff /Lll (from the command line)
  103.  
  104.             where ff is the first session id and
  105.                   ll is the last session id.
  106.  
  107.         The defaults are 4 until 15.                
  108.         
  109.  
  110. o       When the DOS VSWITCH is used and the screen is not set on
  111.         25 lines, the screen background is cleared before the program
  112.         will popup.
  113.  
  114. o       If you run HSWITCH in the foreground it will show messages about
  115.         whats happening.
  116.