home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
graphics
/
animtools
/
videotracker
/
vtutil2.lha
/
InstallRexx
< prev
next >
Wrap
Text File
|
1993-08-18
|
409b
|
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 arexx/#?.mnd2 rexx:
echo ""
echo "All Done. Click close gadget to get rid of window."
endcli