home *** CD-ROM | disk | FTP | other *** search
- RUNNING THE STATICS TUTORIALS
-
- TUTORIAL.COM recognizes two command-line parameters, NUMBER and COLOR.
-
- Specifying the NUMBER parameter (an integer from 1 to 12) allows you
- to start a given tutorial immediately, skipping the title screen and
- the Tutorial menu. For example, you can start with Tutorial #10 by
- typing the command
-
- A>TUTORIAL 10
-
- The COLOR parameter (an integer from -1 to -15) changes the color of
- the display. This sets the color of the lines on CGA-compatible display
- cards or the background color for EGA-compatible cards. Thus, the
- command
-
- A>TUTORIAL -4
-
- sets either the drawing color (CGA) or the background color (EGA) to red.
-
- The parameters may be specified together, as in
-
- A>TUTORIAL 10 -4 or A>TUTORIAL -4 10