| |
mla
Posts: 2
Score: 0
Joined: 10/1/2008
Status: offline
|
Hello, I need to create my first vbs file. Sorry, no knowledge... the syntax below running fine when reg extention. I need to run it as vbs. THANKS. Michael. when REG [HKEY_CURRENT_USER\Software\InfoTel] "ServeurCorrections"="\\\\john\\infotel$\\Corrections" I tried this: but gives an error line 5: caract: 1 when in vbs (just didn't touch it ) when VBS 'descr 'other' SysVarReg.RegWrite [HKEY_CURRENT_USER\Software\InfoTel] "ServeurCorrections"="\\\\john\\infotel$\\Corrections"
|
|