home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Archiver / DMS-Windows2,30.LHA / installDMSWINDOW < prev    next >
Encoding:
Text File  |  1992-09-12  |  1.4 KB  |  56 lines

  1. FailAt 20
  2.  
  3. Echo "*nDMS-Win Installation Script*n"
  4.  
  5.   ASK "Would you like to use Reqtools requestors? (ASL is default)"
  6.   if not warn
  7.    skip INSTALLDMS
  8.   endif
  9.  
  10. Version >NIL: LIBS:reqtools.library
  11. If NOT ERROR
  12.     Echo "Version of reqtools.library already installed:"
  13.     Version LIBS:reqtools.library
  14.     Echo ""
  15.     Skip InstallDMS
  16. EndIf
  17.  
  18. Version >NIL: exec.library 37
  19. If NOT WARN
  20.     Echo "Your Amiga has AmigaDOS Release 2 (V37) or higher in ROM."
  21.     Ask "Install special Kickstart 2.0/2.1 version of reqtools.library (38.810) ?"
  22.     If WARN
  23.         Copy reqtools.library LIBS:reqtools.library
  24.         Echo "*nreqtools.library (2.1 version) copied to your Libs: directory.*n"
  25.         Avail >NIL: FLUSH
  26.         Avail >NIL: FLUSH
  27.         Avail >NIL: FLUSH
  28.     EndIf
  29.         Skip INSTALLDMS
  30. EndIf
  31. Skip END
  32.   endif
  33. Lab INSTALLDMS
  34.  
  35.  
  36. Ask "Install DMS-Window V2.30 to your SYS:utilities directory ?"
  37.     If WARN
  38.         Copy dmswindow sys:utilities/DMSWindow
  39.         Copy dmswindow.info sys:utilities/DMSWindow.info
  40.         Echo "*nDMS-Window copied to your utilities directory.*n"
  41.     EndIf
  42. Ask "Install DMS-Window Guide to your SYS:utilities directory ?"
  43.     If WARN
  44.         Copy dmswindow2.guide sys:utilities/DMSWindow2.guide
  45.         Copy dmswindow2.guide.info sys:utilities/DMSWindow2.guide.info
  46.         Echo "*nDMS-Window2.guide copied to your utilities directory.*n"
  47.     EndIf
  48.  
  49. echo "*nInstallation Complete!!"
  50. echo ""
  51. echo "Make sure you have a copy of DMS 1.11 in your C directory"
  52.  
  53. Lab END
  54. wait 3
  55.  
  56.