How do you represent special characters in a batch file?
For example, if I want to use echo to make a registry file, how do I write a line break?
Edited: how do I use echo to generate a file in the following format??? (I just can't get the carriage returns and line breaks in the middle to work no matter what I do. I tried echo., but it doesn't work in the batch file? ) The content is as follows:
Windows Registry Editor Version 5.00
@="Blocked Popup"
[ Last edited by flyboy612 on 2007-1-2 at 12:49 PM ]
For example, if I want to use echo to make a registry file, how do I write a line break?
Edited: how do I use echo to generate a file in the following format??? (I just can't get the carriage returns and line breaks in the middle to work no matter what I do. I tried echo., but it doesn't work in the batch file? ) The content is as follows:
Windows Registry Editor Version 5.00
@="Blocked Popup"
[ Last edited by flyboy612 on 2007-1-2 at 12:49 PM ]

