W
Wensi Peng
Hello,
I have leaned here how to add characters in front of a line by SET /P.
Today I would like to ask how to append characters in a line?
Example:
original output:
IP: 10.1..1.1
IP: 10.1.1.2
...........
IP: 10.1.1.n
Now I want to append vendor name, for instance
IP: 10.1..1.1 IBM server
IP: 10.1.1.2 HP server
...........
IP: 10.1.1.n DELL server
Thanks,
Wensi
I have leaned here how to add characters in front of a line by SET /P.
Today I would like to ask how to append characters in a line?
Example:
original output:
IP: 10.1..1.1
IP: 10.1.1.2
...........
IP: 10.1.1.n
Now I want to append vendor name, for instance
IP: 10.1..1.1 IBM server
IP: 10.1.1.2 HP server
...........
IP: 10.1.1.n DELL server
Thanks,
Wensi