home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 4
/
FreshFish_May-June1994.bin
/
new
/
gfx
/
fract
/
mand2000d
/
arexx
/
installrexx
< prev
next >
Wrap
Text File
|
1994-01-30
|
403b
|
12 lines
echo " This script will copy the Mand2000 ARexx scripts from the"
echo " ARexx directory to your rexx: directory. Once copied there,"
echo " some extra menus will automatically appear the next time"
echo " you run Mand2000 or Mand2000D."
echo " `RexxMast' must be running for ARexx scripts to work."
echo ""
copy #?.mnd2 rexx:
echo ""
echo "All Done. Click close gadget to get rid of window."
endcli