home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
167.lha
/
Player
/
BlkSwap.Rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1988-04-28
|
115 b
|
11 lines
/* Block swap a list of skills */
arg a b c .
shell player
x=0
do i=a to b
swapsk i c+x
x=x+1
end
'redisplay'