Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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]
 
PREVIOUS NEXT
Tagged: #batch #write #file
ADD COMMENT
Topic
Name
6+1 =