string trouble
I'm trying to write an UNC path to the registry using the WriteRegStr command. The path is "\\ZLADFTVCL003\CALIBRATE$\". I try to escape the $ sign using $$, but I still get the Error: unterminated string... What am I doing wrong? Removing the last backslash works, but that's not quite what I want.