8 responses to “Simplest Wallpaper Changer”

  1. kez

    Well, it’s okkaaaay I supposed..

    What you really need is some uber software that will convert any file to bmp and set it was wallpaper, randomly taken from a specified folder.

    heh :)

    Shame about my runtime requirments though :(

  2. Joel "Jaykul" Bennett

    Heh. I’m sure there’s probably a program over on Just Kez ... which I have linked, right up there on the left column [ :P ] ... that can convert jpgs and randomize and all that jazz! [ :D ]

  3. Wayne

    I tried to copy and run the vb script for changing wallpapers, but could not get it to run without getting a compilation error. This is the script I used:

    WallpaperFolder = “C:ShellscriptingWallChanger”

    Set objShell = CreateObject(“Shell.Application”)
    Set objFolder = objShell.Namespace(WallpaperFolder)
    Set files = objFolder.Items

    randomize
    i = cint((files.Count – 1) * Rnd)

    While lcase(right(files.Item(i).name,3)) <> “bmp”
    i = cint((files.Count – 1) * rnd)
    Wend

    Set WshShell = CreateObject(“WScript.Shell”)
    WshShell.Run “C:DocumentsandSettingswayneDesktopwallpaperchanger.vbs” & files.Item(i).Path, 0, true

    What am I doing wrong (I assume I am not replacing some variables that should be replaced for my system/directory that I am running the script within, etc.

    Let me know if you get a chance.

    Thanks for the help.

  4. Mario

    I really need a script or something so I can make a button on a webpage set a specific background.

    Something like onMouseClick:javascript(‘setasbackground(abc.gif)’) ...

    Can anyone help me?

  5. Steve

    I am looking to use wally in an application on several workstations.Do you have any kind of licensing?

  6. JoeBloggs

    Great Idea, just what i needed!
    but couldnt get it to work :(

    i had a similar problem with a python script i wrote,
    the wallpaper just goes blue :(

    the thing i like the most about your program is it is
    exactly not what kez (above) wanted. you know how
    hard it was sto find a program that just changes your
    wallpaper according to the command line arg!!!!

    anyways..
    thanks