home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0020 - 0029 / ibm0020-0029 / ibm0028.tar / ibm0028 / STATTUT.ZIP / READ.ME next >
Encoding:
Text File  |  1987-08-28  |  825 b   |  24 lines

  1.                      RUNNING THE STATICS TUTORIALS
  2.  
  3. TUTORIAL.COM recognizes two command-line parameters, NUMBER and COLOR.
  4.  
  5. Specifying the NUMBER parameter (an integer from 1 to 12) allows you
  6. to start a given tutorial immediately, skipping the title screen and
  7. the Tutorial menu.  For example, you can start with Tutorial #10 by
  8. typing the command
  9.  
  10.           A>TUTORIAL 10
  11.  
  12. The COLOR parameter (an integer from -1 to -15) changes the color of
  13. the display.  This sets the color of the lines on CGA-compatible display
  14. cards or the background color for EGA-compatible cards.  Thus, the
  15. command
  16.  
  17.           A>TUTORIAL -4
  18.  
  19. sets either the drawing color (CGA) or the background color (EGA) to red.
  20.  
  21. The parameters may be specified together, as in
  22.  
  23.           A>TUTORIAL 10 -4      or        A>TUTORIAL -4 10
  24.