Answers for "batch write file"

0

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]
Posted by: Guest on August-10-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language