H
hDy
I was wondering if there was a way to rename files to a random name using the command line in windows xp. I would be doing this from a batch file but I don't have the slightest Idea how to do it. I've thought of two ways to do this but don't know if batch supports the.
The first Idea is with Variables. haveing a Variable that would turn out in the end to be a random charter. I don't care what the filenames are, I just need each one to be diffrent.
The second Idea is having a txt file that has a list of random words and some how making a batch script that used the rename function and picks a random line to rename the file. Is this possible?
The first Idea is with Variables. haveing a Variable that would turn out in the end to be a random charter. I don't care what the filenames are, I just need each one to be diffrent.
The second Idea is having a txt file that has a list of random words and some how making a batch script that used the rename function and picks a random line to rename the file. Is this possible?