I need to write an encrypted value to the registry it looks like a square in the first position + "mra".. vbscript thinks its a "return" and gives me an "Unterminated string constant" message with a "Code :800A0409" when I try to write the string.
Ideas? Even when I cut and paste my code below it makes a return instead of a little box...it looks fine on my screen withing VBS:
Set objShell = WScript.CreateObject("WScript.Shell"objShell.regWrite "HKLM\SOFTWARE\USPS\SAMS\Data Access\MAEPassword", "
mra", "REG_SZ"
Ideas? Even when I cut and paste my code below it makes a return instead of a little box...it looks fine on my screen withing VBS:
Set objShell = WScript.CreateObject("WScript.Shell"objShell.regWrite "HKLM\SOFTWARE\USPS\SAMS\Data Access\MAEPassword", "
mra", "REG_SZ"