home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / AppKiller 1.2.1 / README < prev   
Encoding:
Text File  |  1996-01-04  |  2.2 KB  |  63 lines  |  [TEXT/R*ch]

  1. Updated for CW7 on 951215
  2.  
  3. Application Killer, 1.2            by   Brent Burton, 4/29/92
  4. ------------------
  5.  
  6.   In this directory you will find the source code and executable versions
  7. of my "Application Killer" program.  (The name was a desparate choice.)
  8. Anyway, AK uses the new PPC features of System 7 and allows the user to
  9. kill any running application that supports the standard Apple Events.
  10.  
  11.   One use that I have discovered is for killing the Finder so I can run a
  12. single program, such as a game, on the "bare" machine.  Users of machines
  13. with 2Mb of Ram might need to use this occasionally (maybe for a compiler?)
  14. to free up some extra memory.
  15.  
  16.   A new feature is the ability to start applications also.  This is a nice
  17. addition because it's hard to start applications once the finder is dead.
  18.  
  19. The Source Code   (and Think C 5.0)
  20. --- ------ ----
  21.  
  22.   Included with the code are the resource and Think C 5.0 project files.
  23. Before you recompile the application you will need to precompile the
  24. ak_header.h file into "ak_headers".  The ak_headers file is about 105k
  25. in size.  Compilation with other compilers is not tested and if you
  26. are not using Think C then you may or may not be able to use precompiled
  27. headers (see your manual).
  28.  
  29.  
  30. Misc
  31. ----
  32.   All development was done on a Mac +, Think C 5.0, Sys 7, 4Mb ram, 
  33. 5'-9.5", 130lbs, hazel eyes, Gemini, likes the outdoors.  555-1212.
  34. If the program doesn't work on your system, please let me know and
  35. I'll look into it.
  36.  
  37. Enjoy.
  38. -Brent Burton
  39.  brentb@math.tamu.edu
  40.  
  41. ---------------------------------------------------------
  42. CHANGE HISTORY
  43. ------- -------
  44. Present -- let it sit
  45.  
  46. 12/10/92 -- repackaged for another batch mailing
  47.  
  48. 4/29/92 -- Change the about box picture to something less possibly
  49.    offensive to others.  Updated to version to 1.2.  No changes to the
  50.    code except for a few more comments added.
  51.  
  52. 3/14/92 -- Made a couple changes in the code like correcting some of
  53.    the comments.
  54.  
  55. 12/21 - 3/13 -- let the program stagnate.
  56.  
  57. 12/21/91 -- added "Launch Application" to fire up applications;  just an
  58.    easy way to do things in case the finder isn't running.  It's also quicker
  59.    navigating via the file dialogs than opening 12 finder windows...
  60.  
  61. 12/10/91 -- 1.0  -- initial release. Only kills applications
  62.  
  63.