Skip to content

Instantly share code, notes, and snippets.

@donpandix
Last active July 30, 2019 21:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save donpandix/e9ad9067884a1d56e20ebe3a88696061 to your computer and use it in GitHub Desktop.
Save donpandix/e9ad9067884a1d56e20ebe3a88696061 to your computer and use it in GitHub Desktop.
Instrucción en DOS especial para obtener en un archivo de texto los archivos de manera recursiva con sus rutas, ideal para documentaciones.
dir /b /s /a-d >lista_archivos.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment