VB script error
Hi Guys, Please help me out resolving this VB script error. I am trying convert a Vb script into an exe. On running the exe the error message is "Syntax error on Line 3 position 5." Below is the code in this line HKLMSOFTWAREBigFixEnterpriseClientSettingsClientIndia Noida By IP Rangevalue

Software/Hardware used:
ASKED: July 16, 2009  6:17 PM
UPDATED: August 11, 2009  6:05 PM

Answer Wiki:
You should use WMI to edit registry settings in VB script, and you need to write out HKEY_LOCAL_MACHINE it will never work with HKLM. <a href="http://www.activexperts.com/activmonitor/windowsmanagement/adminscripts/registry/#CreateRegKey.htm">This </a>is great site to get you started. If you just need to add registry keys, you can create a .REG file to make it easier. The layout of the .REG file is below: Windows Registry Editor Version 5.00 [HKEY_LOCAL_ MACHINESOFTWAREBigFixEnterpriseClientSettingsClientIndia Noida By IP Range] "value"="DataType:value" [RegistryPath2] "DataItemName"="DataType:DataValue"
Last Wiki Answer Submitted:  July 16, 2009  8:58 pm  by  mshen   27,325 pts.
All Answer Wiki Contributors:  mshen   27,325 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Thanks !!

 330 pts.