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 / RESET.CMD < prev    next >
OS/2 REXX Batch file  |  1992-08-05  |  491b  |  29 lines

  1. ;reset  -  resets the following items:
  2. ;          cursor types: off
  3. ;          cursor positions: 128x128
  4. ;          format:           128x128
  5. ;          LUT's (output):   1 (grey)
  6. ;**********************************************
  7. curs p of
  8. curs q of
  9. curs r of
  10. curs s of
  11. curs x of
  12. curs y of
  13. curs p 128 128
  14. curs q p
  15. curs r p
  16. curs s p
  17. frmt p 128 128
  18. curs y 256 256
  19. curs x 256 256
  20. frmt y 256 256
  21. lut 2 1
  22. set 1 1
  23. set 2 128
  24. set 4 255
  25. set hmask 0
  26. set vmask 0
  27. zoom 0
  28. stop
  29.