home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Graphics / SViewIV / ARexx-Scripts / ReadMe.1st < prev    next >
Text File  |  2000-01-19  |  702b  |  26 lines

  1.  
  2.  For changing controlpad settings fromout scripts, you may
  3.  use the SVPrefs command (SYS:Prefs/SVPrefs), which does not only
  4.  offers a nice GUI, but can be used from CLI/Shell or ARexx as well:
  5.  
  6.   Syntax:  SVPrefs SET file NAME [VALUE]
  7.  
  8.   Examples:
  9.  
  10.     1. Set 24BITOPERATOR=Dither24Bit in ENV:SuperView-Library/AGA.controlpad
  11.  
  12.        SVPrefs SET AGA 24BITOPERATOR Dither24Bit
  13.  
  14.     2. Set keyword SCREENINFRONT in ENV:SuperView-Library/AGA.controlpad
  15.  
  16.        SVPrefs SET AGA SCREENINFRONT
  17.  
  18.  
  19.  If you want to change files that are not stored at ENV:SuperView-Library/
  20.  and may have different extensions, then use:
  21.  
  22.   Syntax:  SVPrefs SETANY complete_filename_and_path NAME [VALUE]
  23.  
  24.  --
  25.  ARK, 1/Jan/2000
  26.