1.

Solve : Adding blank line within batch file?

Answer»

I would like to display blank LINES in some data that will be displayed when running my BATCH file.
I also want to format the help that will be displayed when my batch file is invoked and I want examples on how I can make it STANDARD. can anyone help?echo <information to display>

echo. <blank line>You can have it TYPE a text file

type menu.txt

Make your Menu.TXT file look right but remember it has to stay in one screen or what's on top just scrolls off.

Or you can use ECHO as detailed in previous messages.



Discussion

No Comment Found