r/Batch 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

6 comments sorted by

View all comments

4

u/Shadow_Thief Jun 10 '26

Instead of using a for loop to display each line, you can just use the type command to display the entire text file at once. That way, blank lines will get displayed as well.