Computer Science, asked by sushmita91, 1 year ago

How to create a new file in DOS? (Syantax with example)

Answers

Answered by mkabusaad
0

There are many commands to create a new file, please try this command:

start notepad myfile.txt <press enter>

Ex. on the DOS prompt:

start notepad file1.bat <press enter>

Also you can do it from windows by opening Start menu/Notepad then write everything and File/Save As file1.bat

Good Luck

Similar questions