I need a command to rename all files in a folder to a random name, which keep the same file extension, and preferably with numbers, what I've achieved so far was this:
forfiles /P c:\teste\ /c "cmd /c rename @path %RANDOM%.@ext"
however...
asked by
02.02.2016 / 18:20