1.

Solve : how to put space between echos???

Answer»

Hello ,

how can we PUT space between to echo to display space

for EXAMPLE

echo hello
how can i put space here
echo world


i want display like

hello
space ??
worldIf you want to use Echo as a newline, TRY this:
Code: [Select]echo.
Will just display a blank lineone method would be to do the following:

set /p choice= SYSTEM IS WAITING FOR YOUR CHOICE:

this will display each space after the equals sign.Try doing like you did for echo:

Code: [Select]set /p choice=. System is waiting for choice:



Discussion

No Comment Found