how to create a text file in a folder using cmd code example
Example 1: create file and write to it cmd
echo some-text > filename.txt
Example 2: creating text file in cmd
echo. > location with name
echo some-text > filename.txt
echo. > location with name