home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 13
/
AACD13.ISO
/
AACD
/
Graphics
/
SViewIV
/
ARexx-Scripts
/
ReadMe.1st
< prev
next >
Wrap
Text File
|
2000-08-08
|
701b
|
26 lines
For changing controlpad settings fromout scripts, you may
use the SVPrefs command (SYS:Prefs/SVPrefs), which does not only
offer a nice GUI, but can be used from CLI/Shell or ARexx as well:
Syntax: SVPrefs SET file NAME [VALUE]
Examples:
1. Set 24BITOPERATOR=Dither24Bit in ENV:SuperView-Library/AGA.controlpad
SVPrefs SET AGA 24BITOPERATOR Dither24Bit
2. Set keyword SCREENINFRONT in ENV:SuperView-Library/AGA.controlpad
SVPrefs SET AGA SCREENINFRONT
If you want to change files that are not stored at ENV:SuperView-Library/
and may have different extensions, then use:
Syntax: SVPrefs SETANY complete_filename_and_path NAME [VALUE]
--
ARK, 1/Jan/2000