OS functions | computer >> |
sep = cmdsep() |
a string: on windows "&&", on linux ";"
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.
unix("cd c:/ " + cmdsep() + " nelson")
unix.
Version | Description |
---|---|
1.11.0 | initial version |
Allan CORNET