Quantcast
Channel: Active questions tagged windows - Super User
Viewing all articles
Browse latest Browse all 9663

How can I create a file with command line in Windows?in a not exist folder yet before the command as the command is to execute both file and folder

$
0
0

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 9663

Trending Articles