J
Jack
Hey... I'm making a batch file where a user enters a word, such as
"black" and the batch file puts their word inside <> like <black> and
saves it to a text file...
I also want to have it save in the same text file many times, but
every time, a line below...
instead of: echo whatever whatever whatever >> file.txt and have it
say whatever whatever whatever on one line, i want to have echo
whatever yadda yadda >> file.txt but have it appear in the text file
as
whatever
whatever
whatever
Any help, thanks
"black" and the batch file puts their word inside <> like <black> and
saves it to a text file...
I also want to have it save in the same text file many times, but
every time, a line below...
instead of: echo whatever whatever whatever >> file.txt and have it
say whatever whatever whatever on one line, i want to have echo
whatever yadda yadda >> file.txt but have it appear in the text file
as
whatever
whatever
whatever
Any help, thanks