home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / new / util / cdity / multicx / handlecx.doc < prev    next >
Text File  |  1994-02-16  |  5KB  |  132 lines

  1. ------------------------------------------------------------------------
  2.                         HandleCX 1.2 (16-Feb-94)
  3. ------------------------------------------------------------------------
  4.  
  5. HandleCX  is  a  CLI-replacement  for Exchange to help you handling your
  6. commodities.   In  many cases it is useful to have full control over all
  7. running  commodities  in  scripts,  e.g.  to start a game which does not
  8. like screenblankers.
  9.  
  10.  
  11. ------------------------------------------------------------------------
  12.                                  Usage
  13. ------------------------------------------------------------------------
  14.  
  15. The syntax of the HandleCX command is:
  16.  
  17.   HandleCX CX_NAME/M,L=LIST/S,V=VERBOSE/S,P=POPUP/S,H=HIDE/S,E=ENABLE/S,
  18.            D=DISABLE/S,R=REMOVE/S
  19.  
  20.  
  21. The parameters are:
  22.  
  23.     CX_NAME         name of a commodity,
  24.                     case-indepentent,
  25.                     must be quoted if it contains spaces,
  26.                     multiple names and wildcarding are allowed
  27.  
  28.     LIST    or L    lists all or selected commodities,
  29.                     may be combined with other commands
  30.  
  31.     VERBOSE or V    like LIST, but with more infos
  32.  
  33.     POPUP   or P    like "Show Interface" in Exchange
  34.  
  35.     HIDE    or H    like "Hide Interface" in Exchange
  36.  
  37.     ENABLE  or E    like "Active" in Exchange
  38.  
  39.     DISABLE or D    like "Inactive" in Exchange
  40.  
  41.     REMOVE  or R    like "Remove" in Exchange
  42.  
  43.  
  44.     Only ONE command is allowed at a time!
  45.  
  46.  
  47. List format:
  48.  
  49.        $0782FD70: CapShift                 ACTIVE   NOGUI
  50.        $0783F6E0: CycleToMenu              ACTIVE   NOGUI
  51.        $07841350: Magic Menu               ACTIVE   GUI
  52.        $078413D8: Arq 1.78                 ACTIVE   NOGUI
  53.        $078486C8: Exchange                 ACTIVE   GUI
  54.        $07848750: PrintManager             ACTIVE   GUI
  55.        $078487D8: MouseShift               ACTIVE   NOGUI
  56.        $07848860: CrossDOS                 ACTIVE   GUI
  57.        $078488E8: XFH                      ACTIVE   GUI
  58.        $07848970: KCommodity               ACTIVE   GUI
  59.        $078489F8: DynamiCache              ACTIVE   GUI
  60.        $07848D08: Spliner                  ACTIVE   GUI
  61.        $07848D90: ToolManager              ACTIVE   NOGUI
  62.        $07848E18: PowerSnap                ACTIVE   GUI
  63.        ^          ^                        ^        ^
  64.        |          |                        |        |
  65.        |          CX_Name                  |        |
  66.        |                                   |        |
  67.        |_________ Address of Structure     |        |
  68.                                            |        |
  69.                   Commodity is ACTIVE _____|        |
  70.                                                     |
  71.                   Commodity has a GUI or not _______|
  72.  
  73.  
  74. Verbose list format:
  75.  
  76.   $07416840: CapShift                 ACTIVE   NOGUI
  77.   : CapShift 1.00 © 1993 Alessandro Sala (Changes shift/caps behaviour.)
  78.  
  79.  
  80. ------------------------------------------------------------------------
  81.                                 History
  82. ------------------------------------------------------------------------
  83.  
  84. 1.0     - initial release
  85.  
  86. 1.1     - implemented wildcarding
  87.           Some AmigaShell replacements need quotes around wildcards!
  88.  
  89. 1.2     - changed command template,
  90.           verbose list implemented
  91.  
  92.  
  93. ------------------------------------------------------------------------
  94.                                  Author
  95. ------------------------------------------------------------------------
  96.  
  97.  
  98.                              Martin Berndt
  99.  
  100.                           Fr.-Alfred-Str. 115
  101.                              47226 Duisburg
  102.  
  103.                                 Germany
  104.  
  105.                      E-Mail: m_berndt@tron.gun.de
  106.  
  107.  
  108. ------------------------------------------------------------------------
  109.                               Legal stuff
  110. ------------------------------------------------------------------------
  111.  
  112. Copyright
  113. ---------
  114. HandleCX  is written and copyright © 1994 by Martin Berndt.  No parts of
  115. this  program  may  be  altered  by  any  means  (this includes editing,
  116. reprogramming, crunching, resourceing etc.), except archiving.
  117.  
  118. Disclaimer
  119. ----------
  120. The  author  is in no way liable for any changes made to any part of the
  121. program,  or  consequences thereof as he is in no way liable for damages
  122. or loss of data directly or indirectly caused by this software.
  123.  
  124. Distribution
  125. ------------
  126. Neither fees may be charged nor profits may be made by distributing this
  127. piece  of  software.  Only a nominal fee for costs of magnetic media may
  128. be  accepted,  the  amount  of  US  $5  shouldn't be exceeded for a disk
  129. containing HandleCX.
  130.  
  131. ------------------------------------------------------------------------
  132.