Quote:
Originally Posted by Thorn For 3.
I only want it to change on reboot, so would there be a way to do this?
And could I just do something counter like, where I just rename all the files, and on each reboot increment the counter? |
As far as running the script, you would want to put it in your startup items (c:\docs and settings\username\start menu\prog files\startup)
You can't just increment a variable since each time you boot it would re-run the script from scratch.
One thing you could do is read/write from a text file on the computer (or to and from the registry if you want to get that fancy

)
Read the first line (assume it's an integer between 1 and x), then set the background based on that number, then overwrite the text file with the number you read +1. If the number is greater than the # of bg files you have, start back at 1.