home *** CD-ROM | disk | FTP | other *** search
- FailAt 20
-
- Echo "*nDMS-Win Installation Script*n"
-
- ASK "Would you like to use Reqtools requestors? (ASL is default)"
- if not warn
- skip INSTALLDMS
- endif
-
- Version >NIL: LIBS:reqtools.library
- If NOT ERROR
- Echo "Version of reqtools.library already installed:"
- Version LIBS:reqtools.library
- Echo ""
- Skip InstallDMS
- EndIf
-
- Version >NIL: exec.library 37
- If NOT WARN
- Echo "Your Amiga has AmigaDOS Release 2 (V37) or higher in ROM."
- Ask "Install special Kickstart 2.0/2.1 version of reqtools.library (38.810) ?"
- If WARN
- Copy reqtools.library LIBS:reqtools.library
- Echo "*nreqtools.library (2.1 version) copied to your Libs: directory.*n"
- Avail >NIL: FLUSH
- Avail >NIL: FLUSH
- Avail >NIL: FLUSH
- EndIf
- Skip INSTALLDMS
- EndIf
- Skip END
- endif
- Lab INSTALLDMS
-
-
- Ask "Install DMS-Window V2.30 to your SYS:utilities directory ?"
- If WARN
- Copy dmswindow sys:utilities/DMSWindow
- Copy dmswindow.info sys:utilities/DMSWindow.info
- Echo "*nDMS-Window copied to your utilities directory.*n"
- EndIf
- Ask "Install DMS-Window Guide to your SYS:utilities directory ?"
- If WARN
- Copy dmswindow2.guide sys:utilities/DMSWindow2.guide
- Copy dmswindow2.guide.info sys:utilities/DMSWindow2.guide.info
- Echo "*nDMS-Window2.guide copied to your utilities directory.*n"
- EndIf
-
- echo "*nInstallation Complete!!"
- echo ""
- echo "Make sure you have a copy of DMS 1.11 in your C directory"
-
- Lab END
- wait 3
-
-