home *** CD-ROM | disk | FTP | other *** search
- ;The startup file - make it null string if none is needed. This file
- ;will be searched along the DOS PATH setup, starting from current directory.
- StartFile "iritinit.irt"
-
- ;Colors to objects loaded using LOAD command (if not specified in object
- ;itself), for boolean objects results, and primitive objects created.
- ;Color are supported only on EGA/VGA system as follows:
- ;
- ; BLACK = 0
- ; BLUE = 1
- ; GREEN = 2
- ; CYAN = 3
- ; RED = 4
- ; MAGENTA = 5
- ; BROWN = 6
- ; LIGHTGRAY = 7
- ; DARKGRAY = 8
- ; LIGHTBLUE = 9
- ; LIGHTGREEN = 10
- ; LIGHTCYAN = 11
- ; LIGHTRED = 12
- ; LIGHTMAGENTA = 13
- ; YELLOW = 14
- ; WHITE = 15
- ;
- LoadColor 1
- ICrvColor 14
- BoolColor 2
- PrimColor 4
-
- ;Name of file to save LOGFILE comman output (if empty string NUL: is selected).
- LogFile "irit.log"
-