Random Wallpaper
-
- Built from Stella and KFC
- Posts: 1399
- Joined: 07/04/2003 - 19:52
- Location: Azeroth
- Contact:
Random Wallpaper
Any one know of any prog that will select a random wallpaper when Windows boots up?
<fnordpojk> Dan_Gillg: Is WoW down, or what brings you here?
http://www.topshareware.com/Wallpaper-B ... -37811.htm
It cost's though
Or you could search google with free random wallpaper at boot
It cost's though
Or you could search google with free random wallpaper at boot
Sidebar can randomize wallpapers, and its free: http://www.desktopsidebar.com/
- Analog-X64
- I Adore My 64
- Posts: 3518
- Joined: 08/12/2002 - 3:50
- Location: Canada
- Contact:
You can also write a little batch file call it "wallpaper.bat" if you like and inside the batch file you can put your background pictures and have it do the following.
REN C:\WINDOWS\BGR\BGR01.BMP BGRXX.BMP
REN C:\WINDOWS\BGR\BGR02.BMP BGR01.BMP
REN C:\WINDOWS\BGR\BGR03.BMP BGR02.BMP
REN C:\WINDOWS\BGR\BGR04.BMP BGR03.BMP
REN C:\WINDOWS\BGR\BGR05.BMP BGR04.BMP
REN C:\WINDOWS\BGR\BGR06.BMP BGR05.BMP
REN C:\WINDOWS\BGR\BGR07.BMP BGR06.BMP
REN C:\WINDOWS\BGR\BGR08.BMP BGR07.BMP
REN C:\WINDOWS\BGR\BGR09.BMP BGR08.BMP
REN C:\WINDOWS\BGR\BGR10.BMP BGR09.BMP
REN C:\WINDOWS\BGR\BGRXX.BMP BGR10.BMP
as you can see from the above example everytime your bootup window you can have it rename the files in such way that he next time you see the next picture in sequence. Its not exactly randomize but it does rotate.
You wold point windows to bgrxx.bmp as the constant picture file.
REN C:\WINDOWS\BGR\BGR01.BMP BGRXX.BMP
REN C:\WINDOWS\BGR\BGR02.BMP BGR01.BMP
REN C:\WINDOWS\BGR\BGR03.BMP BGR02.BMP
REN C:\WINDOWS\BGR\BGR04.BMP BGR03.BMP
REN C:\WINDOWS\BGR\BGR05.BMP BGR04.BMP
REN C:\WINDOWS\BGR\BGR06.BMP BGR05.BMP
REN C:\WINDOWS\BGR\BGR07.BMP BGR06.BMP
REN C:\WINDOWS\BGR\BGR08.BMP BGR07.BMP
REN C:\WINDOWS\BGR\BGR09.BMP BGR08.BMP
REN C:\WINDOWS\BGR\BGR10.BMP BGR09.BMP
REN C:\WINDOWS\BGR\BGRXX.BMP BGR10.BMP
as you can see from the above example everytime your bootup window you can have it rename the files in such way that he next time you see the next picture in sequence. Its not exactly randomize but it does rotate.
You wold point windows to bgrxx.bmp as the constant picture file.