In DOS, the command to create a directory is the `md` command. You must be asking if there is a command used to create a file, just like the function of creating a new text file (or a new Word file) in Windows. Well, actually, there isn't such a command in DOS. But there are many ways to create a new file in DOS. For example, you can copy another file over (using `copy`), or you can use the Edit command to edit a file and then save it, or you can use the pipe method like `dir > newfile.ext` to create a file. In short, in DOS, to create a new file, you need to determine the content of the file first (even if it's empty), and then you can save it as a file. This is different from Windows. In Windows, you can first create an empty file and then enter content, but in DOS, you have content first and then the file.
偶只喜欢回答那些标题和描述都很清晰的帖子!
如想解决问题,请认真学习“
这个帖子”和“
这个帖子”并努力遵守,如果可能,请告诉更多的人!