I am trying to create a vbscript that will take the registry below and make it a vbscript
[HKEY_CURRENT_USER\Software\SAS Institute Inc.\JMP\10.0\Options]
"JMPPerPath"="\\\\myserver\\jmp.per"
I need it to create the folder Options, then but the name jmpperpath inside with the value being mysever name
can anyone help, thanks!