Because \n isn't an option in batch programming... as had been said combine two echo commands in one line with an ampersand or just put it on two lines...
echo hello
echo there
echo. gives a blank line btw
Is there a bigger issue you are dealing with here or does that cover it?
Steve
Main Topics
Browse All Topics





by: mgh_mgharishPosted on 2006-11-10 at 02:08:59ID: 17913000
echo hello & echo there