Quantcast
Viewing all articles
Browse latest Browse all 9605

How can I create a file with command line in Windows?

I am trying to make a file with the command line with the form of mkdir -p /path/to/directory && touch /path/to/directory/file.txtso in my case It will be like that mkdir -p layout && touch layout/layout.ejs but I receive a message this touch is not recognized as an internal or external command,operable program or batch file.The folder has been madesuccessfully by the file is not.


Viewing all articles
Browse latest Browse all 9605

Trending Articles