home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if not exist %windir%\system\mapi32.dll goto message
- if not exist %windir%\system\mapisvc.inf goto message
-
- cls
- echo "Setting up Internet Mail"
-
- copy minet32.dll %windir%\system /y
- copy inetab32.dll %windir%\system /y
- copy ISO88591.trn %windir%\system /y
- copy NORWEG.trn %windir%\system /y
- copy SWEDISH.trn %windir%\system /y
- copy USASCII.trn %windir%\system /y
- copy int-mail.hlp %windir%\help /y
- copy int-mail.cnt %windir%\help /y
- copy url.dll %windir%\system /y
- addimail.exe
- urlreg.bat
-
- goto end
-
- :message
- echo "You will need to install Microsoft Exchange first before installing Route66."
- goto end
-
- :end
-
-