home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd1.bin / files / dev / asm / tbsource / completecontrol / final / arexx / rÄssä.rexx
OS/2 REXX Batch file  |  1993-12-21  |  356b  |  58 lines

  1. /* Huuhaa does RX really need a comment to work? */
  2.  
  3. Juusto:
  4.  
  5. do i=1 to 10
  6.  
  7. address 'CCONTROL'
  8.  
  9. '1~ON'
  10. '2~ON'
  11.  
  12. '1~OFF'
  13. '2~OFF'
  14.  
  15. '3~ON'
  16. '4~ON'
  17.  
  18. '3~OFF'
  19. '4~OFF'
  20.  
  21. '5~ON'
  22. '6~ON'
  23.  
  24. '5~OFF'
  25. '6~OFF'
  26.  
  27. '7~ON'
  28. '8~ON'
  29.  
  30. '7~OFF'
  31. '8~OFF'
  32.  
  33. '8~ON'
  34. '7~ON'
  35.  
  36. '8~OFF'
  37. '7~OFF'
  38.  
  39. '6~ON'
  40. '5~ON'
  41.  
  42. '6~OFF'
  43. '5~OFF'
  44.  
  45. '4~ON'
  46. '3~ON'
  47.  
  48. '4~OFF'
  49. '3~OFF'
  50.  
  51. '2~ON'
  52. '1~ON'
  53.  
  54. '2~OFF'
  55. '1~OFF'
  56.  
  57. end
  58.