jdgordon Posted June 26, 2004 Posted June 26, 2004 heysome settings are settingname=setting and some are settingname="setting"does it make a diffference if they have "" marks or not?
XtremeMaC Posted June 26, 2004 Posted June 26, 2004 they don't make much differencebut to make sure u can look at ref.chm in deploy tools..
Denney Posted June 26, 2004 Posted June 26, 2004 The main reason for the "" are if your value has a space in it... for example:OrgName=SomeOrgThat will work but:OrgName=Some OrgWon't work. Instead you use:OrgName="Some Org"Hope that helps.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now