I am trying to add file paths to the registry by using a .reg file. When I put a path in the program for a key it will not save the key because of the back slash in the path name. My file is similar to:
REGEDIT4
[HKEY_CURRENT_USER\\Software\\VB and VBA Program Settings\\Purcell Files\\Folders]"Configuration Files"="Q:\\Engineering\\Solidworks\\SW Support Files\\Config Files"
If I add the following line it will save as a key:
"DD"="LL"
But the next line will not save because of the slash.
"DD"="\\LL"
What is the work around?
Thanks in advance
Dan Miel
SolidworksApi macros