home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / c-a-d.zip / c-a-d.doc next >
Text File  |  1995-11-14  |  2KB  |  42 lines

  1.     Tue  11-14-95                         C-A-D.DOC
  2.  
  3.     By: Morton F. Kaplon    CIM:73457,437  or  emkay@fast.net
  4.  
  5.     The program C-A-D.EXE toggles the Ctrl-Alt-Del Key sequence between
  6.     ENABLED (the system default) and DISABLED. When Ctrl-Alt-Del is in
  7.     the DISABLED state that key sequence does nothing. In that state the
  8.     OS/2 HotKey Alt-Home, which toggles DOS sessions between a Windowed
  9.     and FullScreen State is also DISABLED. This is a side effect. In the
  10.     DISABLED state you cannot accidentally REBOOT by hitting the
  11.     Ctrl-Alt-Del key sequence.
  12.  
  13.     C-A-D.EXE is designed to be used in conjunction with the enclosed
  14.     program CADMEM.EXE. CADMEM.EXE should be loaded first. This program
  15.     merely establishes a Shared Memory Area that C-A-D.EXE uses to store
  16.     the Toggled State of Ctrl-Alt-Del.
  17.  
  18.     C-A-D when called will read that State, give you a message informing
  19.     you whether Ctrl-Alt-Del is ENABLED or DISABLED and offering you
  20.     the option to change that State, and if it is changed it will so
  21.     inform you.
  22.  
  23.     The reason for using CADMEM.EXE is that there is no way to change
  24.     environment variables globally, otherwise the Environment would
  25.     be used to store the Toggled State.
  26.  
  27.     CADMEM.EXE should not be unloaded if you wish to use C-A-D.EXE in
  28.     its intelligent mode.
  29.  
  30.     CADMEM can be unloaded by using Ctrl-Esc to activate the Task List,
  31.     Higlight the title CADMEM and press the <Del> key. CADMEM.EXE will
  32.     be unloaded.
  33.  
  34.     IF you do not load CADMEM.EXE first, C-A-D.EXE will offer you the
  35.     option of Toggling the State. In this case it is your responsibility
  36.     to know the Toggled State.
  37.  
  38.     The toggling action is  accomplished by using the function:
  39.     DosDevIOCtl with Category 4(Keyboard), Function 56Hex which allows
  40.     setting of Session Hot Keys.
  41.  
  42.