Quote:
connor wrote:
Good idea! I tried both scripts. From jvaltane it does nothing. No image changes. Just the prompt returns. The one with rxcmd pops up "Background ... not found. Either restore the pathfile or change Settings/Ambient settings". The path is correct, I clicked to the directory before. The image is there. I have ARexx installed but for the second script it is not needed, only for the first one.
Make sure "-marks are in right place. ...and also that RexxMast is running:
https://www.morphos-user.com/Shell_Commands/RexxMastPapiosaurs example:
Code:
rxcmd AMBIENT "loadbackground ram:picture.png type=desktop mode=centered"
And mine (assumed 68k rexx):
Code:
rx "ADDRESS AMBIENT LoadBackground 'MOSSYS:Prefs/Wallpapers/1680x1050/Arida.png' type='desktop' 'mode=centered'"
possibly random image with directory only:
Code:
... "... LoadBackground 'MOSSYS:Prefs/Wallpapers/1680x1050/' type='desktop' 'mode=centered'"