$ ls
SPAWN
exit
Command | Description |
---|---|
$ | By itself from the WAVE> prompt, spawns a child process to the operating system prompt. If followed by an operating system command, executes it then immediately returns to WAVE> prompt. Not for use in programs. |
SPAWN | Spawns a child process to execute commands. Output generated by commands can be captured in a PV-WAVE variable. Can be used in programs (unlike $). |
GETENV | Get value of an environment variable. |
SETENV | Set value of an environment variable. |
ENVIRONMENT | Returns a string array containing all the environment strings for the PV-WAVE process. (UNIX/Windows) |
CD | Change current directory. |
PUSHD | Push directory to top of LIFO directory stack. |
POPD | Pop directory from top of LIFO directory stack. |
PRINTD | List all directories in LIFO (Last-In-First-Out) directory stack, and current directory. |
PWD | Prints the working directory. |