Function
Parses a command line into a command name and arguments.
tokenize-command-string line => command #rest arguments
<byte-string>.
<byte-string>.
<byte-string>.
system
operating-system
Parses the command specified in line into a command name and arguments. The rules used to tokenize the string are given in Microsoft's C/C++ reference in the section "Parsing C Command-Line Arguments".
application-arguments, page 182