home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / n / noexit.zip / 00README.TXT next >
Text File  |  1993-02-07  |  2KB  |  66 lines

  1. NoExit
  2. Copyright (c) 1993
  3. Steven G. Judd
  4. All Rights Reserved
  5. ==============================================================================
  6. NoExit is a FREEWARE program developed by:
  7.  
  8.     Steven G. Judd
  9.     Tentacle Systems
  10.     84 Cove Road, Haddam Neck
  11.     East Hampton, CT.
  12.  
  13.     CompuServe: 71762,3712
  14.  
  15. Freeware License Terms:
  16.  
  17.     NoExit may be freely copied and used by ANYONE for
  18.     non-commercial use, provided that this FREEWARE license
  19.     statement is provided with the software.
  20.  
  21.     To include NoExit in a commercial product please contact
  22.     the author at the above address.
  23.  
  24. ==============================================================================
  25.  
  26. NoExit is a small Windows(tm) 3.1 program that disables the CLOSE option on
  27. the system menu of designated Windows programs.  This is useful when you do
  28. not want to accidentally close an application by inadvertently double-clicking
  29. on the system menu.
  30.  
  31. An application that has had the "CLOSE" option disabled by NoExit can
  32. be terminated:
  33.  
  34. 1. Via the EXIT option on its FILE menu (if it has one).
  35. 2. Via other, application-specific means (e.g. some other menu choice).
  36. 3. Via the "END TASK" option on the Task List.
  37. 4. By exiting Windows (drastic, but effective).
  38.  
  39. You identify the applications that NoExit will operate on by adding a NoExit
  40. section to your WIN.INI file.  A typical NoExit section looks like this:
  41. .
  42. .
  43. .
  44. [NoExit]
  45. target="Program Manager","File Manager"
  46. .
  47. .
  48. .
  49. This NoExit section will disable the CLOSE option on the Program Manager and
  50. File Manager.  You identfy a program to NoExit by placing the main window title,
  51. in quotes, on the "target=" line, or by placing the targets window class name
  52. on the "target=" line.
  53.  
  54. When NoExit runs, it locates all identified targets that are currently running and disables 
  55. the  CLOSE option on the system menu.
  56.  
  57. NoExit can be placed in a program group and executed at any time by double-clicking on the 
  58. NoExit icon;  it can also be placed in WIN.INI as the last item on the "run=" line, so 
  59. target programs that are automatically loaded and/or run on the "load=" and "run=" lines
  60. can be automatically disabled.
  61.  
  62. NoExit exits immediately after executing.
  63.  
  64.  
  65.  
  66.