Developer Snippet Diary

Make text file using cmd in windows

  1. Open Run command
  2. Type below command
  3. echo "hello world how are you">a.txt
  4. It will create a file in current directory
Posted by: R GONDAL
Email: rizikmw@gmail.com