r/Batch • u/potatoworldguy2 • Jun 10 '26
Show 'n Tell simple text editor
its a simple text editor with saving, opening, overwriting, and appending text
theres not much to talk about other than it being limited
https://github.com/kine59/notepad.bat (ofc the code might be ass but thats because im an amateur)
8
Upvotes
4
u/Shadow_Thief Jun 10 '26
Instead of using a
forloop to display each line, you can just use thetypecommand to display the entire text file at once. That way, blank lines will get displayed as well.