cmdsep
Command separator for current operating system.
📝Syntax
sep = cmdsep()
📤Output Arguments
Parameter Description
sep a string: on windows "&&", on linux ";"
📄Description

cmdsep returns the command separator for current operating system.

This function is used by Nelson to build command lines for unix and dos operating systems.

💡Examples
unix("cd c:/ " + cmdsep() + " nelson")
🔗See Also
unix
🕔Version History
Version Description
1.11.0 initial version
Edit this page on GitHub