Posts

Showing posts with the label terminal

Massive file rename in Windows XP

Spanish version / Versión en Español The Windows XP console (Start->Run...->cmd) is not so bad: With the rename command, it is possible to rename multiple files using wildcards. For example: rename * *.txt #Adds the .txt extension to all files rename *.dat *.rar #Changes all the .dat's extension to .rar

Renombrando archivos masivamente en XP

Versión en inglés / English version La consola de Windows (Inicio->Ejecutar->cmd) no es tan pedorra: Con el comando rename podemos renombrar archivos masivamente usando patrones sencillos. Ejemplos: rename * *.txt #Agrega extensión .txt a todos rename *.dat *.rar #Cambia extensión a todos los .dat