home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d4xx
/
d426
/
conman.lha
/
Conman
/
Install-ConMan
< prev
next >
Wrap
Text File
|
1991-01-02
|
677b
|
35 lines
.K ""
; Installs files for ConMan into the system directories
; You're only one step away from CLI bliss ... just "execute" this script!
echo "This script will install ConMan by overwriting the following files:"
echo ""
echo " L:ConHandler"
echo " LIBS:conhandler.library"
echo " DEVS:Con-MountList"
echo " c:ConMan"
echo " c:SetCMan"
echo " c:History"
echo ""
ask "Do you wish to proceed?"
if WARN
copy conhandler L:ConHandler
copy conhandler.library LIBS:conhandler.library
copy Con-MountList DEVS:Con-MountList
copy ConMan c:ConMan
copy SetCMan c:SetCMan
copy History c:History
endif
echo ""
echo "All Done. Click close gadget to get rid of window."
endcli