anyone know of a way to get Xp to let you randomise the files in a folder with a right click command?
Not as far as I know. What would be the purpose?
randomizing picture files, with the slide show option they run in sequence every time, with the screen saver they are true random, you can see one pic over and over, and the other advantage of slide show is that you can run video over or along side it. not really important and I admit a very very specific use but I had to wonder if anyone else had a need for this feature.
If I had to make an educated guess, I’d say that the truly random one simply enumerated the files in the folder and then randomized the results, while the other simply reads the list of files in the folder and plays them in sequence. (Note that by “in sequence” I’m referring to the order in which they appear on the drive’s FAT table – a product of the order in which they were placed there – not the other in which they appear when you open the folder and look at its contents, which will be sorted by selected criteria)
The latter method can only be randomized by changing their positions in the FAT table, which would involve either reorganize the FAT table itself or moving the files at random to another folder. Obviously, this is not a solution worth considering. Your only real option is to find a slideshow program that supports the feature set you’re after.