home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
compress
/
diskarchivers
/
dmsui
/
install
< prev
next >
Wrap
Text File
|
1995-02-27
|
709b
|
35 lines
FailAt 20
Echo "*NInstallation for DMSui v2.0.*N"
Ask "Would you like to install req.library?"
if not warn
skip NOREQ
endif
Version >NIL: LIBS:req.library
If NOT ERROR
Echo "req.library already installed. This version was found:"
Version LIBS:req.library
Ask "Would you like to install v2.5 of req.library?"
if not warn
skip NOREQ
endif
copy libs/req.library LIBS: quiet
EndIf
Lab NOREQ
Ask "*NWould you like to install the default preferences to your S: directory?"
if not warn
skip NOPREFS
endif
copy s/DMSui.prefs S: quiet
lab NOPREFS
echo "*nInstallation completed. Now install the DMSui program on your disk"
echo "and also put the DMS program on your HD!*N"
echo ""
Lab END
wait 3