hi all
is there a way to make a batch (cmd or bat) shell script using two
commands write to the same line?
example
command1 >> outputfile.txt
command2 >> outputfile.txt
assuming that the putput for command 1 is "HELLO"
and the output for command2 is "WORLD"
my output file would look like:
HELLO
WORLD
the question is is there a way to have the two commands output to the
same line in the file so that it reads
HELLO WORLD
thanks
Archived from group: microsoft>public>vb>dos