home *** CD-ROM | disk | FTP | other *** search
/ The Best Internet Programs / BESTINTERNET.bin / internet / email / 490imail.exe / SETUP.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-06-24  |  645 b   |  28 lines

  1. @echo off
  2. if not exist %windir%\system\mapi32.dll goto message
  3. if not exist %windir%\system\mapisvc.inf goto message
  4.  
  5. cls
  6. echo "Setting up Internet Mail"
  7.  
  8. copy minet32.dll %windir%\system /y
  9. copy inetab32.dll %windir%\system /y
  10. copy ISO88591.trn %windir%\system /y
  11. copy NORWEG.trn %windir%\system /y
  12. copy SWEDISH.trn %windir%\system /y
  13. copy USASCII.trn %windir%\system /y
  14. copy int-mail.hlp %windir%\help /y
  15. copy int-mail.cnt %windir%\help /y
  16. copy url.dll %windir%\system /y
  17. addimail.exe
  18. urlreg.bat
  19.  
  20. goto end
  21.  
  22. :message
  23. echo "You will need to install Microsoft Exchange first before installing Route66."
  24. goto end
  25.  
  26. :end
  27.  
  28.