home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 9
/
FreshFishVol9-CD2.bin
/
bbs
/
util
/
mayflower.lha
/
MayFlower
/
ByteX
/
wordx
< prev
Wrap
AmigaDOS Script File
|
1994-06-09
|
517b
|
20 lines
.key token1,token2
IF "<token1>" EQ ""
echo "Usage> execute wordx (oldtoken) (newtoken)"
echo "NOTE: Use only in directories containing text files"
SKIP endscript
ENDIF
echo
echo "Execute wordx <token1> with <token2> --) Start"
;execute spat bytex #?.c -o -s <token1> -s <token2>
;execute spat bytex #?.txt -o -s <token1> -s <token2>
;execute spat bytex #?.doc -o -s <token1> -s <token2>
execute spat bytex #? -o -s <token1> -s <token2>
echo "Execute wordx <token1> with <token2> --) End"
echo
LAB endscript