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 / DFILL.CMD < prev    next >
OS/2 REXX Batch file  |  1992-08-05  |  362b  |  21 lines

  1. ;     TIM  -  DEMO     dfill
  2. ; Demonstrates filling holes using artificial image
  3. ;***************************************************
  4. dest p
  5. show p
  6. era p
  7. cirk p 5 255 182 7
  8. cirk p 7 255 184 40
  9. cirk p 4 255 225 16
  10. cirk p 5 255 225 50
  11. text p 255 205 12 "A O B D"
  12. text p 255 217 12 " P Q R"
  13. ;stop
  14. frmt 64 64
  15. curs 206 32
  16.  
  17. blow pc 4
  18. save a
  19. stop
  20. 
  21.