write batch file code example
Example 1: batch write file
REM # | NOTE: this is for batch files (windows cmd)
REM # | EXAMPLE
echo This is the text you want in the actual file > NewFile.txt
REM # | SYNTAX
REM # | echo [insert-text] > [file-name]
Example 2: how do i write a batch file
You can use notepad(windows) or texteditor(mac) or other programs i personally prefer Atom
To make it work you have to save the file and name it something that ends on .bat