home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 4 / CDPD_IV.bin / utilities / archive / dmsui / install < prev    next >
Encoding:
Text File  |  1994-06-22  |  692 b   |  34 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. If exists libs:req.library
  11.     Echo "req.library already installed. This version was found:"
  12.     Version LIBS:req.library
  13. endif
  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.  
  20. Lab NOREQ
  21.  
  22. Ask "*NWould you like to install the default preferences to your S: directory?"
  23. if not warn
  24.     skip NOPREFS
  25. endif
  26. copy s/DMSui.prefs S: quiet
  27. lab NOPREFS
  28.  
  29. echo "*nInstallation completed. Now install the DMSui program on your disk"
  30. echo "and also put the DMS program on your HD!*N"
  31. echo ""
  32. Lab END
  33. wait 3
  34.