If so How?
Yes, batch files are lame, but I cannot use powershell, and I don’t feel like writing a real app to do this simple task….
edit
What i want is somthing along the lines of
set var="this is a
multi
line
string "
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Or you can create a “real” newline character.
With this variant the newline is a “normal” character in the string, so the variables act normally and you can assign them to another variable, this is not possible with the
&echo.trick (which is useful for simple tasks).