i’m trying to create a script which contains multi line NET SEND command. i can do this using console.
NET SEND * “Hello?World”
? – makes a new line.
but instead of typing the same msg every time i want to create a batch script. Can anyone help me out.
Please reply with tested code only.