Quotation marks (" ") enclose character parameters and responses to commands.
In interactive ESSCMD, using quotes is optional. Use quotes when a parameter has an embedded space; for example:
CALC "Calc All;"
In an ESSCMD script file, always enclose all character parameters and responses to commands in quotation marks; for example:
LOGIN "Localhost" "user1" "Password";
Numeric parameters and responses do not require quotation marks.