Skip to content

Instantly share code, notes, and snippets.

@donpandix
Last active August 29, 2019 16:40
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/68b883cd85e9dfb5a7ee171e9722b014 to your computer and use it in GitHub Desktop.
Save donpandix/68b883cd85e9dfb5a7ee171e9722b014 to your computer and use it in GitHub Desktop.
Crear archivos con un tamaño determinado por comando de DOS
'fsutil file createnew <NOMBRE_ARCHIVO> <TAMAÑO EN BYTES>
'Para el cálculo de bytes https://es.calcuworld.com/informatica/calculadora-de-bytes/
fsutil file createnew archivo_3_megas.pdf 3145728
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment