home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / disk / backup_utils / dmsui / install < prev    next >
Text File  |  1995-02-27  |  709b  |  35 lines

  1. FailAt 20
  2.  
  3. Echo "*NInstallation for DMSui v2.0.*N"
  4.  
  5.   Ask "Would you like to install req.library?"
  6.   if not warn
  7.     skip NOREQ
  8.   endif
  9.  
  10. Version >NIL: LIBS:req.library
  11. If NOT ERROR
  12.     Echo "req.library already installed. This version was found:"
  13.     Version LIBS:req.library
  14.     Ask "Would you like to install v2.5 of req.library?"
  15.     if not warn
  16.         skip NOREQ
  17.     endif
  18.     copy libs/req.library LIBS: quiet
  19. EndIf
  20.  
  21. Lab NOREQ
  22.  
  23. Ask "*NWould you like to install the default preferences to your S: directory?"
  24. if not warn
  25.     skip NOPREFS
  26. endif
  27. copy s/DMSui.prefs S: quiet
  28. lab NOPREFS
  29.  
  30. echo "*nInstallation completed. Now install the DMSui program on your disk"
  31. echo "and also put the DMS program on your HD!*N"
  32. echo ""
  33. Lab END
  34. wait 3
  35.