Answers for "create a batch file to create a text file with multiple line input"

1

create a batch file to create a text file with multiple line input

call :data1 >file1.txt
exit /b

:data2
echo:Next line is empty
echo:
echo:Line 3 is here
echo:Last line
exit /b
Posted by: Guest on June-10-2021

Code answers related to "create a batch file to create a text file with multiple line input"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language