home *** CD-ROM | disk | FTP | other *** search
/ Micro R&D 1 / MicroRD-CD-ROM-Vol1-1994.iso / os20 / cli / cxkiller12.lha / CxKiller / CxKiller.doc < prev    next >
Text File  |  1993-12-22  |  1KB  |  61 lines

  1.                         CxKiller by Gael Marziou
  2.                          released on 21 Dec. 93
  3.  
  4.  
  5. INTRODUCTION
  6.  
  7. CxKiller is a very simple program which use is to kill commodities from
  8. CLI/Shell. But will you say, we already have Exchange to do that. Yes but it
  9. is GUI oriented. CxKiller has been done to be called from scripts, ToolManager
  10. menus or docks, hotkeys, BrowserII and whatever you want.
  11.  
  12.  
  13. DISTRIBUTION
  14.  
  15. CxKiller is Public Domain. I just want the C source to be included with it.
  16.  
  17.  
  18. USAGE
  19.  
  20. Called without any argument CxKiller will kill ALL running commodities.
  21. Arguments should be a list of Commodities names. Be aware that Commodities
  22. names are case sensitive ! Names with spaces must be quoted.
  23.  
  24. example:
  25.  
  26.         CxKiller "Magic Menu" GrabIFF Yak "Arq 1.78"
  27.  
  28.         will kill these 4 commodities listed.
  29.  
  30.         CxKiller will kill all running commodities.
  31.  
  32.  
  33. DISCLAIMER
  34.  
  35. Allright, here it is : you use CxKiller at your own risk. I cannot be
  36. responsible to any damage happening when using it.
  37.  
  38.  
  39. AUTHOR
  40.  
  41. You can contact me for bug reporting or whatever at :
  42.  
  43.                 Gael MARZIOU
  44.                 Cidex 103
  45.                 38920 CROLLES
  46.                 FRANCE
  47.  
  48. or by e-mail (preferred) : gael@gnlab030.grenoble.hp.com
  49.  
  50.  
  51. By the way, you should try my other PD utility : Yak.
  52.  
  53.  
  54. HISTORY
  55.  
  56. 1.2 : Compiled with SAS C 6.50 and some code cleaning
  57.  
  58. 1.1 : Some code optimizations.
  59.  
  60. 1.0 : first release.
  61.