Its been a while since I've been around here...I hope everyone is as helpful as ever!
I'm trying to use strCpy to copy a UNC path with a hidden share but it seems to have trouble parsing the dollar sign in the path. I've tried double dollars to escape it but that makes things worse!
This is very similar to what I've been playing with:
Any ideas on how to make this work successfully or do I have to avoid hidden shares?
Section ""
Var /GLOBAL uncpath
StrCpy $uncpath "\\filesrv01\myfolder$\inifile.ini"
ReadINIStr $R1 $uncpath MYSECTION myatt
MessageBox MB_OK "Value of R1 is '$R1'"
SectionEnd