Last active
November 6, 2019 22:12
-
-
Save hancheester/a541276c0d79f355f68509934dbe7da5 to your computer and use it in GitHub Desktop.
To create file through the command line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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