So in batch there are a lot of special characters that are reserved and cause issues if you use them, if I want to set up a password like so:
SET PASSWORD="123%6!@##$^&*_-"
Some of these characters will be stripped after assignment for example the percent '%' character is interpreted as a parameter, is there a way to make batch see that as a string instead of interpreting special characters? no I cannot escape those special characters, this is basically a file that we tell the user to edit teh batch file and set the password.