Computer Science, asked by agarwalajanhavi3479, 1 year ago

How to create a file in windows through command prompt?

Answers

Answered by Best1234
0
Open the Windows Command Prompt. Click on the start screen of your computer and go to the search box. ...
Create a new directory. ...
Change the current working directory. ...
Check the directory contents. ...
Clear the screen. ...
Create a new file. ...
Add another new file. ...
Check directory contents.
Answered by Anonymous
0

Hi

you can make a file through command prompt with the help of copy command

syntax: copy nul filename.txt

Similar questions