Skip to content

Instantly share code, notes, and snippets.

@hancheester
Last active November 6, 2019 22:12
Show Gist options
  • Save hancheester/a541276c0d79f355f68509934dbe7da5 to your computer and use it in GitHub Desktop.
Save hancheester/a541276c0d79f355f68509934dbe7da5 to your computer and use it in GitHub Desktop.
To create file through the command line
rem To create file through the command line.
rem Press Ctrl+Z to create file.
rem Press Ctrl-C to cancel.
copy con myfile.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment