home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / t / timwin.zip / TIMWIN2.EXE / pak / INIT.CMD < prev    next >
OS/2 REXX Batch file  |  1992-08-05  |  554b  |  15 lines

  1. ;ini  --  initializes the LUTs (input & output)     23-7-87
  2. ;         same as 'ini', but no text
  3. ;****************************************
  4. era fg
  5. lut 1 1 1                ;input LUT: lineair
  6. lut 2 2 5                ;LUT 2 (false colours)
  7. lut 2 3 1                ;LUT 3 (graphics)
  8. lut 2 3 7 1              ;red in bit 1
  9. lut 2 4 1                ;LUT 4 (CLP)
  10. lut 2 4 7 1              ;red in bit 1
  11. lut 2 4 8 2              ;green in bit 2
  12. lut 2 4 9 3              ;blue in bit 3
  13. lut 2 1 1                ;LUT 1 (standard black/white)
  14. stop
  15.