home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / WIN_UTL2 / STOPEM.ZIP / STOPEM.TXT < prev   
Text File  |  1994-01-25  |  5KB  |  98 lines

  1. What is StopEM:
  2.   StopEM is a small utility that can be configured to stop an
  3.   application, set of applications, or Windows itself. Any number
  4.   of application sets can be configured and any number of
  5.   applications can be in each set. Why use StopEM? If you have
  6.   several applications that you start and stop as a group StopEM
  7.   makes it easier to stop all the applications since only 2 button
  8.   clicks are needed instead of 2 for each application. In addition
  9.   the StopEM icon is bigger than the system menu icon or the "File"
  10.   menu title so its easier to position the mouse.
  11.  
  12. Running StopEM:
  13.   Once StopEM is configured, see below, just run it. It takes 1
  14.   argument which can be entered via the Run dialog box or as part
  15.   of the command line entry in the properties dialog box if you
  16.   configure StopEM as an item in a program group. The argument
  17.   corresponds to an application set name which is also a section
  18.   name in the STOPEM.INI file. If the argument is not supplied or
  19.   the argument does not correspond to a section name StopEM will
  20.   display a message box with an error message.
  21.  
  22.   To actually stop the applications in the application set you
  23.   need to click on the StopEM icon to bring up the system menu
  24.   and then select the "StopEM" menu option. This sends a "Close"
  25.   message to each application window in the application set.
  26.  
  27.   I tend to add a StopEM icon to the same program groups that
  28.   the applications that will be stopped are in. I then change the
  29.   properties of the icon so that the "Command Line" entry has the
  30.   section name following the STOPEM.EXE path. I also change the
  31.   "Description" entry so that it lists the applications that will
  32.   be stopped. 
  33.  
  34. Configuring StopEM:
  35.   To configure StopEM you need to create a STOPEM.INI file in
  36.   your Windows directory. Each section in the INI file corresponds
  37.   to an application set. The entries in each section tell StopEM
  38.   how many applications are in the set and the title of the
  39.   application window whose application is to be stopped.
  40.  
  41.   For example one of the sections that I use looks like:
  42.      [Network]
  43.      number=3
  44.      Title1="Custom - C:\NETMANAG\TCPIP.CFG"
  45.      Title2="Ping - PV"
  46.      Title3="Telnet - TELNET.CFG"
  47.  
  48.      [Windows]
  49.      number=1
  50.      Title1="Program Manager"
  51.  
  52.   Note that there is 1 basic entry name, Title and that a number,
  53.   corresponding to the application number within the set, is appended
  54.   that. The title specified must be the exact title that will appear
  55.   in the application window. This is how StopEM identifies the
  56.   window. If the title is wrong StopEM will put up a message box
  57.   saying that it could not find the application window. 
  58.  
  59.   You will notice after running StopEM that an xPos and yPos entry
  60.   are added to each application set. StopEM records the position
  61.   of the icon each time its moved. This is done so that it can
  62.   position the StopEM icon to the same location the next time that
  63.   it runs.
  64.  
  65. Registering StopEM:
  66.   When you run StopEM you will notice that after stopping all the
  67.   applications it displays an annoying dialogue box asking you to
  68.   register your copy of StopEM. The copy of StopEM that you have is
  69.   the complete working version, no functionality has been removed or
  70.   restrictions in its use added. This allows you to make a
  71.   complete evaluation of the product. If you decide that StopEM
  72.   is a product that you want to routinely use then please register
  73.   your copy. When you register you will be sent a registration
  74.   number which when combined with your name will indicate to
  75.   StopEM that the copy has been registered and the dialogue box
  76.   will not be displayed. Instructions for adding your name and
  77.   registration number to the STOPEM.INI file will be provided
  78.   when you register.
  79.  
  80.   To register send the name that you want StopEM registered with
  81.   and $10.00 to:
  82.        Noah Davids
  83.        6115 East Surrey Ave.
  84.        Scottsdale, AZ  85254
  85.  
  86. Distribution:
  87.   The files STOPEM.EXE and STOPEM.TXT may be freely distributed as
  88.   long as both files are distributed together and as long as the
  89.   distributor clearly indicates that any charges are for the
  90.   distribution process itself (connect time, media costs, shipping,
  91.   etc.) and not for the product.
  92.  
  93. Known Bugs:
  94.   Do not try to stop Windows by stopping the Progam Manager unless
  95.   you are using a registered copy. If you do its possible that you
  96.   will not be able to answer the Exit Windows confirmation question.
  97.  
  98.