home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 10
/
aminetcdnumber101996.iso
/
Aminet
/
util
/
wb
/
DosMan121.lha
/
DosMan.Install
< prev
next >
Wrap
Text File
|
1995-05-08
|
511b
|
21 lines
newcli
echo "DosMan Install Script by Peter Bagnato"
echo "I will now copy MUInt into your C: directory."
echo "If you do not have MUI installed then answer no!"
ask "Do you wish to continue? yes/no"
If WARN
copy Muint to C:
echo "It has been done!"
Else
echo "Nothing was copied..."
echo "To view the DosMan pages, use the AmigaGuide version..."
echo "Or view the pages individually with your favorite text viewer..."
echo "The DosMan pages are in the man directory... enjoy :)"
Endif
wait 30
endcli