home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 276.lha / InfoChange_v1.0 / InfoChange.Doc < prev    next >
Text File  |  1989-08-07  |  5KB  |  127 lines

  1.  
  2.           Documentation for InfoChange V1.0
  3.  
  4.      (C) 1989 by Robert W. Albrecht, All Rights Reserved
  5.  
  6.  
  7.              What is it ?
  8.  
  9. InfoChange is a program that quickly changes the attributes of Amiga Icons
  10. or ".info files". It must be executed from the command line (CLI) and will
  11. accept wild-card file names.
  12.  
  13.              How to Use InfoChange
  14.  
  15.  
  16. SYNTAX:
  17.  
  18.    InfoChange [<files> -Yn<tool type> -S<stacksize> -D<tool> -V -T -P]
  19.  
  20. All command line "switches" are optional and must begin with a '-'. If you
  21. type InfoChange by itself you will get some help. Any command line argument
  22. that is not interpreted to be one of the switches will be used as a file
  23. name pattern. You can have up to twenty file name patterns on a command
  24. line. The * and ? wild cards are supported. InfoChange will only act on
  25. Project and Tool icons and the file name must have a ".info" at the end.
  26.  
  27.  
  28.       The availavble command line switches are:
  29.  
  30. -Y    Allows you to change a tool type attribute. You can change up to twenty
  31.       tool types at a time.
  32.  
  33.       EXAMPLE:    -T1FILETYPE=TEXT
  34.       Changes tool type number one to "FILETYPE=TEXT"
  35.  
  36. -S    Allows you to set the stack size that the tool (application program)
  37.       will get when the program is executed from the workbench.
  38.  
  39.       EXAMPLE: -S400
  40.       Changes the stack size to 4000
  41.  
  42. -D    Changes the Default Tool for Project icons. The default tool is the
  43.       program that gets executed when you click on the icon.
  44.  
  45.       EXAMPLE: -Ddf0:XIcon
  46.       Changes the default tool to "df0:XIcon"
  47.  
  48. -V    Verify mode; you will be asked before any icon is changed.
  49.  
  50. -T    Tool Only mode; InfoChange will only change tool icons.
  51.  
  52. -P    Project Only mode; InfoChange will only change project icons.
  53.  
  54.  
  55.             Credits
  56.  
  57.               Written By:
  58.  
  59.               Robert W. Albrecht
  60.               1457 Zion Way
  61.               Ventura CA 93003
  62.  
  63.  
  64.                Source Code
  65.  
  66.    C source code is included. It was compiled using Aztec C V3.6A for Amiga.
  67.  
  68.  
  69.                 LICENSE
  70.  
  71.       Robert W. Albrecht is the exclusive owner of the enclosed Software
  72.       and Documentation. You are granted non-exclusive license to use the
  73.       Software and Documentation, but you are not the owner of them.
  74.      Your right to use the Software and Documentation under this
  75.       agreement is the "License". "You" means the individual or legal
  76.       entity whose agent uploads this software and accepts this Agreement.
  77.       "Software" means the computer program recorded on the floppy-disk or
  78.       other media, any update to them Robert W. Albrecht may later provide
  79.       you, and any back-up copies made. "Documentation" means the user
  80.       manual and other materials packaged with this Software.
  81.  
  82.                 Transfer
  83.  
  84.       You may transfer the license for the use of the Software or
  85.       Documentation to another person without limitation, except that
  86.       no license fee may be charged.
  87.  
  88.               Backup Copies
  89.  
  90.          Make as many copies as you want.
  91.  
  92.                   Term
  93.  
  94.       The license is effective for twenty (20) years from the time you
  95.       upload the software. You may terminate the license at any time.
  96.  
  97.             Robert W. Albrecht's rights.
  98.  
  99.       The InfoChange Software and Documentation is protected by copyright,
  100.       trade secret and trademark laws. You may not disclose the Software or
  101.       Documentation to others, except as allowed in this license agreement,
  102.       or remove or alter ownership, trademark and copyright notices on
  103.       Documentation. YOU MUST MAKE A GOOD FAITH EFFORT TO PREVENT ANY
  104.       UNAUTHORIZED USE, COPYING, OR DISCLOSURE OF THE SOFTWARE OR
  105.       DOCUMENTATION. THESE OBLIGATIONS WILL SURVIVE ANY TERMINATION OF THE
  106.       LICENSE AGREEMENT.
  107.  
  108.          Disclaimer of other Warranties, and Liabilities.
  109.  
  110.       THERE ARE NO WARRANTIES, EITHER EXPRESSED OR IMPLIED, FOR THE
  111.       SOFTWARE OR DOCUMENTATION, WHICH ARE BOTH LICENSED TO YOU "AS IS".
  112.       ROBERT W. ALBRECHT EXPRESSLY DISCLAIMS ANY WARRANTY AS TO THE
  113.       PERFORMANCE OF THE SOFTWARE, OR DOCUMENTATION. HE ALSO DISCLAIMS ALL
  114.       OTHER WARRANTIES, INCLUDING (WITHOUT LIMITATION) IMPLIED WARRANTIES
  115.       OF MERCANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT
  116.       SHALL ANYONE INVOLVED IN THE CREATION, PRODUCTION, OR DISTRIBUTION,
  117.       OF THE SOFTWARE OR DOCUMENTATION BE LIABLE FOR ANY INDIRECT, SPECIAL,
  118.       INCEDENTAL, OR CONSEQUENTIAL DAMAGES RESULTING FROM THE USE OF THE
  119.       SOFTWARE OR DOCUMENTATION OR ARISING FROM ANY BREACH OF ANY WARRANTY.
  120.       Some states do not allow the exclusion or limitation of implied
  121.       warranties or liability for incedental or consequential damages so
  122.       the above exclusion and limitation may not apply to you. IN ADDITON
  123.       TO THE ABOVE LIMITATION, OUR LIABILITY TO YOU OR TO ANYONE ELSE FOR
  124.       DAMAGES SHALL NOT EXCEED THE LICENSE FEE PAID BY YOU FOR THE SOFTWARE
  125.       AND DOCUMENTATION (NOTHING).
  126.  
  127.