How to make a file creator using notepad


Step 1 - Open Notepad on your computer


Step 2 - Write the following codes -

echo off
echo >filename with extension (for example - names.txt)


Step 3 - Save the program as "Something.bat"




Step 4 - Now open the file to generate a new text file named "names.txt"


Please leave a comment below.

Widget is loading comments...