I need to make a script that can write one line of text to a text file in the same directory as the batch file.
@echo off echo Type your text here. :top set /p boompanes= pause echo %boompanes%> practice.txt
hope this helps. you should change the string names(IDK what its called) and the file name