home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 167.lha / Player / BlkSwap.Rexx < prev    next >
OS/2 REXX Batch file  |  1988-04-28  |  115b  |  11 lines

  1. /* Block swap a list of skills */
  2.  
  3. arg a b c .
  4. shell player
  5. x=0
  6. do i=a to b
  7.   swapsk i c+x
  8.   x=x+1
  9. end
  10. 'redisplay'
  11.