Prev
Open Object Rexx
Next
Chapter 18. Useful Services
18.1. Windows Commands
18.2. Linux Commands
18.3. Subcommand Handler Services
18.3.1. The RXSUBCOM Command
18.3.2. The RXQUEUE Filter
18.4. Distributing Programs without Source
The following section describes useful commands and services.
18.1. Windows Commands
COPY
copies files.
DELETE
deletes files.
DIR
displays disk directories.
ERASE
erases files.
MODE
controls input and output device characteristics.
PATH
defines or displays the search path for commands and Rexx programs. See also
Section 7.2.1, “Search Order”
.
SET
displays or changes Windows environment variables. See also
Section 7.4.71, “VALUE”
.
Prev
Chapter 17. Special Variables
Up
Home
Next
18.2. Linux Commands